problem about MPI process terminated unexpectedly

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
leon
Posts: 78
Joined: Mon Mar 03, 2008 4:14 am

problem about MPI process terminated unexpectedly

#1 Unread post by leon »

I run the DAMEE application download from http://www.myroms.org/index.php?page=Datasets. What I do is just as the readme file tells me. But the program just exit when run at step 16320. The log file got such error:

MPI process terminated unexpectedly
Exit code -5 signaled from node46
Killing remote processes...DONE
real 6076.93
user 0.01
sys 0.00
+ exit 0

Anyone got the some problem? Thank you very much if any information is given.
Last edited by leon on Wed Apr 22, 2009 4:17 am, edited 1 time in total.

robertson
Site Admin
Posts: 219
Joined: Wed Feb 26, 2003 3:12 pm
Location: IMCS, Rutgers University

Re: problem when run the DAMEE application

#2 Unread post by robertson »

I would guess that you are exceeding your system's file size limit with your output files. If the history file is near 2GB at the time of the crash, try splitting your outputs into multiple files. Read:

https://www.myroms.org/wiki/index.php/o ... Parameters

Specifically NDEFHIS, NDEFAVG and NDEFDIA.

leon
Posts: 78
Joined: Mon Mar 03, 2008 4:14 am

Re: problem when run the DAMEE application

#3 Unread post by leon »

thx for reply first, Acturally,the output files are all less than 200M. But I still got the problem:
MPI process terminated unexpectedly
Exit code -5 signaled from node48
Killing remote processes...DONE
real 9862.22
user 0.02
sys 0.01
+ exit 0

I am not familiar with the MPI. Wish someone can tell me the something about the error.

I got the same problem, when I run my own model. I am really confused.

Post Reply