High Performance Computing 1
Communication Model
•Latency Hiding: use asynchronous messaging to overlap communication and computation (MPI_ISEND,MPI_IRECV)
–Domain decomposition in solving grid problems; Compute with      first and communicate those while computing 
–
•