Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
recv should return MPI_ERR_TRUNCATE
authorAugustin Degomme <adegomme@gmail.com>
Fri, 2 Apr 2021 15:30:51 +0000 (17:30 +0200)
committerAugustin Degomme <adegomme@gmail.com>
Fri, 2 Apr 2021 18:03:31 +0000 (20:03 +0200)
commit5a897f62cb4a09de7541022ed02344f9a8bf6e53
tree226df1d5a56c6f88bcd1b98a16c58302bccf65e6
parenta15058637dc7389218c8e74627b99d734431cc8d
recv should return MPI_ERR_TRUNCATE
we crash properly when needed, but don't return it properly if errhandler is meant not to crash
src/smpi/bindings/smpi_pmpi_request.cpp
src/smpi/include/smpi_request.hpp
src/smpi/mpi/smpi_request.cpp