I had a problem when running the COAWST model, this problem is presented in the below:
Code: Select all
Fatal error in MPI_Recv: Other MPI error, error stack:
MPI_Recv(186).............: MPI_Recv(buf=0x7ffdaaeef83c, count=1, MPI_INTEGER, src=0, tag=0, comm=0x84000002, status=0x47a6940) failed
dequeue_and_set_error(596): Communication error with rank 0
Code: Select all
Nesting domain
ids,ide,jds,jde 1 1129 1 757
ims,ime,jms,jme 837 999 463 579
ips,ipe,jps,jpe 847 987 473 567
INTERMEDIATE domain
ids,ide,jds,jde 59 440 58 315
ims,ime,jms,jme 333 399 207 258
ips,ipe,jps,jpe 343 389 217 248
*************************************
d01 2014-07-05_00:00:00 alloc_space_field: domain 2 , 34688000 bytes allocated
d01 2014-07-05_00:00:00 alloc_space_field: domain 2 , 35056560 bytes allocated
d01 2014-07-05_00:00:00 alloc_space_field: domain 2 , 35381760 bytes allocated
d01 2014-07-05_00:00:00 alloc_space_field: domain 2 , 35587720 bytes allocated
d01 2014-07-05_00:00:00 alloc_space_field: domain 2 , 35381760 bytes allocated
d01 2014-07-05_00:00:00 alloc_space_field: domain 2 , 35587720 bytes allocated
d01 2014-07-05_00:00:00 alloc_space_field: domain 2 , 35381760 bytes allocated
d01 2014-07-05_00:00:00 alloc_space_field: domain 2 , 35587720 bytes allocated
d01 2014-07-05_00:00:00 alloc_space_field: domain 2 , 35772000 bytes allocated
===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= RANK 40 PID 103363 RUNNING AT compute-1-3
= KILLED BY SIGNAL: 9 (Killed)
===================================================================================
Code: Select all
! Their sum must be equal to the total number of processors.
NnodesATM = 64 ! atmospheric model
NnodesWAV = 7 ! wave model
NnodesOCN = 49 ! ocean model
NnodesHYD = 0 ! hydrology model
! Time interval (seconds) between coupling of models.
TI_ATM2WAV = 1800.0d0 ! atmosphere to wave coupling interval
TI_ATM2OCN = 1800.0d0 ! atmosphere to ocean coupling interval
TI_WAV2ATM = 1800.0d0 ! wave to atmosphere coupling interval
TI_WAV2OCN = 1800.0d0 ! wave to ocean coupling interval
TI_OCN2WAV = 1800.0d0 ! ocean to wave coupling interval
TI_OCN2ATM = 1800.0d0 ! ocean to atmosphere coupling interval
TI_OCN2HYD = 0.0d0 ! ocean to hydro coupling interval
TI_HYD2OCN = 0.0d0 ! hydro to ocean coupling interval
! Enter names of Atm, Wav, and Ocn input files.
! The Wav program needs multiple input files, one for each grid.
ATM_name = Projects/Neoguri/namelist.input ! atmospheric model
WAV_name = Projects/Neoguri/swan_neoguri.in
! Projects/Sarika/swan_Sarika_ref3.in ! wave model
! WAV_name = ww3_grid.inp
OCN_name = Projects/Neoguri/ocean_neoguri.in ! ocean model
HYD_name = hydro.namelist ! hydro model
! Sparse matrix interpolation weights files. You have 2 options:
! Enter "1" for option 1, or "2" for option 2, and then list the
! weight file(s) for that option.
SCRIP_WEIGHT_OPTION = 1
Thank all,