Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Prohibit execution of negative flops
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 28 Mar 2018 11:37:59 +0000 (13:37 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 28 Mar 2018 15:33:55 +0000 (17:33 +0200)
commitf84aecd6adbd11b2e31a6cd47016bc03aa778a6e
tree12c0bc01de01e450d5105d1f985767f118621109
parent0a911f8f4fb44bd673f894e65d0c7591fe58ab91
[SMPI] Prohibit execution of negative flops

This was often caused by smpi/host-speed:-1 because
in some cases, flops = duration * host-speed

I replaced one smpi/host-speed:-1 with smpi/simulate-computation:0
due to a brief conversation with Augustin Degomme today:

14:22 < degomme> host-speed -1 c'est une convention qu'on utilisait
14:22 < degomme> c'est synonyme de simulate_computation=0
14:22 < degomme> ou un truc du genre
14:22 < degomme> quand l'option n'existait pas .
examples/smpi/trace_call_location/trace_call_location.tesh
src/smpi/internals/smpi_bench.cpp
src/smpi/internals/smpi_global.cpp
teshsuite/smpi/mpich3-test/perf/CMakeLists.txt