Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

the errors when running case.run(inclued case.submit)

pjiang

pjiang
New Member
Hello,

When running the following command, I encountered the following errors:

# mpiexec --allow-run-as-root --mca btl ^openib --oversubscribe /root/cesm/scratch/mycase/bld/cesm.exe
ERROR: (cime_cpl_init) :: namelist read returns an end of file or end of record condition
#0 0x7f1e652afa2c in ???
#1 0x7f1e652afa6d in ???
#2 0x1a02a45 in ???
#3 0x1a02bf5 in ???
#4 0x42005f in ???
#5 0x422035 in ???
#6 0x7f1e64f14b66 in ???
#7 0x408519 in ???
#8 0xffffffffffffffff in ???
application called MPI_Abort(MPI_COMM_WORLD, 1001) - process 0
[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=1001
:
system msg for write_line failure : Bad file descriptor
--------------------------------------------------------------------------
Primary job terminated normally, but 1 process returned
a non-zero exit code. Per user-direction, the job has been aborted.
--------------------------------------------------------------------------
--------------------------------------------------------------------------
mpiexec detected that one or more processes exited with non-zero status, thus causing
the job to be terminated. The first process to do so was:

Process name: [[9898,1],0]
Exit code: 233
--------------------------------------------------------------------------

How will I proceed? I would like to help. Thank you in advance.
 
Top