Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Function smpi_process_papi_counters() was renamed (untested).
[simgrid.git] / src / smpi / include / private.hpp
index ae78bcb..09594c2 100644 (file)
@@ -426,7 +426,6 @@ XBT_PRIVATE smpi_privatization_region_t smpi_init_global_memory_segment_process(
 
 #if HAVE_PAPI
 typedef std::vector<std::pair</* counter name */ std::string, /* counter value */ long long>> papi_counter_t;
 
 #if HAVE_PAPI
 typedef std::vector<std::pair</* counter name */ std::string, /* counter value */ long long>> papi_counter_t;
-XBT_PRIVATE papi_counter_t& smpi_process_papi_counters();
 #endif
 
 extern std::unordered_map<std::string, double> location2speedup;
 #endif
 
 extern std::unordered_map<std::string, double> location2speedup;