Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix SimGrid-FMI
[simgrid.git] / src / smpi / internals / smpi_bench.cpp
index 6c326faa93d9d5bd4efc16f6b99d15f43c42ffb6..d32f1151e2c802ad9d60ff21f2123b9d5257a314 100644 (file)
@@ -108,7 +108,6 @@ void smpi_bench_begin()
 double smpi_adjust_comp_speed(){
   double speedup=1;
   if (smpi_cfg_comp_adjustment_file()[0] != '\0') {
-
     smpi_trace_call_location_t* loc                            = smpi_process()->call_location();
     std::string key                                            = loc->get_composed_key();
     std::unordered_map<std::string, double>::const_iterator it = location2speedup.find(key);