MPI Communication
MPI_Send
Sends an array of a given type
Requires a destination node, size, and type
MPI_Recv
Receives an array of a given type
Same requirements as MPI_Send
Extra parameter
MPI_Status variable.
Previous slide
Next slide
Back to first slide
View graphic version