X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3718b81f92488f30d14590c0b69b13c3843604d5..ea74f5d95928a521a588737e81f1de94eef25d19:/src/smpi/include/smpi_config.hpp diff --git a/src/smpi/include/smpi_config.hpp b/src/smpi/include/smpi_config.hpp index 60d81ed788..70474ac628 100644 --- a/src/smpi/include/smpi_config.hpp +++ b/src/smpi/include/smpi_config.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018-2021. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2018-2022. 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. */ @@ -24,6 +24,8 @@ extern XBT_PRIVATE simgrid::config::Flag _smpi_cfg_trace_call_use_absolute extern XBT_PRIVATE simgrid::config::Flag _smpi_cfg_trace_call_location; extern XBT_PRIVATE simgrid::config::Flag _smpi_cfg_comp_adjustment_file; extern XBT_PRIVATE simgrid::config::Flag _smpi_cfg_default_errhandler_is_error; +extern XBT_PRIVATE simgrid::config::Flag _smpi_cfg_pedantic; +extern XBT_PRIVATE simgrid::config::Flag _smpi_init_sleep; #if HAVE_PAPI extern XBT_PRIVATE simgrid::config::Flag _smpi_cfg_papi_events_file; #endif