07 2 Introduction MPI
07 2 Introduction MPI
mpiexec -n 1 ./mpi_hello
mpiexec -n 4 ./mpi_hello
mpiexec -n 4 ./mpi_hello
my rank
(the process making this call)
To distinguish messages
rank of the receiving process
recv_buf_sz
>=
send_buf_siz
q
MPI_Send MPI_Recv
Copyright © 2010, Elsevier Inc.
All rights Reserved
src = q dest = r
Scenario 1
MPI_Status*
a struct