Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Elwell
Last active June 2, 2023 11:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Elwell/712c1a679995621e2eee6a915a3fae30 to your computer and use it in GitHub Desktop.
Save Elwell/712c1a679995621e2eee6a915a3fae30 to your computer and use it in GitHub Desktop.
Slurm RPC to version mapping
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