PySlurm / pyslurm

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

Remove undeclared KILL_JOB_ARRAY #325

Closed btravouillon closed 9 months ago

btravouillon commented 9 months ago

KILL_JOB_ARRAY was renamed to KILL_ARRAY_TASK. Remove it since it is not used anywhere in the code.

See https://github.com/SchedMD/slurm/commit/987557a26e547978cfe795d14d9887c4854008ae

Fixes: PySlurm/pyslurm#324