Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Properly terminate non blocking collective requests in all cases (mpi_test/testall...
authorAugustin Degomme <adegomme@users.noreply.github.com>
Fri, 7 May 2021 10:17:54 +0000 (12:17 +0200)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Fri, 7 May 2021 10:23:06 +0000 (12:23 +0200)
commit989042c42c15e746278c98212cd16e655d03f182
tree1158448a623af5e92696b379fa2edc9e0357276b
parentda82494b57755f7709200dec34441cad787ddde2
Properly terminate non blocking collective requests in all cases (mpi_test/testall/testany/testsome/waitsome/waitany).
Also use flags to identify non blocking collectivre requests instead of the size of an array (which should be turned in a vector soon)
Fix one issue reported in #67
src/smpi/bindings/smpi_pmpi_request.cpp
src/smpi/colls/smpi_nbc_impl.cpp
src/smpi/include/private.hpp
src/smpi/include/smpi_request.hpp
src/smpi/mpi/smpi_request.cpp