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)
commit7b5d97a0198ce4ecbe5654a7cfe978bd1880f936
tree80b3874f9e91ea2470b90928a6c45322b2580ec0
parentbc74e6a87d5286f31ca5ae156ba74339b7f6775e
change the way we handle MPI_Request termination
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
src/smpi/private.h
src/smpi/smpi_base.c
src/smpi/smpi_pmpi.c
teshsuite/smpi/mpich-test/pt2pt/sndrcv.c