Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 312 Bytes

README_sendrecv.md

File metadata and controls

8 lines (5 loc) · 312 Bytes

Sendrecv in Heat equation solver

Implement the "halo exchange" operation in the exchange() routine in cpp/core.cpp or fortran/core.F90 with MPI_Sendrecv.

Note that at least the steps 1 and 2 in the base exercise need to be completed for this exercise.