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)
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.


No differences found