]> AND Public Git Repository - simgrid.git/blobdiff - src/smpi/include/smpi_config.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MPI IO: now with more fortran bindings
[simgrid.git] / src / smpi / include / smpi_config.hpp
index 512816f47dd18813c829657c10bbb848e5f2db62..e934e3972c078247c2247deb9c955d771ff8feae 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2018-2019. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2018-2020. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -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;