X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.2 Date: Thu, 01 Feb 2001 07:59:09 -0600 To: Andrew Lumsdaine From: William Gropp Subject: Re: MPI_Abort nit Cc: Karl Feind ,mpi-core@XXXXXXXXXXX In-Reply-To: <3A78A910.A2F9A75F@XXXXXX> References: <4.2.2.20010131165059.035f8c88@XXXXXXXXX> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-mpi-core@XXXXXXXXXXXXX Precedence: bulk At 07:08 PM 1/31/2001 -0500, Andrew Lumsdaine wrote: IIRC, exit() takes an argument that is returned to the calling environment. MPI does not assume a Unix or Windows environment. Fortran only requires that the digits or string passed to STOP (the closest thing in Fortran to exit) be "accessible"; this is often interpreted as "printed on unit 6". That's why I view this as a "quality of implementation" issue. Bill