Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[smpi] replay: storage index: (pid-1) -> pid
authorMillian Poquet <millian.poquet@inria.fr>
Thu, 31 May 2018 13:47:12 +0000 (15:47 +0200)
committerMillian Poquet <millian.poquet@inria.fr>
Fri, 29 Jun 2018 12:53:58 +0000 (14:53 +0200)
commit66cf0fd85d50a36a62c860dadb22675e7ac9eb0d
tree9d4d936db0b57e3597c99146d5fef0cd167db918
parentf1bd31066023cb1d8f893c4a9396bde53bc769f4
[smpi] replay: storage index: (pid-1) -> pid

The previous index was zero based since the data structure was an array.

Indexing by pid is more simple and more straightforward now that the
data structure is an associative array.
src/smpi/internals/smpi_replay.cpp