Skip to content

Use MPI_Waitall instead of MPI_Test polling.

Peter W. Draper requested to merge mpiwaitall into master

Just checking id this is faster or slower than the async polling version. It is a little slower, but not a large amount.

Merge request reports