Can we execute other process while MPI_Waitall is in progress

Viewed 18

I like to execute a process while the mpi_waitall is performing blocking, is it possible?

recv(....)
send(....)

stream(..) // the process I want to perform while waitall is in progress
MPI_Waitall(...)
0 Answers
Related