Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Fix wrong src/dst calculation
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Mon, 22 Jan 2018 23:40:58 +0000 (00:40 +0100)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 24 Jan 2018 14:58:22 +0000 (15:58 +0100)
commit891a7bc4ad1a3b10ea1bdf1b12bd8a1006fd8401
tree342141522e556910230b8bdac21ff5d0dae96c3c
parent6339d6d3816709debf8f8ef0fb4733825ee4a9fc
[SMPI] Fix wrong src/dst calculation

In smpi_win.cpp, one needs to be very careful about which group / comm
is currently used: In some functions, a subset of the current comm
is passed which means one has to convert the ranks from that subgroup to
the ranks of the communicator's group.
src/smpi/mpi/smpi_win.cpp