Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
uniformize simcall_comm_send() and simcall_comm_recv()
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 16 Aug 2015 16:31:54 +0000 (18:31 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 16 Aug 2015 16:31:57 +0000 (18:31 +0200)
commitf42adf142a13496847719d181df45ac2915e8630
tree631a40d0ac2ca3071fb233ecca3edc056c312782
parent8cdabbff4e8f86a6f05d65bf9931a5c1ba1623a2
uniformize simcall_comm_send() and simcall_comm_recv()

Recv now takes the receiver as first argument, and it should be able
to receive on a remote process.

I tried to remove the sender argument out of send(), but it's used in
SMPI when using RMA and I don't want to dig into it today.
include/simgrid/simix.h
src/msg/msg_gos.c
src/msg/msg_mailbox.c
src/simix/libsmx.c
src/simix/popping_accessors.h
src/simix/popping_bodies.c
src/simix/popping_generated.c
src/simix/simcalls.in
src/simix/smx_network.c
src/smpi/smpi_base.c