This is exactly what MPI_Abort is for.
David
Terry Frankcombe wrote:
Calling MPI_Finalize in a single process won't ever do what you want.
You need to get all the processes to call MPI_Finalize for the end to be
graceful.
What you need to do is have some sort of special message to tell
everyo
Calling MPI_Finalize in a single process won't ever do what you want.
You need to get all the processes to call MPI_Finalize for the end to be
graceful.
What you need to do is have some sort of special message to tell
everyone to die. In my codes I have a rather dynamic master-slave model
with fl
Oops; I goofed in some of the PHP when adding the videos to the site.
Fixed now; thanks for the heads-up.
On May 30, 2008, at 10:57 AM, Ashley Pittman wrote:
I notice on the download page all file sizes are listed as 0KB, this
is
presumably an error somewhere.
http://www.open-mpi.org/s
On May 30, 2008, at 9:55 AM, Andreas Schäfer wrote:
I've never really dig into Open MPI's guts, not because I wasn't
interested, but mainly because the time required to get my bearings
seemed just too much. Until now. I've watched a couple of the videos
while coding and it was pretty awesome. Ea
Hi, I hope this is the right forum for my questions. I am running into
a problem when scaling >512 cores on a infiniband cluster which has
14,336 cores. I am new to openmpi and trying to figure out the right
-mca options to pass to avoid the "mca_oob_tcp_peer_complete_connect:
connection failed:"
So I'm working on this program which has many ways it might possibly die
at runtime, but one of them that happens frequently is the user types a
wrong (non-existant) filename on the command prompt. As it is now, the
node looking for the file notices the file doesn't exist and tries to
terminate the