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

ERROR: (cime_cpl_init) :: namelist read returns

xliu

Jon
Member
did anyone bump this kinds of error? thanks.

liu@w-cal-liu
:~/Projects/CESM_ucar_/CESM2.2.0/projects$ mpirun -np 1 /home/liu/Projects/CESM_ucar_/CESM2.2.0/projects/test1/bld/cesm.exe
ERROR: (cime_cpl_init) :: namelist read returns an end of file or end of record condition
#0 0x14652410a2ed in ???
#1 0x563da1e0f0e9 in __shr_abort_mod_MOD_shr_abort_backtrace
at /home/liu/Projects/CESM_ucar_/CESM2.2.0/cime/src/share/util/shr_abort_mod.F90:104
#2 0x563da1e0f17a in __shr_abort_mod_MOD_shr_abort_abort
at /home/liu/Projects/CESM_ucar_/CESM2.2.0/cime/src/share/util/shr_abort_mod.F90:61
#3 0x563da1c8dd08 in cime_cpl_init
at /home/liu/Projects/CESM_ucar_/CESM2.2.0/cime/src/drivers/mct/main/cime_comp_mod.F90:3517
#4 0x563da1ca26a1 in __cime_comp_mod_MOD_cime_pre_init1
at /home/liu/Projects/CESM_ucar_/CESM2.2.0/cime/src/drivers/mct/main/cime_comp_mod.F90:687
#5 0x563da1ca4bba in cime_driver
at /home/liu/Projects/CESM_ucar_/CESM2.2.0/cime/src/drivers/mct/main/cime_driver.F90:61
#6 0x563da1ca4ecf in main
at /home/liu/Projects/CESM_ucar_/CESM2.2.0/cime/src/drivers/mct/main/cime_driver.F90:23
--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD
with errorcode 1001.

NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
You may or may not see output from other processes, depending on
exactly when Open MPI kills them.
 

jedwards

CSEG and Liaisons
Staff member
It indicates a syntax error in a namelist file. In this case it's the file drv_in and
the namelist ninst_driver
 

xliu

Jon
Member
It indicates a syntax error in a namelist file. In this case it's the file drv_in and
the namelist ninst_driver
just checked not file 'ninst_driver' in case folder.
I did not revise anything else except machine and comiler xml
./create_newcase --case case1 --compset X --res f19_g16 --mach liu
mpirun just abort running. any error...
 
Top