Skip to content

Commit

Permalink
#3060: Use 'execution time limit' rather than the '--time' directive
Browse files Browse the repository at this point in the history
  • Loading branch information
ehogan committed Oct 6, 2023
1 parent 9546bb2 commit 2cb317b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
--ntasks = 1

[[process<fast>]]
execution time limit = PT2M
[[[directives]]]
--time = 2
--mem = 2G

[[process<medium>]]
execution time limit = PT6M
[[[directives]]]
--time = 6
--mem = 2G
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
--ntasks = {{ MAX_PARALLEL_TASKS }}

[[process<fast>]]
execution time limit = PT2M
[[[directives]]]
--time = 2
--mem = 2G

[[process<medium>]]
execution time limit = PT6M
[[[directives]]]
--time = 6
--mem = 2G

0 comments on commit 2cb317b

Please sign in to comment.