mpirun has exited due to process rank 3 with PID 3409 on...

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
Lee2015

mpirun has exited due to process rank 3 with PID 3409 on...

#1 Unread post by Lee2015 »

When I run ROMS using "mpirun -np 8 ./oceanG ocean_upwelling.in > my_upwelling.log", I got the following error:
--------------------------------------------------------------------------
mpirun has exited due to process rank 3 with PID 3409 on
node lee-OptiPlex-9010 exiting improperly. There are two reasons this could occur:

1. this process did not call "init" before exiting, but others in
the job did. This can cause a job to hang indefinitely while it waits
for all processes to call "init". By rule, if one process calls "init",
then ALL processes must call "init" prior to termination.

2. this process called "init", but exited without calling "finalize".
By rule, all processes that call "init" MUST call "finalize" prior to
exiting or it will be considered an "abnormal termination"

This may have caused other processes in the application to be
terminated by signals sent by mpirun (as reported here).
--------------------------------------------------------------------------
How to solve it? Thanks!

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

Re: mpirun has exited due to process rank 3 with PID 3409 on

#2 Unread post by kate »

Did you get anything else in the log file? I have successfully run the UPWELLING case on two and four cores.

JueNing
Posts: 3
Joined: Wed Aug 05, 2020 9:35 pm
Location: WHOI

Re: mpirun has exited due to process rank 3 with PID 3409 on...

#3 Unread post by JueNing »

Hi,

Have you solved this problem? I met the same problem when running an ideal case and don't know how to solve it.
Please help me!~~~

Thanks,
Jennie

Post Reply