Skip to content

Commit 2cb317b

Browse files
committed
#3060: Use 'execution time limit' rather than the '--time' directive
1 parent 9546bb2 commit 2cb317b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/site/jasmin.cylc

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
--ntasks = 1
88

99
[[process<fast>]]
10+
execution time limit = PT2M
1011
[[[directives]]]
11-
--time = 2
1212
--mem = 2G
1313

1414
[[process<medium>]]
15+
execution time limit = PT6M
1516
[[[directives]]]
16-
--time = 6
1717
--mem = 2G

esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/site/metoffice.cylc

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
--ntasks = {{ MAX_PARALLEL_TASKS }}
88

99
[[process<fast>]]
10+
execution time limit = PT2M
1011
[[[directives]]]
11-
--time = 2
1212
--mem = 2G
1313

1414
[[process<medium>]]
15+
execution time limit = PT6M
1516
[[[directives]]]
16-
--time = 6
1717
--mem = 2G

0 commit comments

Comments
 (0)