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

Problems when running CAM through CESM1_0_4 script

Hi guys,

I'm a complete novice at running CESM1_0_4 and I encountered the problems below which I cannot fix.

For running through CESM1_0_4 scripts
------------------------------------
Porting a new machine named omega first.

cd cesm1_0_4-intel/scripts create_newcase -case test_omega -res f19_g16 -compset X -mach omega
cd test_omega
./configure -case
./test_omega.omega.build
(change the mpiexec command in the test_omega.omega.run to
mpiexec -np 8 $HOME/run/test_omega/test_omega.ccsm.exe)
./test_omega.omega.run


And I got:
------------------------------------
Fatal error in PMPI_Comm_create:
Invalid group
....(many times)
=====================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= EXIT CODE: 256
= CLEANING UP REMAINING PROCESSES
= YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
=====================================================================================
Thu Jul 12 13:50:38 CST 2012 -- CSM EXECUTION HAS FINISHED
ls: No match.
Model did not complete - no cpl.log file present - exiting

Could somebody help me to solve this problem?
Also, could somebody gives me some advice or materials I should study because I still don't know how to run this model very well after reading the user's guides and a lot of website I found.

Thanks for your help.

Albertalbert7997@hotmail.com
 

fischer

CSEG and Liaisons
Staff member
Depending one how your system is set up. You probably need to submit
test_omega.omega.run to a queue. On Crays this is usually done with the qsub
command. So you would need to do, qsub test_omega.omega.run.
 
Top