X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a45a65d79c6316b4bf515722f53d85a7080eeeb6..c07b0d9b6750434a97220b7819c0f72bfc8d4e98:/src/smpi/include/smpi_config.hpp diff --git a/src/smpi/include/smpi_config.hpp b/src/smpi/include/smpi_config.hpp index 512816f47d..416143495a 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,11 +6,12 @@ #ifndef SMPI_CONFIG_HPP #define SMPI_CONFIG_HPP +#include "src/internal_config.h" // HAVE_PAPI #include -XBT_PUBLIC void smpi_init_options(); + 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_host_speed_string; extern XBT_PRIVATE simgrid::config::Flag _smpi_cfg_simulate_computation; extern XBT_PRIVATE simgrid::config::Flag _smpi_cfg_shared_malloc_string; extern XBT_PRIVATE simgrid::config::Flag _smpi_cfg_cpu_thresh;