Skip to content

Commit 1f6d198

Browse files
committed
#3060: change localhost to batch system
1 parent fe01656 commit 1f6d198

File tree

1 file changed

+11
-1
lines changed
  • esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/site

1 file changed

+11
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
#!jinja2
22
[runtime]
33
[[COMPUTE]]
4-
platform = lotus
4+
batch system = slurm
55
[[[directives]]]
66
--wckey = RTW
77
--ntasks = {{ MAX_PARALLEL_TASKS }}
8+
9+
[[process<fast>]]
10+
[[[directives]]]
11+
--time = 2
12+
--mem = 2G
13+
14+
[[process<medium>]]
15+
[[[directives]]]
16+
--time = 6
17+
--mem = 2G

0 commit comments

Comments
 (0)