yuenai@qq_com
New Member
Hi all,Recently I tried to port CESM1.0.6/1.0.4 to our local cluster (Red Hat Linux 6.8). The environment settings involve: Intel XE 2015 Composer Edition, netcdf 3.6.3, mvapich2-2.2b.I conduct a test case using “F compset” on a f19_f19 resolution. The case can be built successfully. However, when we submit the case.run (in the $CASEROOT), the test case keeps running, yet there are no outputs and meanwhile there are no error messages.The MPI run seems to keep doing one thing as below , but I am not sure what does it mean:----SIGSEGV{si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x2d008539008} ---rt_sigreturn()----SIGSEGV{si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x2d008539008} ---rt_sigreturn()----SIGSEGV{si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x2d008539008} ---rt_sigreturn()----SIGSEGV{si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x2d008539008} ---rt_sigreturn() The ccsm.log in RUNDIR is ended as follows:Warning: Permanently added 'node16,10.10.10.16' (RSA) to the list of known hosts.^MWarning: Permanently added 'node6,10.10.10.6' (RSA) to the list of known hosts.Opened existing file /public/home/zhuoqi/inputdata/atm/cam/inic/fv/cami_0000-01-01_1.9x2.5_L26_c070408.nc Opened existing file /public/home/zhuoqi/inputdata/atm/cam/topo/USGS-gtopo30_1.9x2.5_remap_c050602.nc The atm.log is ended as follows:procid 80 assigned 3 latitude values from 85 through 87 procid 81 assigned 3 latitude values from 88 through 90 procid 82 assigned 3 latitude values from 91 through 93 procid 83 assigned 3 latitude values from 94 through 96 The CESM1.0.6 can be used on our older cluster. I wonder what would be the problems. I will appreciate if anyone could help on this.Thanks a lot in advance.