X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/19f76a4a2c1df5d324015bb32a5430769a357563..149c63f36e15b8500b1e826bda5138318ff7ba2b:/src/smpi/include/smpi_config.hpp diff --git a/src/smpi/include/smpi_config.hpp b/src/smpi/include/smpi_config.hpp index 26cfad8bd3..e934e3972c 100644 --- a/src/smpi/include/smpi_config.hpp +++ b/src/smpi/include/smpi_config.hpp @@ -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,10 @@ #ifndef SMPI_CONFIG_HPP #define SMPI_CONFIG_HPP +#include "src/internal_config.h" // HAVE_PAPI #include +XBT_PRIVATE void smpi_check_options(); /********************************** Configuration of SMPI **************************************/ extern XBT_PRIVATE simgrid::config::Flag _smpi_cfg_host_speed; extern XBT_PRIVATE simgrid::config::Flag _smpi_cfg_simulate_computation;