Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove undeclared KILL_JOB_ARRAY #325

Merged
merged 1 commit into from
Oct 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading