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

running error of CESM1.0.2

young@knu_ac_kr

New Member
When I try running CESM1.0.2 on Linux, I got following error.

[canopy:07831] *** Process received signal ***
[canopy:07831] Signal: Segmentation fault (11)
[canopy:07831] Signal code: Address not mapped (1)
[canopy:07831] Failing at address: 0xf3
[canopy:07831] [ 0] /lib64/libpthread.so.0 [0x2b206a737c00]
[canopy:07831] [ 1] /usr/local/lib/libmpi.so.0(PMPI_Comm_rank+0x46) [0x2b206a5e5456]
[canopy:07831] [ 2] /home1/ylee/cesm1_0_2/database/ptmp/ylee/z_test/run/./ccsm.exe [0x9f484b]
[canopy:07831] *** End of error message ***
/opt/pgi/linux86-64/2011/mpi/mpich/bin/mpirun.ch_p4: line 243: 7831 Segmentation fault /home1/ylee/cesm1_0_2/database/ptmp/ylee/z_test/run/./ccsm.exe -p4pg /home1/ylee/cesm1_0_2/database/ptmp/ylee/z_test/run/PI7774 -p4wd /home1/ylee/cesm1_0_2/database/ptmp/ylee/z_test/run


Is there anybody to give me advices on this?

Thanks.
 

eaton

CSEG and Liaisons
This line makes me wonder whether there is a threading problem:

[canopy:07831] [ 0] /lib64/libpthread.so.0 [0x2b206a737c00]

Are you running with threads enabled? Can you do a run without threads?
 
Top