Created
March 30, 2025 05:09
-
-
Save Antvirf/f283580227f8ea70cefb028227915590 to your computer and use it in GitHub Desktop.
Slurm protocol number to Slurm version
This file contains hidden or 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
# See https://github.com/SchedMD/slurm/blob/master/src/common/slurm_protocol_common.h | |
# for the full list. | |
# The below is just that list with the values computed out for easier reference | |
SLURM_25_05_PROTOCOL_VERSION: 43<<8: 11008 | |
SLURM_24_11_PROTOCOL_VERSION: 42<<8: 10752 | |
SLURM_24_05_PROTOCOL_VERSION: 41<<8: 10496 | |
SLURM_23_11_PROTOCOL_VERSION: 40<<8: 10240 | |
SLURM_23_02_PROTOCOL_VERSION: 39<<8: 9984 | |
SLURM_22_05_PROTOCOL_VERSION: 38<<8: 9728 | |
SLURM_21_08_PROTOCOL_VERSION: 37<<8: 9472 | |
SLURM_20_11_PROTOCOL_VERSION: 36<<8: 9216 | |
SLURM_20_02_PROTOCOL_VERSION: 35<<8: 8960 | |
SLURM_19_05_PROTOCOL_VERSION: 34<<8: 8704 | |
SLURM_18_08_PROTOCOL_VERSION: 33<<8: 8448 | |
SLURM_17_11_PROTOCOL_VERSION: 32<<8: 8192 | |
SLURM_17_02_PROTOCOL_VERSION: 31<<8: 7936 | |
SLURM_16_05_PROTOCOL_VERSION: 30<<8: 7680 | |
SLURM_15_08_PROTOCOL_VERSION: 29<<8: 7424 | |
SLURM_14_11_PROTOCOL_VERSION: 28<<8: 7168 | |
SLURM_14_03_PROTOCOL_VERSION: 27<<8: 6912 | |
SLURM_2_6_PROTOCOL_VERSION: 26<<8: 6656 | |
SLURM_2_5_PROTOCOL_VERSION: 25<<8: 6400 | |
SLURM_2_4_PROTOCOL_VERSION: 24<<8: 6144 | |
SLURM_2_3_PROTOCOL_VERSION: 23<<8: 5888 | |
SLURM_2_2_PROTOCOL_VERSION: 22<<8: 5632 | |
SLURM_2_1_PROTOCOL_VERSION: 21<<8: 5376 | |
SLURM_2_0_PROTOCOL_VERSION: 20<<8: 5120 | |
SLURM_1_3_PROTOCOL_VERSION: 13<<8: 3328 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment