Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a little hack to have replay + SMP collectives
authorAugustin Degomme <augustin.degomme@imag.fr>
Fri, 5 Sep 2014 09:13:47 +0000 (11:13 +0200)
committerAugustin Degomme <augustin.degomme@imag.fr>
Thu, 11 Sep 2014 12:24:48 +0000 (14:24 +0200)
The problem was that having replay active did make SMPI skip all buffer copies.
But in this function we actually need the data exchanged between processes.
So we temporary tell SimGrid it is not replaying, here.


No differences found