Skip to content

Commit dcd3497

Browse files
Merge pull request #16 from MichaelLueken/ursa
[ursa] AQM WE2E test updates
2 parents d7ccaeb + 870c5e0 commit dcd3497

8 files changed

Lines changed: 8 additions & 6 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
load("python_srw_aqm")
2-
load(pathJoin("nco", os.getenv("nco_ver") or "5.1.6"))
2+
load(pathJoin("nco", os.getenv("nco_ver") or "5.2.4"))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
load("python_srw_aqm")
2-
load(pathJoin("nco", os.getenv("nco_ver") or "5.1.6"))
2+
load(pathJoin("nco", os.getenv("nco_ver") or "5.2.4"))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
load("python_srw_aqm")
2-
load(pathJoin("nco", os.getenv("nco_ver") or "5.1.6"))
2+
load(pathJoin("nco", os.getenv("nco_ver") or "5.2.4"))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
load(pathJoin("nco", os.getenv("nco_ver") or "5.1.6"))
1+
load(pathJoin("nco", os.getenv("nco_ver") or "5.2.4"))
22
load("python_srw_aqm")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
load("python_srw_aqm")
2-
load(pathJoin("nco", os.getenv("nco_ver") or "5.1.6"))
2+
load(pathJoin("nco", os.getenv("nco_ver") or "5.2.4"))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
load(pathJoin("nco", os.getenv("nco_ver") or "5.1.6"))
1+
load(pathJoin("nco", os.getenv("nco_ver") or "5.2.4"))

parm/wflow/aqm_prep.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ task_nexus_post_split:
9191
envars:
9292
<<: *default_vars
9393
nprocs: '{{ task_nexus_post_split.execution.batchargs.nodes * task_nexus_post_split.execution.batchargs.tasks_per_node }}'
94+
exclusive: '{{ task_nexus_post_split.execution.batchargs.exclusive }}'
9495
nodes: '{{ task_nexus_post_split.execution.batchargs.nodes }}:ppn={{ task_nexus_post_split.execution.batchargs.tasks_per_node }}'
9596
walltime: '{{ task_nexus_post_split.execution.batchargs.walltime }}'
9697
dependency:

ush/config_defaults.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2936,6 +2936,7 @@ task_nexus_post_split:
29362936
nodes: 1
29372937
tasks_per_node: 1
29382938
walltime: 00:30:00
2939+
exclusive: True
29392940
task_fire_emission:
29402941
execution:
29412942
batchargs:

0 commit comments

Comments
 (0)