Re: [OMPI users] proper use of MPI_Abort

2013-11-11 Thread Jeff Squyres (jsquyres)
On Nov 7, 2013, at 2:13 PM, "Andrus, Brian Contractor" wrote: > Good to know. Thanks! (sorry for the delay in replying; I was traveling last week, which always makes a disaster of my INBOX) > Seems really like MPI_ABORT should only be used within error traps after MPI > functions have been st

Re: [OMPI users] proper use of MPI_Abort

2013-11-07 Thread Andrus, Brian Contractor
s) > Sent: Wednesday, November 06, 2013 11:30 AM > To: Open MPI Users > Subject: Re: [OMPI users] proper use of MPI_Abort > > I just checked the v1.7 series -- it looks like we have cleaned up this > message a bit. With your code snipit: > > - > ❯❯❯ mpicc ab

Re: [OMPI users] proper use of MPI_Abort

2013-11-06 Thread Jeff Squyres (jsquyres)
res (jsquyres) >> Sent: Tuesday, November 05, 2013 5:11 AM >> To: Open MPI Users >> Subject: Re: [OMPI users] proper use of MPI_Abort >> >> You're correct -- you don't need to call MPI_Finalize after MPI_Abort. >> >> Can you cite what version of Open MPI

Re: [OMPI users] proper use of MPI_Abort

2013-11-05 Thread Andrus, Brian Contractor
ent: Tuesday, November 05, 2013 5:11 AM > To: Open MPI Users > Subject: Re: [OMPI users] proper use of MPI_Abort > > You're correct -- you don't need to call MPI_Finalize after MPI_Abort. > > Can you cite what version of Open MPI you are using? > > > On Nov 4, 2013

Re: [OMPI users] proper use of MPI_Abort

2013-11-05 Thread Jeff Squyres (jsquyres)
You're correct -- you don't need to call MPI_Finalize after MPI_Abort. Can you cite what version of Open MPI you are using? On Nov 4, 2013, at 9:01 AM, "Andrus, Brian Contractor" wrote: > All, > > I have some sample code that has a syntax message and then an MPI_Abort call > if the program