Skip to content

Commit

Permalink
Added srun timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Nov 28, 2024
1 parent 74b2a73 commit 19d70d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/slurm/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ def get_system_info_srun(singularity):
process = subprocess.run(
[
"srun",
"-t",
"1"
"singularity",
"exec",
singularity,
Expand Down

0 comments on commit 19d70d8

Please sign in to comment.