summaryrefslogtreecommitdiff
path: root/sysutils/slurm-wlm/files/patch-configure (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/slurm-wlm: Fix: TaskPlugin=task/pgid in slurm.conf fails on FreeBSD ↵Generic Rikka2025-09-061-1/+10
| | | | | | | | | | | | | | | | | | – plugin unavailable When setting TaskPlugin=task/pgid in slurm.conf, slurmd fails to start and reports that the task/pgid plugin is not available in the plugins directory. As far as I know, pgid is an important task plugin in Slurm, used to manage process groups. Its absence limits Slurm’s ability to manage tasks correctly on FreeBSD. Upstream bug report: https://support.schedmd.com/show_bug.cgi?id=23659 PR: 288668 Differential Revision: https://reviews.freebsd.org/D52143 MFH: 2025Q3
* sysutils/slurm-wlm: upgrade to 23.11.1Thierry Thomas2023-12-181-59/+209
| | | | | | | | | Releases notes at <https://www.schedmd.com/news.php>. Remark: MySQL is no more an option. Security: CVE-2023-49933 through CVE-2023-49938 Differential Revision: <https://reviews.freebsd.org/D42764>
* sysutils/slurm-wlm: Patch to work with hdf5 1.12Jason W. Bacon2021-01-261-3/+57
| | | | | | | | PR: 252567 Submitted by: thierry Notes: svn path=/head/; revision=562629
* sysutils/slurm-wlm: Patch in lua 5.4 supportJason W. Bacon2020-12-011-0/+38
PR opened upstream Make sure patch files have meaningful names PR: 251471 Reported by: greg@unrelenting.technology Notes: svn path=/head/; revision=556796