Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a mutex to lock access to the SMPI mailboxes when a message is posted
authorAugustin Degomme <augustin.degomme@imag.fr>
Sat, 6 Dec 2014 15:05:38 +0000 (16:05 +0100)
committerAugustin Degomme <augustin.degomme@imag.fr>
Sat, 6 Dec 2014 15:05:38 +0000 (16:05 +0100)
commit51a5d2e12715401658d5416f621fb5c89a9b5278
tree8592e193eb04ba2cd1109a2f922aa757de4ce49d
parent1cecc204a88a65f9f0c4a97627fc7ff159fed3a2
Add a mutex to lock access to the SMPI mailboxes when a message is posted
Should avoid race condition, while keeping isolation from SIMIX
src/smpi/private.h
src/smpi/smpi_base.c
src/smpi/smpi_global.c