Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Replace SMPI finalization by a barrier with synchronized messages.
authorAugustin Degomme <degomme@idpann.imag.fr>
Mon, 10 Feb 2014 14:07:45 +0000 (15:07 +0100)
committerAugustin Degomme <degomme@idpann.imag.fr>
Mon, 10 Feb 2014 14:07:45 +0000 (15:07 +0100)
commit443210f774474a3c90d8adeda01417dd0dc1fbf7
treebc80f59256bc88677453fc756e218a87b856b8c5
parentfdc2e409d949e2f38b68d0cc2ba226019c269e44
Replace SMPI finalization by a barrier with synchronized messages.
This avoids to looping over sleep when communications are not finished, which was ugly and annoying for MC
examples/smpi/energy/platform.xml
examples/smpi/replay/smpi_replay.tesh
examples/smpi/tracing/smpi_traced.tesh
src/smpi/smpi_global.c