Basin test case

Look here for job postings within the Modeling community.

Moderators: arango, robertson

Post Reply
Message
Author
prabha
Posts: 3
Joined: Tue Dec 26, 2017 5:39 pm
Location: University of Allahabad

Basin test case

#1 Unread post by prabha »

Hello!

I am testing basin case on my workstation.
The compile seems to be done successfully. However, whenever I try to run the case,I got this error as follows..
Please someone help me solve this problem

./romsM: symbol lookup error: /usr/local/lib/libmpifort.so.12: undefined symbol: MPII_F_TRUE

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

Re: Basin test case

#2 Unread post by kate »

When I run MPI jobs, I don't typically invoke ./roms, but rather mpirun:

Code: Select all

mpirun -np $SLURM_NTASKS -machinefile ./nodes --mca mpi_paffinity_alone 1 ./oceanM ocean_arctic4.in
Does your supercomputer center have any experts who can tell you what's right on your system?

Post Reply