PySlurm / pyslurm

Python Interface to Slurm
https://pyslurm.github.io
GNU General Public License v2.0
474 stars 116 forks source link

Brought __rpc_num2string in sync with slurm 22.05 message types #261

Closed wresch closed 1 year ago

wresch commented 1 year ago

Here is the updated mapping of slurm message type numerical values to symbolic names along with the script to generate them from the slurm header. I don't have 22.05 around to test though.

tazend commented 1 year ago

Hi,

looks good, thanks for the contribution!