X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.2 Date: Tue, 09 May 2000 09:09:38 -0500 To: mpi-core@XXXXXXXXXXX From: William Gropp Subject: Another clarification Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-mpi-core@XXXXXXXXXXX Precedence: bulk The following question came up: Suppose a datatype is created that has size 0; for example, a contiguous type with count 0 (the count is required to be non-negative, not positive). A message is sent with this datatype and received, creating a status. What value does MPI_Get_count or MPI_Get_elements return? It could return 0, the count value specified by the user (just kidding!), MPI_UNDEFINED, or something else. I propose the clarification that in this case, MPI_Get_count and MPI_Get_elements return 0. Bill