Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] process_data is now declared static
[simgrid.git] / src / smpi / internals / smpi_global.cpp
index 351269c..0407a77 100644 (file)
@@ -52,7 +52,7 @@ struct papi_process_data {
 #endif
 std::unordered_map<std::string, double> location2speedup;
 
-simgrid::smpi::Process **process_data = nullptr;
+static simgrid::smpi::Process** process_data = nullptr;
 int process_count = 0;
 int smpi_universe_size = 0;
 int* index_to_process_data = nullptr;