Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Fix wrong return value in MPI_Testany.
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Tue, 14 Jun 2016 14:06:37 +0000 (16:06 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Tue, 14 Jun 2016 14:06:37 +0000 (16:06 +0200)
commitefcf0fb465cf0465c462fc28a830ccd4d6b6b13c
tree0f92f78b5e8a855495c5227b91497a22474f3c5b
parent1dab349dd1ee15cf92ba34bdf609a57a1b9287bf
[SMPI] Fix wrong return value in MPI_Testany.

See the MPI Standard on this function: flag must be true
if and only if there was at least one operation completed.
src/smpi/smpi_base.cpp