Message Data
MPI_Send(void *message, int ct, MPI_Datatype type, …)
MPI_Recv(void *message, int ct, MPI_Datatype type, …)
Data is described by a triplet:
address of first element
number of items
for MPI_Recv this is a maximum
type of data being sent
Previous slide
Next slide
Back to first slide
View graphic version