Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix smpi_execute_benched.
authorTom Cornebize <tom.cornebize@ensimag.grenoble-inp.fr>
Wed, 19 Jul 2017 13:05:38 +0000 (15:05 +0200)
committerTom Cornebize <tom.cornebize@ensimag.grenoble-inp.fr>
Wed, 19 Jul 2017 13:05:41 +0000 (15:05 +0200)
commit7ac777931e588a2a48708ac16caeb50973f2cdf9
tree4713e8807cb1f3da43e066649210c59d8e6d9716
parent3592a2aaeeb3fff08acf80f6b5830d8fc1670aad
Fix smpi_execute_benched.

When simulating a target machine T on an host H, you had to give the
time as measured on H. This time was then “converted” to the time that
would be spent on T by using the host speed and the target speed.

Now, you directly give the time that should be spent on T. This is
better, since the relative duration of different pieces of code may differ
from H to T (and thus you really want to give the time spent on T).
src/smpi/internals/smpi_bench.cpp