Error of Inlet_test

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
okami_zxh

Error of Inlet_test

#1 Unread post by okami_zxh »

Hi All,
When I tried to run Inlet_test case, there is one error of MCT Coupler as below, Is there some one knows how to solve it:

Code: Select all

/home/zhou/COAWST/Projects/Inlet_test/Coupled
 Coupled Input File name = coupling_inlet_test.in

 mct_coupler - Number assigned processors: 002
               not equal to spawned MPI nodes: 001
 Coupled Input File name = coupling_inlet_test.in

 mct_coupler - Number assigned processors: 002
               not equal to spawned MPI nodes: 001
[mpiexec@n002.cluster.com] HYDT_bscd_pbs_wait_for_completion (tools/bootstrap/external/pbs_wait.c:67): tm_poll(obit_event) failed with TM error 17002
[mpiexec@n002.cluster.com] HYDT_bsci_wait_for_completion (tools/bootstrap/src/bsci_wait.c:23): launcher returned error waiting for completion
[mpiexec@n002.cluster.com] HYD_pmci_wait_for_completion (pm/pmiserv/pmiserv_pmci.c:218): launcher returned error waiting for completion
[mpiexec@n002.cluster.com] main (ui/mpich/mpiexec.c:344): process manager error waiting for completion/code]

jcwarner
Posts: 1172
Joined: Wed Dec 31, 2003 6:16 pm
Location: USGS, USA

Re: Error of Inlet_test

#2 Unread post by jcwarner »

it is telling you "Number assigned processors: 002
not equal to spawned MPI nodes: 001"
So for the inlet test, it is setup to use 1 proc for roms, and 1 for swan, so that means you need to submit the job with mpirun -np 2.
Of course you can change the number of proces for each model, we just have this as a simple test case.

Post Reply