Skip to content

Commit f7a7d8b

Browse files
authored
Remove undeclared KILL_JOB_ARRAY (#325)
KILL_JOB_ARRAY was renamed to KILL_ARRAY_TASK. Remove it since it is not used anywhere in the code. See SchedMD/slurm@987557a Fixes: #324
1 parent 7ebf64a commit f7a7d8b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pyslurm/pydefines/slurm_defines.pxi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,6 @@ TRIGGER_TYPE_PRI_DB_RES_OP = slurm.TRIGGER_TYPE_PRI_DB_RES_OP
409409
TRIGGER_TYPE_BURST_BUFFER = slurm.TRIGGER_TYPE_BURST_BUFFER
410410

411411
KILL_JOB_BATCH = slurm.KILL_JOB_BATCH
412-
KILL_JOB_ARRAY = slurm.KILL_JOB_ARRAY
413412
KILL_STEPS_ONLY = slurm.KILL_STEPS_ONLY
414413
KILL_FULL_JOB = slurm.KILL_FULL_JOB
415414
KILL_FED_REQUEUE = slurm.KILL_FED_REQUEUE

pyslurm/slurm/slurm.h.pxi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,6 @@ cdef extern from "slurm/slurm.h":
464464
uint8_t ASSOC_MGR_INFO_FLAG_USERS
465465
uint8_t ASSOC_MGR_INFO_FLAG_QOS
466466
uint8_t KILL_JOB_BATCH
467-
uint8_t KILL_JOB_ARRAY
468467
uint8_t KILL_STEPS_ONLY
469468
uint8_t KILL_FULL_JOB
470469
uint8_t KILL_FED_REQUEUE

0 commit comments

Comments
 (0)