Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
change the way we handle MPI_Request termination
authorAugustin Degomme <degomme@idpann.imag.fr>
Wed, 12 Dec 2012 18:33:40 +0000 (19:33 +0100)
committerAugustin Degomme <degomme@idpann.imag.fr>
Wed, 12 Dec 2012 18:33:40 +0000 (19:33 +0100)
to avoid using smx_action too much in smpi.
Removes a few more leaks in collectives
Handling of waitany was changed, it should return sooner and avoid a few unnecessary simcalls


No differences found