the consequences for exiting MPI processes without
calling MPI_Finalize, will it cause memory leak or other fatal problem?
Thank you.
Regards,
Wenkai
--- On Wed, 3/6/09, Ralph Castain wrote:
From: Ralph Castain
Subject: Re: [OMPI users] Exit Program Without Calling MPI_Finalize For Special
I'm afraid there is no way to do this in 1.3.2 (or any OMPI
distributed release) with MPI applications.
The OMPI trunk does provide continuous re-spawn of failed processes,
mapping them to other nodes and considering fault relationships
between nodes, but this only works if they are -not- M
Hi,
I am writing a program for a central controller that will spawn processes
depend on the user selection. And when there is some fault in the spawn
processes like for example, the computer that is spawned with the process
suddenly go down, the controller should react to this and respawn the