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(...)
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(...)