For those wishing to follow the thread Dick started on the MPI forum list:

    http://lists.mpi-forum.org/mpi-forum/2010/04/0606.php


On Apr 6, 2010, at 2:31 PM, Richard Treumann wrote:

> The MPI standard says that MPI_Abort makes a "best effort". It also says that 
> an MPI implementation is free to lose the value passed into MPI_Abort and 
> deliver some other RC.. 
> 
> The standard does not say that MPI_Abort becomes a valid way to end a 
> parallel job if it is passed a zero.
> 
> To me it seems pretty clear the name MPI_Abort is was chosen to imply failure.
> 
> I think modifying the standard to be explicit about what must happen when 
> MPI_Abort is passed zero would be an option. It is a ugly one in my view but 
> it would give this kind of application the equivalent of MPI_Quit. 
> 
> Right now, someone who passes a zero to MPI_Abort would have a hard time 
> claiming his application is valid.
> 
> Dick 
> 
> 
> Dick Treumann - MPI Team 
> IBM Systems & Technology Group
> Dept X2ZA / MS P963 -- 2455 South Road -- Poughkeepsie, NY 12601
> Tele (845) 433-7846 Fax (845) 433-8363
> 
> 
> <graycol.gif>"Terry Frankcombe" ---04/06/2010 01:33:53 PM---> Jeff - >
> 
> <ecblank.gif>
> From: <ecblank.gif>
> "Terry Frankcombe" <te...@chem.gu.se>
> <ecblank.gif>
> To:   <ecblank.gif>
> "Open MPI Users" <us...@open-mpi.org>
> <ecblank.gif>
> Date: <ecblank.gif>
> 04/06/2010 01:33 PM
> <ecblank.gif>
> Subject:      <ecblank.gif>
> Re: [OMPI users] Hide Abort output
> <ecblank.gif>
> Sent by:      <ecblank.gif>
> users-boun...@open-mpi.org
> 
> 
> 
> > Jeff -
> >
> > I started a discussion of MPI_Quit on the MPI Forum reflector.  I raised
> > the question because I do not think using MPI_Abort is appropriate.
> >
> > The situation is when  a single task decides the parallel program has
> > arrived at the desired answer and therefore whatever the other tasks are
> > currently doing has become irrelevant.  The other tasks do not know that
> > the answer has been found by one of them so they cannot just call
> > MPI_Finalize.
> >
> > Do we need a clean and portable way for the task that detects that the
> > answer has been found and written out to do a single handed termination of
> > the parallel job?
> 
> I'm not Jeff.  But isn't that MPI_Abort with an appropriate errorcode
> argument, provided we can get it to shut up?
> 
> 
> _______________________________________________
> users mailing list
> us...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/users
> 
> 
> _______________________________________________
> users mailing list
> us...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/users


-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to:
http://www.cisco.com/web/about/doing_business/legal/cri/


Reply via email to