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

CESM 1.2.2 fail in run

ruoyu1@vt_edu

New Member
Hi,I am trying to porting CESM superr computer in Virginia Tech. Everything went well until i ran ./case.run file.I got the information that no cesm.log file exist. Then I figure out it was because in mkbatch.userdefined (the file in case's tool folder) file set mpirun and mpiexec commented. "#mpiexec -n ${maxtasks} $EXEROOT/cesm.exe >&! cesm.log.$LID#mpirun -np ${maxtasks} $EXEROOT/cesm.exe >&! cesm.log.$LID" However, once I uncomment the mpirun line, I always get the error message below:$ ./case.run: Command not found.: Command not found.: Command not found.: Command not found.: Command not found. I am totally new to linux and I'm not sure how to fix this. I used intel 15.3, netcdf 4.3.3 and mvapich2.  Please help me figure this out, and thank you so much! Respectfully,Ruoyu 
 

nanr

Member
I notice that you mention invoking $CASE.run.Have you tried running the submit script instead of the run script?  (Note that if you've been making modifications to your code you may need to start from a fresh $CASEROOT).prompt> ./$CASE.submit  Good luck!
 

nanr

Member
I notice that you mention invoking $CASE.run.Have you tried running the submit script instead of the run script?  (Note that if you've been making modifications to your code you may need to start from a fresh $CASEROOT).prompt> ./$CASE.submit  Good luck!
 

nanr

Member
I notice that you mention invoking $CASE.run.Have you tried running the submit script instead of the run script?  (Note that if you've been making modifications to your code you may need to start from a fresh $CASEROOT).prompt> ./$CASE.submit  Good luck!
 

ruoyu1@vt_edu

New Member
Hi nanr, I just tried to create a new case and I can successfully run ./case.build.  However, when I used ./case.submit and I got the message below:"check_case OKUSERDEFINED_optional_run: Command not found.ERROR: cesm_submit problem sourcing templar" Do you have any idea why this happen? I loaded module intel, mvapich2, hdf5, netcdf, and cmake. Is this because I miss to load some modules? Thanks so much! Ruoyu
 

ruoyu1@vt_edu

New Member
Hi nanr, I just tried to create a new case and I can successfully run ./case.build.  However, when I used ./case.submit and I got the message below:"check_case OKUSERDEFINED_optional_run: Command not found.ERROR: cesm_submit problem sourcing templar" Do you have any idea why this happen? I loaded module intel, mvapich2, hdf5, netcdf, and cmake. Is this because I miss to load some modules? Thanks so much! Ruoyu
 

ruoyu1@vt_edu

New Member
Hi nanr, I just tried to create a new case and I can successfully run ./case.build.  However, when I used ./case.submit and I got the message below:"check_case OKUSERDEFINED_optional_run: Command not found.ERROR: cesm_submit problem sourcing templar" Do you have any idea why this happen? I loaded module intel, mvapich2, hdf5, netcdf, and cmake. Is this because I miss to load some modules? Thanks so much! Ruoyu
 
 I'm so sorry ,I clicked this button“Report Spam” by accident,beg your pardon.Besides,I had the same problem as you, I would like to ask if you have solved the problem and ask for your help?
 
 I'm so sorry ,I clicked this button“Report Spam” by accident,beg your pardon.Besides,I had the same problem as you, I would like to ask if you have solved the problem and ask for your help?
 
 I'm so sorry ,I clicked this button“Report Spam” by accident,beg your pardon.Besides,I had the same problem as you, I would like to ask if you have solved the problem and ask for your help?
 
Top