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

Public GIT Repository
use previous buffer check feature in MPI checks, to crash when a buffer overflow...
[simgrid.git] / src / smpi / include / smpi_config.hpp
index 6919ccef69067637a839c30b2a6461879ae860cc..903ebdb05c2bf3715463a9b9ed7bfceb44e13d82 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2018-2019. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2018-2021. 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. */
@@ -9,10 +9,9 @@
 #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;
+extern XBT_PRIVATE simgrid::config::Flag<std::string> _smpi_cfg_host_speed_string;
 extern XBT_PRIVATE simgrid::config::Flag<bool> _smpi_cfg_simulate_computation;
 extern XBT_PRIVATE simgrid::config::Flag<std::string> _smpi_cfg_shared_malloc_string;
 extern XBT_PRIVATE simgrid::config::Flag<double> _smpi_cfg_cpu_thresh;
@@ -28,4 +27,5 @@ extern XBT_PRIVATE simgrid::config::Flag<std::string> _smpi_cfg_comp_adjustment_
 extern XBT_PRIVATE simgrid::config::Flag<std::string> _smpi_cfg_papi_events_file;
 #endif
 extern XBT_PRIVATE simgrid::config::Flag<double> _smpi_cfg_auto_shared_malloc_thresh;
+extern XBT_PRIVATE simgrid::config::Flag<bool> _smpi_cfg_display_alloc;
 #endif