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

Docker or Container for single point CTSM run other than NEON

Cionni

Irene
New Member
Hi everyone,

I would like to perform a single point run with CLM5 using Docker. I can easily run the run_neon case in the escomp/cesm-lab-neon Docker container, but whenever I try to perform a global or single point case, I encounter the same issue when I submit the case. I am able to download all the necessary input data and build the case successfully, but when I execute ./case.submit, I get an error that states:

“Exception from case_run: ERROR: RUN FAIL: Command ’mpiexec -n 4 /home/user/scratch/I2000_CTSM_FATESsp/bld/cesm.exe >> cesm.log.$LID 2>&1 ’ failed”

When I check the CESM log, I see the following error:


**“Primary job terminated normally, but 1 process returned a non-zero exit code. Per user-direction, the job has been aborted.

mpiexec noticed that process rank 1 with PID 0 on node ddf427f59543 exited on signal 9 (Killed).”**


Could you please provide some support to help resolve this issue?
Thanks,
 

dobbins

Brian Dobbins
CSEG and Liaisons
Staff member
If you're running a single-point case, you need to use a single processor -- can you try again with NTASKS=1?

If that still fails, please share the command you're using to create your case.
 
Top