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

Public GIT Repository
Fill in implementation of CommWait before large changes
[simgrid.git] / src / smpi / bindings / smpi_mpi.cpp
index 833d76128d2556a565891eadf0f67d091a38c1ee..3bd52c78d7e4aab15b4330730ff50417a0098b00 100644 (file)
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(smpi_mpi, smpi, "Logging specific to SMPI ,(mpi)");
 
+void MPI_Init()
+{
+  MPI_Init(nullptr, nullptr);
+}
+
 #define NOT_YET_IMPLEMENTED                                                                                            \
   {                                                                                                                    \
     xbt_die("Not yet implemented: %s. Please contact the SimGrid team if support is needed", __func__);                \