Gleb Natapov wrote:
On Thu, Sep 06, 2007 at 06:50:43AM -0600, Ralph H Castain wrote:
WHAT: Decide upon how to handle MPI applications where one or more
processes exit without calling MPI_Finalize
WHY:Some applications can abort via an exit call instead of
calling MPI_Abo
On Thu, Sep 06, 2007 at 06:50:43AM -0600, Ralph H Castain wrote:
> WHAT: Decide upon how to handle MPI applications where one or more
> processes exit without calling MPI_Finalize
>
> WHY:Some applications can abort via an exit call instead of
> calling MPI_Abort when a libra
WHAT: Decide upon how to handle MPI applications where one or more
processes exit without calling MPI_Finalize
WHY:Some applications can abort via an exit call instead of
calling MPI_Abort when a library (or something else) calls
exit. This situation is outside a user