wrong choice of domain 01 partition error?

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
longmtm
Posts: 55
Joined: Tue Dec 13, 2005 7:23 pm
Location: Univ of Maryland Center for Environmental Science

wrong choice of domain 01 partition error?

#1 Unread post by longmtm »

Hi,

I start to work with ROMS in the last few days.

I used ifort to install ROMS and MPICH-1.2.6 . After the compile, I do get a oceanM executable, it runs with the following case:

mpirun -np 4 ./oceanM ocean_upw.in

But when I looked at the output, it says wrong choice of domain 01 partition, and it actually elected to run on only one node. I did change the ocean_upw.in so that NtileI=NtileJ=2,

The machine is a Microway 10 nodes cluster. Linux_x_86 system.


Can any of you tell me why?


Thanks

Wen

longmtm
Posts: 55
Joined: Tue Dec 13, 2005 7:23 pm
Location: Univ of Maryland Center for Environmental Science

#2 Unread post by longmtm »

The problem is solved, reason is that I put the run mpirun directory in the PATH. The machine has two copies of mpich, and they are not the same.


Thanks,

Post Reply