Due to a bug I needed to use MPI_Sendrecv in t8code. But it was not available in SC, so I used the MPI function directly:
|
sendrecv ([[maybe_unused]] const int dest, [[maybe_unused]] const int source, [[maybe_unused]] const int tag, |
My
PR implementing it in SC is now merged and we should now switch to using the proper SC function.
Due to a bug I needed to use MPI_Sendrecv in t8code. But it was not available in SC, so I used the MPI function directly:
t8code/src/t8_data/t8_vector_handler.hxx
Line 333 in 5c1e9cb
My PR implementing it in SC is now merged and we should now switch to using the proper SC function.