Skip to content

Commit

Permalink
Add option to remove jobs with invalid dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sayerhs committed Feb 16, 2024
1 parent 7d5e80c commit 7b50d2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions caelus/run/hpc_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ class SlurmQueue(HPCQueue):
mem_per_node="mem",
mem_per_rank="mem-per-cpu",
exclusive="exclusive",
kill_invalid="kill-on-invalid-dep",
)

_queue_default_values = dict(
Expand Down

0 comments on commit 7b50d2c

Please sign in to comment.