Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Call location: Cleanups.
[simgrid.git] / src / smpi / smpi_global.cpp
index 2a9ad70..2dd5af6 100644 (file)
@@ -445,7 +445,6 @@ void smpi_global_init(void)
       boost::trim(location);
       location2speedup.insert(std::pair<std::string, double>(location, std::stod(*end)));
     }
-
   }
 
   if (process_count == 0){