X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/120df14075aaab1a27d234cd170cff2b4f7df071..c266a136ccbfb134f27da5223d3a88eac34b9f4c:/src/smpi/internals/smpi_bench.cpp diff --git a/src/smpi/internals/smpi_bench.cpp b/src/smpi/internals/smpi_bench.cpp index ac7f78ca32..5f9532ba29 100644 --- a/src/smpi/internals/smpi_bench.cpp +++ b/src/smpi/internals/smpi_bench.cpp @@ -7,13 +7,13 @@ #include "simgrid/host.h" #include "simgrid/modelchecker.h" #include "smpi_comm.hpp" -#include "smpi_process.hpp" #include "src/internal_config.h" #include "src/mc/mc_replay.hpp" #include "src/simix/ActorImpl.hpp" #include "xbt/config.hpp" #include "getopt.h" +#include "src/smpi/include/smpi_actor.hpp" #include #ifndef WIN32 @@ -166,7 +166,7 @@ void smpi_bench_end() for (auto const& pair : counter_data) { simgrid::instr::VariableType* variable = static_cast(container->type_->by_name(pair.first)); - variable->set_event(surf_get_clock(), pair.second); + variable->set_event(SIMIX_get_clock(), pair.second); } } #endif