Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add SIMIX_host_get/set_data declaration in simix.h and include simix.h in msg_host...
[simgrid.git] / src / smpi / smpi_mpi.c
index c709e0aaec81575d0e6e2eac2ed2c7335a7a7d1e..d86fcd8c180120916a8d887fc2874d7b34b27046 100644 (file)
@@ -194,6 +194,11 @@ int MPI_Comm_free(MPI_Comm * comm)
   return PMPI_Comm_free(comm);
 }
 
   return PMPI_Comm_free(comm);
 }
 
+int MPI_Comm_disconnect(MPI_Comm * comm)
+{
+  return PMPI_Comm_disconnect(comm);
+}
+
 int MPI_Comm_split(MPI_Comm comm, int color, int key, MPI_Comm* comm_out)
 {
   return PMPI_Comm_split(comm, color, key, comm_out);
 int MPI_Comm_split(MPI_Comm comm, int color, int key, MPI_Comm* comm_out)
 {
   return PMPI_Comm_split(comm, color, key, comm_out);