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

Fail when running CESM 1.2.2.1 on cheyenne

Dear Cheyenne help friends,I am trying to move from yellowstone to Cheyenne, given that the yellowstone is about to retire. I then downloaded the CESM1.2.2.1, logged in to Cheyenne, and created a new case. The case is successfully be compiled and built, but it failed when being submitted. The error message is copied as follows (cesm log in RUNDIR):      1 MPT: Launch error on r4i3n11.ib0.cheyenne.ucar.edu                            2 dplace: unable to execute ../bld/cesm.exe. No such file or directory  3 MPT ERROR: could not run executable. If this is a non-MPT application,  4 you may need to set MPI_SHEPHERD=true.  5   6     (SGI MPT 2.15  09/03/16 04:16:39) Can anyone help me understand what is going on? Many thanks!!Best,Wanying
 
Hi Everyone, Just in case someone else also meet the same problem, I noticed that there is a bug in the script to generate [CASENAME].run code. There is one line likempiexec_mpt -p "%g:" omplace ../bld/cesm.exe >&! cesm.log.$LIDBut there is no ../bld/cesm.exe under the ${RUNDIR}, where the command is ran. I then changed this line to mpiexec_mpt -p "%g:" omplace ${CASEROOT}/bld/cesm.exe >&! cesm.log.$LID, and it works fine now. Wanying Kang 
 
Top