X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Thu, 17 Jun 1999 13:04:44 -0500 To: mpi-core@XXXXXXXXXXX From: William Gropp Subject: MPI_PROC_NULL as target rank in RMA Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-mpi-core@XXXXXXXXXXX Precedence: bulk X-UIDL: d7fa6f16807178213e14af4a850fee70 Is it invalid to use MPI_PROC_NULL as the target rank in MPI_Put, MPI_Get, and MPI_Accumulate? I can make the case both for and against this, based on the text in the standard. It would match the spirit of the standard (which says that MPI_PUT is like a send at the origin and a receive at the target) to allow MPI_PROC_NULL. Bill