]> AND Public Git Repository - simgrid.git/blobdiff - src/smpi/mpi/smpi_f2c.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Allow iteration over maximal subsets of an EventSet
[simgrid.git] / src / smpi / mpi / smpi_f2c.cpp
index ab1da746288b60c91fb3b0605dea873370735b39..bdec55b5a2d9736e1fd9f25048aabbcc45a3b1c6 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2022. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2007-2023. 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. */
@@ -8,10 +8,10 @@
 #include "src/smpi/include/smpi_actor.hpp"
 #include "src/instr/instr_smpi.hpp"
 
-int mpi_in_place_;
-int mpi_bottom_;
-int mpi_status_ignore_;
-int mpi_statuses_ignore_;
+const int mpi_in_place_        = -222;
+const int mpi_bottom_          = -111;
+const int mpi_status_ignore_   = 0;
+const int mpi_statuses_ignore_ = 0;
 
 namespace simgrid::smpi {