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

problem when porting cesm1.1.1(no cpl.log file)

tckm@whu_edu_cn

New Member
hello, when i ported the cesm1.1.1, i got a problem. i seted a test case(compset X) and i can get the case.run file. but when i submitted my run file, i got a error:Model did not complete - no cpl.log file present - exiting.this is my slurm file:------------------------------------------------------------------------- CESM BUILDNML SCRIPT STARTING - To prestage restarts, untar a restart.tar file into /data/kmtchen/cesm1.1.1/newcase/run CESM BUILDNML SCRIPT HAS FINISHED SUCCESSFULLY-------------------------------------------------------------------------------------------------------------------------------------------------- CESM PRESTAGE SCRIPT STARTING - Case input data directory, DIN_LOC_ROOT, is /data/kmtchen/cesm1_0_4/CESMUSER/InputData - Checking the existence of input datasets in DIN_LOC_ROOT CESM PRESTAGE SCRIPT HAS FINISHED SUCCESSFULLY-------------------------------------------------------------------------Sat Dec 15 15:54:47 CST 2018 -- CSM EXECUTION BEGINS HERESat Dec 15 15:54:47 CST 2018 -- CSM EXECUTION HAS FINISHEDls: No match.Model did not complete - no cpl.log file present - exitingif someone could help me to solve this promble. i would thanks very much.my machine named whuatm.
 

tckm@whu_edu_cn

New Member
i have solved this problem.only my mkbatch file have a problemi modify my srun command : srun --ntasks=${maxtasks} --cpu_bind=sockets --cpu_bind=verbose --kill-on-bad-exit $EXEROOT/cesm.exe >&! ccsm.log.$LID
 
Top