Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix bug in SMPI tracing, where messages were sometimes badly matched.
authordegomme <augustin.degomme@unibas.ch>
Thu, 20 Oct 2016 13:09:23 +0000 (15:09 +0200)
committerdegomme <augustin.degomme@unibas.ch>
Thu, 20 Oct 2016 13:09:42 +0000 (15:09 +0200)
commit08efb90d1f3d0ccff7ba38e2320cf0436179ea42
tree7d15c161e38ada22664af38399cfce0d1d70e0b4
parentf6799acc9ecd83364b2fd106689f0ce62a10303c
Fix bug in SMPI tracing, where messages were sometimes badly matched.
This eparates sent and received messages when trying to match a new one to avoid matching a send with another send.
src/smpi/instr_smpi.cpp