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?
 
Back
Top