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)
See the MPI Standard on this function: flag must be true
if and only if there was at least one operation completed.


No differences found