Skip to content

Commit 22ccff9

Browse files
authored
Merge pull request #996 from xylar/fix-pm-map-parallel-exec
Don't use `srun` to call `ncremap` on PM and Chicoma
2 parents 7b78de4 + c9fdb21 commit 22ccff9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mpas_analysis/configuration/chicoma-cpu.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ mapParallelExec = srun
2727

2828
# "None" if ncremap should perform remapping without a command, or "srun"
2929
# possibly with some flags if it should be run with that command
30-
ncremapParallelExec = srun
30+
ncremapParallelExec = None

mpas_analysis/configuration/pm-cpu.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ mapParallelExec = srun
2727

2828
# "None" if ncremap should perform remapping without a command, or "srun"
2929
# possibly with some flags if it should be run with that command
30-
ncremapParallelExec = srun
30+
ncremapParallelExec = None

0 commit comments

Comments
 (0)