Newsgroups: comp.parallel.mpi
From: hejc@apap2.pap.univie.ac.at
Subject: MPI_Scatterv
Organization: Vienna University Computer Center
Date: 18 Dec 1996 12:10:41 GMT
Message-ID: <598n01$1ue8@www.univie.ac.at>

Hi,
 I have the following question concerning MPI_Scatterv.

	MPI_Scatterv( sendbuf, sendcounts, disps,
			sendtype, recvbuf, recvcount,
			recvtype, root, comm )
Somebody told me that the 'recvcount' argument must have
the same value for all processes except the root.
Is this true?
It didn't find something about this in the MPI Standard.

	Thanks in advance

		Gerhard


