[MPICH] MPI_Finalize preconditions
Angel Tsankov
fn42551 at fmi.uni-sofia.bg
Thu Jan 26 14:01:07 CST 2006
The MPI standard says:
"The user must ensure that all pending communications involving a
process completes before the process calls MPI_FINALIZE."
If each nonblocking receive call has a matching wait call, does a call
to MPI_Barrier( MPI_COMM_WORLD ) in all processes (and after the wait
calls) ensure that all communications involving the processes have
completed?
More information about the mpich-discuss
mailing list