Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change handling of MPI_PROC_NULL as a src or a dest.
authorAugustin Degomme <adegomme@users.noreply.github.com>
Sun, 7 Mar 2021 17:10:58 +0000 (18:10 +0100)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Sun, 7 Mar 2021 18:13:41 +0000 (19:13 +0100)
commit563f95bdac3609c1d784e3efa21cb3976d6abedd
treecd6289eada9d8801afb27aa9c465b0ba58481236
parent003f39b52cc625fc7faf65ded0e82cf69981f41c
Change handling of MPI_PROC_NULL as a src or a dest.
We used to just skip the requests, but it was not possible to set status->MPI_SOURCE later in this case.
src/smpi/bindings/smpi_pmpi_request.cpp
src/smpi/mpi/smpi_request.cpp