Skip to content

Commit

Permalink
#3060: change batch to platform
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-tgeddes committed Mar 14, 2023
1 parent 1f6d198 commit 522a480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
PYTHONPATH_PREPEND = ${ESMVALCORE_DIR}:${ESMVALTOOL_DIR}
{% if SITE == "jasmin" %}
[[[job]]]
batch system = slurm
platform = lotus
execution time limit = PT15M
[[[directives]]]
--qos=short-serial
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!jinja2
[runtime]
[[COMPUTE]]
batch system = slurm
platform = lotus
[[[directives]]]
--wckey = RTW
--ntasks = {{ MAX_PARALLEL_TASKS }}
Expand Down

0 comments on commit 522a480

Please sign in to comment.