Mentions légales du service

Skip to content

madmpi: fix MPI_*recv with MPI_PROC_NULL

Philippe SWARTVAGHER requested to merge pswartva/pm2:mpi_recv_proc_null into master

MPI 4.0 states A receive from MPI_PROC_NULL succeeds and returns as soon as possible with no modifications to the receive buffer. (bottom of page 101).

It is already correctly managed for MPI_*send.

Merge request reports