Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix Comm::get_sender()
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 30 Mar 2020 10:39:50 +0000 (12:39 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 30 Mar 2020 10:39:50 +0000 (12:39 +0200)
commit55922b4fa15f5b53bb73a513fd1ecd2d37d35fe0
treecfc26222693245ee1305bcc5d93638fcdd77e008
parentb0c36e046aa9d57ba90e5be5875b4754d9b8a545
fix Comm::get_sender()
Matching sender and receiving modifies the CommImpl fields used to
store the sending and receiving actors, not those in Comm. Then to
know the sender on the receiving side one have to look at the kernel
level.
src/s4u/s4u_Comm.cpp