Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mpi: use pointers for array_of_statuses
Apparently some compilers -- gcc-11.2 -- will differentiate between MPI_Status array_of_statuses[] and MPI_Status *array_of_statuses and warns if we pass MPI_STATUSES_IGNORE to the former. Note: the standard uses the latter form.
- Loading branch information