Skip to content

Commit

Permalink
Remove undeclared KILL_JOB_ARRAY (#325)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
btravouillon authored Oct 13, 2023
1 parent 7ebf64a commit f7a7d8b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pyslurm/pydefines/slurm_defines.pxi
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,6 @@ TRIGGER_TYPE_PRI_DB_RES_OP = slurm.TRIGGER_TYPE_PRI_DB_RES_OP
TRIGGER_TYPE_BURST_BUFFER = slurm.TRIGGER_TYPE_BURST_BUFFER

KILL_JOB_BATCH = slurm.KILL_JOB_BATCH
KILL_JOB_ARRAY = slurm.KILL_JOB_ARRAY
KILL_STEPS_ONLY = slurm.KILL_STEPS_ONLY
KILL_FULL_JOB = slurm.KILL_FULL_JOB
KILL_FED_REQUEUE = slurm.KILL_FED_REQUEUE
Expand Down
1 change: 0 additions & 1 deletion pyslurm/slurm/slurm.h.pxi
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,6 @@ cdef extern from "slurm/slurm.h":
uint8_t ASSOC_MGR_INFO_FLAG_USERS
uint8_t ASSOC_MGR_INFO_FLAG_QOS
uint8_t KILL_JOB_BATCH
uint8_t KILL_JOB_ARRAY
uint8_t KILL_STEPS_ONLY
uint8_t KILL_FULL_JOB
uint8_t KILL_FED_REQUEUE
Expand Down

0 comments on commit f7a7d8b

Please sign in to comment.