Simple Linux Utility for Resource Management
SLURM is an open source, fault-tolerant, and highly scalable cluster management and job scheduling system for Linux clusters
containing up to 65,536 nodes. Components include machine status, partition management, job management, scheduling and accounting modules.
- Developed at network:cluster
- Sources inherited from project openSUSE:Factory
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/slurm && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Fix-test-21.41.patch | 0000002334 2.28 KB | |
Fix-test-32.8.patch | 0000000740 740 Bytes | |
Fix-test7.2-to-find-libpmix-under-lib64-as-well.pa |
0000000948 948 Bytes | |
Keep-logs-of-skipped-test-when-running-test-cases- |
0000001113 1.09 KB | |
README_Testsuite.md | 0000004747 4.64 KB | |
Remove-rpath-from-build.patch | 0000002941 2.87 KB | |
_service | 0000000133 133 Bytes | |
pam_slurm-Initialize-arrays-and-pass-sizes.patch | 0000002851 2.78 KB | |
slurm-23.02.4.tar.bz2 | 0007259848 6.92 MB | |
slurm-rpmlintrc | 0000002979 2.91 KB | |
slurm.changes | 0000175737 172 KB | |
slurm.spec | 0000046719 45.6 KB | |
slurmctld.xml | 0000000256 256 Bytes | |
slurmd.xml | 0000000262 262 Bytes | |
slurmdbd.xml | 0000000255 255 Bytes | |
test_setup.tar.gz | 0000003165 3.09 KB |
Revision 91 (latest revision is 108)
Ana Guerrero (anag+factory)
accepted
request 1109029
from
Christian Goll (mslacken)
(revision 91)
- updated to 23.02.04 which includes following changes: * fixing the main scheduler loop not starting on the backup controller after a failover event, a segfault when attempting to use * AccountingStorageExternalHost, and an issue where steps could continue running indefinitely if the slurmctld takes too long to respond (bsc#1214983) * include a fix for a potential slurmctld crashes when the backup slurmctld takes over. * This also fixes some issues when using older versions of the command line tools with a 23.02 controller. * srun/sbatch/salloc - In order to support user namespaces, process user and group ids are no longer used unless explicitly requested as an argument and are left as nobody(99) by default. Any cli_filters or SPANK plugins need to ignore any uid or gid that equal SLURM_AUTH_NOBODY (99). User and group ids are now resolved by the active auth plugin. To determine the actual job uid or gid you should use the RESPONSE_RESOURCE_ALLOCATION RPC. - removed Fix-test-3.13.patch as fixed upstream - removed Fix-test-38.11.patch as test changed upstream (forwarded request 1109009 from mslacken)
Comments 1
Slurm 18.08 has been released: https://www.schedmd.com/downloads.php