Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix memory leak in smpi/colls/allgather-SMP-NTS.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 29 Oct 2013 14:00:40 +0000 (15:00 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 29 Oct 2013 14:01:00 +0000 (15:01 +0100)
commitac58039b1a8b9328b70a7809e30daa0284c5b72e
tree9229b39aa31219b8fc949b7792af2a32f84d4876
parent779f94db3dda760fe4d764e7352cebd868a620ca
Fix memory leak in smpi/colls/allgather-SMP-NTS.

Wait for isends.  Also use a dynamically allocated array for requests, and use
MPI_STATUS_IGNORE instead of an unused variable.
src/smpi/colls/allgather-SMP-NTS.c