Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't send sbuff and rbuff to the MC checker
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 1 Jul 2023 16:44:39 +0000 (18:44 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 1 Jul 2023 16:44:54 +0000 (18:44 +0200)
commit989e6d7e4cb105760aff9acce9ac2d26de2f793d
tree651b2192d755ed00e9349b81dd39967a1e78356b
parent4306c7bae7bd9715eb3d691677c0106f80801f15
Don't send sbuff and rbuff to the MC checker

They used to be included in the dependency computation, but that's a
very bad idea, as the same communication can land on the same address,
so the checker cannot get sure information from there.

This simplifies the MC-App protocol, as we have a bug somewhere.
examples/smpi/mc/sendsend.tesh
src/kernel/actor/CommObserver.cpp
src/mc/explo/udpor/ExtensionSet_test.cpp
src/mc/transition/TransitionComm.cpp
src/mc/transition/TransitionComm.hpp