Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Restore explicitely defined constructor (with empty body).
[simgrid.git] / src / smpi / include / smpi_config.hpp
index 512816f..ac9bfc0 100644 (file)
@@ -6,8 +6,9 @@
 #ifndef SMPI_CONFIG_HPP
 #define SMPI_CONFIG_HPP
 
+#include "src/internal_config.h" // HAVE_PAPI
 #include <xbt/config.hpp>
-XBT_PUBLIC void smpi_init_options();
+
 XBT_PRIVATE void smpi_check_options();
 /********************************** Configuration of SMPI **************************************/
 extern XBT_PRIVATE simgrid::config::Flag<double> _smpi_cfg_host_speed;