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