Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Replay: C++-ify reduceScatter action & change tesh
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Tue, 27 Mar 2018 21:34:50 +0000 (23:34 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 28 Mar 2018 15:33:54 +0000 (17:33 +0200)
commit90f4a8e6aed9d605352088399f659a410949a612
treee19db1810225a181213f64377317513c3753b18c
parent7b35401604d373962c414c69a07831d02b895048
[SMPI] Replay: C++-ify reduceScatter action & change tesh

These modifications also required to adapt the tesh:
Before, the computation value in comp_size was stored in an
integer, which was too small:

-2147483648 2905064291.000000
   ^^^^^    ^^^^^^^^^^^^^^^^^
    int          double (actual value from trace)

This means that all the test results were wrong and had
to be corrected.
examples/smpi/replay_multiple/replay_multiple.tesh
src/smpi/internals/smpi_replay.cpp