Skip to content

Commit

Permalink
update all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed May 17, 2024
1 parent 1611cab commit 83fd784
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/config/slurm/slurm_extra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
{%- if run_time_max %}
#SBATCH --time={{ [1, run_time_max // 60]|max }}
{%- endif %}
{%- if dependency %}
#SBATCH --dependency=afterok:{{ dependency | join(',') }}
{%- endif %}
{%- if memory_max %}
#SBATCH --mem={{memory_max}}G
{%- endif %}
Expand Down

0 comments on commit 83fd784

Please sign in to comment.