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

unable to complete model run

I got a successful build. next i performed ./test1.runModel did not complete - no cesm.log file present - exitinghowever it seems to fail. i am able to submit asmple NAS and other job scripts in my computer though. this is the message prompted.------------------------------------------------------------------------- CESM BUILDNML SCRIPT STARTING - To prestage restarts, untar a restart.tar file into /storage/home/aketh/cesm1_2_2/scripts/test1/run infile is /storage/home/aketh/cesm1_2_2/scripts/test1/Buildconf/cplconf/cesm_namelist  CESM BUILDNML SCRIPT HAS FINISHED SUCCESSFULLY-------------------------------------------------------------------------------------------------------------------------------------------------- CESM PRESTAGE SCRIPT STARTING - Case input data directory, DIN_LOC_ROOT, is /home/aketh/inputdata/ - Checking the existence of input datasets in DIN_LOC_ROOT CESM PRESTAGE SCRIPT HAS FINISHED SUCCESSFULLY-------------------------------------------------------------------------Mon Jan 12 17:36:20 IST 2015 -- CSM EXECUTION BEGINS HEREMon Jan 12 17:36:20 IST 2015 -- CSM EXECUTION HAS FINISHEDls: No match.Model did not complete - no cesm.log file present - exiting
 
Hello,I also ran into the same issue with my .run script. I checked the mkbatch file as you suggest and the lines with mpi setting are:#mpiexec -n ${maxtasks} ./ccsm.exe >&! ccsm.log.$LID mpirun $EXEROOT/cesm.exe >&! ccsm.log.$LID Does it look good to you? Thanks! Best regards,Meina
 

Albert

Albert
New Member
something is wrong in the syntax of the mpirun command check your mkbatch.
Hi sir,
I have the same problem with using cesm2.1.1.There is a cpl.log.200617-102333 file about the usage of ./mpiexec. I don't know where is the mkbatch file.could you give some advice?
 

Attachments

  • cesm.log.200617-102333.txt
    3.1 KB · Views: 6
Top