Last active
June 2, 2023 11:08
-
-
Save Elwell/712c1a679995621e2eee6a915a3fae30 to your computer and use it in GitHub Desktop.
Slurm RPC to version mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Slurm RPC version is a bitwise shift as documented at | |
https://github.com/SchedMD/slurm/blob/master/src/common/slurm_protocol_common.h | |
This table is a cheat sheet of recent versions to RPC | |
Slurm Int RPC | |
-------------------------- | |
23.11. 40. 10240 (DEVEL) | |
23.02. 39. 9984 (CURRENT) | |
22.05. 38. 9728 (SUPPORTED) | |
21.08. 37. 9472 | |
20.11. 36. 9216 | |
20.02. 35. 8960 | |
19.05. 34. 8704 | |
18.08. 33. 8448 | |
17.11. 32. 8192 | |
17.02. 31. 7936 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment