X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.2 Date: Mon, 04 Jun 2001 15:23:39 -0500 To: mpi-core@XXXXXXXXXXX From: William Gropp Subject: Handling errors in handle transfer functions Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-mpi-core@XXXXXXXXXXXXX Precedence: bulk What should a high-quality implementation do if an invalid handle is given to one of the transfer functions (e.g., MPI_Comm_c2f)? I believe that the error handler on MPI_COMM_WORLD should be invoked (MPI_FILE_NULL for MPI_FILE handle transfers) because that is the specified error handler if no valid communicator/window/file is available. A user asked this recently; I'd like to propose this as a clarification. Bill