Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Fix wrong usage of request->src() and dst() with ranks
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 24 Jan 2018 13:28:11 +0000 (14:28 +0100)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 24 Jan 2018 14:58:22 +0000 (15:58 +0100)
commit38d23cf285f4191805df2b94a01636d23395c291
tree8f4a3dd5d95e10d013b8d6b175ba2559890d4193
parent20180cf998fe77ea59e5dbffd7ba0515124c775d
[SMPI] Fix wrong usage of request->src() and dst() with ranks

We need to use the process id instead of the local rank, so
let's do that.
src/smpi/mpi/smpi_win.cpp