Anthony Skjellum, PhD, Associate Professor of Computer Science;
Mississippi State University, Department of Computer Science & NSF ERC
Butler, Rm 300, PO Box 9637, Corner of Perry&Barr, Mississippi State,MS 39762
(601)325-8435 FAX: (601)325-8997; http://www.erc.msstate.edu/~tony; Quote:
"What a rain of ashes falls on him that sees the new and cannot leave the
old."-Shakespeare ; e-mail: tony@cs.msstate.edu; Try MPI!
---------- Forwarded message ----------
Date: Thu, 12 Sep 1996 15:57:08 -0500 (CDT)
From: Thom McMahon <thom@ERC.MsState.Edu>
To: Tony Skjellum <tony@aurora.cs.msstate.edu>
Subject: Re: MPI_AlltoallW
Tony,
This is a minor change to MPI-2...
For MPI_ALTOALLW, the code which gives a possible implementation
of MPI_ALLTOALLW needs to distinguish between the "rdispls" array
and the "sdispls" array. Currently, just "displs" is used for
botht the MPI_Send and MPI_Recv operations.
Thom.