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

FAILED in '(seq_mct_drv) : Initialize lnd component'

The cpl log file stop at (seq_mct_drv) : Initialize lnd component

the ccsm log file indicates the error:
Fatal error in PMPI_Barrier: Other MPI error, error stack:
PMPI_Barrier(476).................: MPI_Barrier(comm=0x84000000) failed
MPIR_Barrier(82)..................:
MPIC_Sendrecv(164)................:
MPIC_Wait(519)....................:
MPIDI_CH3I_Progress(165)..........:
MPID_nem_mpich2_blocking_recv(895):
MPID_nem_tcp_connpoll(1725).......:
state_commrdy_handler(1555).......:
MPID_nem_tcp_recv_handler(1445)...: socket closed
Fatal error in PMPI_Barrier: Other MPI error, error stack:
PMPI_Barrier(476).................: MPI_Barrier(comm=0x84000000) failed
MPIR_Barrier(82)..................:
MPIC_Sendrecv(164)................:
MPIC_Wait(519)....................:
MPIDI_CH3I_Progress(165)..........:
MPID_nem_mpich2_blocking_recv(895):
MPID_nem_tcp_connpoll(1725).......:
state_commrdy_handler(1555).......:
MPID_nem_tcp_recv_handler(1445)...: socket closed
Fatal error in PMPI_Barrier: Other MPI error, error stack:
PMPI_Barrier(476).................: MPI_Barrier(comm=0x84000000) failed
MPIR_Barrier(82)..................:
MPIC_Sendrecv(164)................:
MPIC_Wait(519)....................:
MPIDI_CH3I_Progress(165)..........:
MPID_nem_mpich2_blocking_recv(895):
MPID_nem_tcp_connpoll(1725).......:
state_commrdy_handler(1555).......:
MPID_nem_tcp_recv_handler(1445)...: socket closed
Fatal error in PMPI_Barrier: Other MPI error, error stack:
PMPI_Barrier(476).................: MPI_Barrier(comm=0x84000000) failed
MPIR_Barrier(82)..................:
MPIC_Sendrecv(164)................:
MPIC_Wait(519)....................:
MPIDI_CH3I_Progress(165)..........:
MPID_nem_mpich2_blocking_recv(895):
MPID_nem_tcp_connpoll(1725).......:
state_commrdy_handler(1555).......:
MPID_nem_tcp_recv_handler(1445)...: socket closed
APPLICATION TERMINATED WITH THE EXIT STRING: Killed (signal 9)

The lnd.log file stop at:
Attempting to read ldomain from fsurdat
/stormtrack_data/xlong/cesmdata/input/lnd/clm2/surfdata/surfdata_1.9x2.5_simyr2000_c091005.nc

any suggestions?
Thank you
 
I tried other compsets.

If the lnd component is active,the model failed at "Initialize lnd component"

If the land component is data or stub, the model can run through successfully.

Any one can help to give some advice?

Thank you very much
 
What is strange is that,

When I add a -DEBUG option in the configure phase, the model can run through successfully.

Is this problem from the compiler?

Some one told me , maybe the DEBUG option shutdown the compiler's optimizing level, so the model can run through, but normal optimizing level will fail the code.

The compiler I use is PGI10.5
MPI is MPICH2
NETCDF is 3.6.3

Thanks
 

fischer

CSEG and Liaisons
Staff member
Hi,

We've had nothing but problems with PGI 10.x. Try using PGI 11.x or newer.

Chris
 
Top