Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Avoid using simcalls here, as by descheduling the process, we could misplace some...
authorAugustin Degomme <augustin.degomme@imag.fr>
Tue, 2 Dec 2014 14:50:12 +0000 (15:50 +0100)
committerAugustin Degomme <augustin.degomme@imag.fr>
Tue, 2 Dec 2014 14:58:11 +0000 (15:58 +0100)
commit63ba498484d4fcfc706be1e514d7fedbc6c9f4be
tree91630c58e3da94ca259b3047c9fe92392aa07eb8
parentf9b0b47d63fb3eed01420b0eabb455cb300f6cd7
Avoid using simcalls here, as by descheduling the process, we could misplace some messages in mailboxes, and end up deadlocking.

Calling directly SIMIX functions is not really the best, but it may fix a bad heisenbug
src/smpi/smpi_base.c