Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
yet another attempt to handle MPI special values in fortran
[simgrid.git] / src / smpi / mpi / smpi_f2c.cpp
index 58caf83..868644c 100644 (file)
@@ -9,6 +9,11 @@
 
 #include <cstdio>
 
 
 #include <cstdio>
 
+int mpi_in_place_;
+int mpi_bottom_;
+int mpi_status_ignore_;
+int mpi_statuses_ignore_;
+
 namespace simgrid{
 namespace smpi{
 
 namespace simgrid{
 namespace smpi{