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)
commit33e91d38e5cc067d9691a60962304070d9eede2a
treea87ee909ff174de094d945eafac01039db6a4a5f
parentc4f37cd5ea9000dda27d8a39a64274226a5f25a1
Add a little hack to have replay + SMP collectives
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.
src/smpi/smpi_comm.c