Re: [OMPI devel] [devel-core] [RFC] Exit without finalize

2007-09-06 Thread Terry D. Dontje
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

Re: [OMPI devel] [devel-core] [RFC] Exit without finalize

2007-09-06 Thread Gleb Natapov
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

[OMPI devel] [RFC] Exit without finalize

2007-09-06 Thread Ralph H Castain
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