I am trying to run CESM 2.0.0 simulations on Cheyenne.
The running code is like this.
qcmd -- ./case.build
./case.submit
The script compiles well and can be submitted. However, I got ERROR in CaseStatus:
ERROR: RUN FAIL: Command 'mpiexec_mpt -np 72 -p "%g:" omplace -tm open64 /glade/scratch/***/cesm2_0_0_F_test/bld/cesm.exe >> cesm.log.$LID 2>&1 ' failed
And the Error in the log file is like this:
"MPT ERROR: invalid option -p
(HPE MPT 2.19 02/23/19 05:31:12)"
How can I solve this and get cesm2.0.0 simulation running on cheyenne?
Thank you very much.
The running code is like this.
qcmd -- ./case.build
./case.submit
The script compiles well and can be submitted. However, I got ERROR in CaseStatus:
ERROR: RUN FAIL: Command 'mpiexec_mpt -np 72 -p "%g:" omplace -tm open64 /glade/scratch/***/cesm2_0_0_F_test/bld/cesm.exe >> cesm.log.$LID 2>&1 ' failed
And the Error in the log file is like this:
"MPT ERROR: invalid option -p
(HPE MPT 2.19 02/23/19 05:31:12)"
How can I solve this and get cesm2.0.0 simulation running on cheyenne?
Thank you very much.