Skip to content

Commit c9fdb21

Browse files
committed
Don't use srun to call ncremap on PM and Chicoma
This seems to be causing trouble in E3SM-Unified 1.9.3rc2 testing.
1 parent 7b78de4 commit c9fdb21

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)