Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
display offsets in hexa (counting in decimal sometimes difficult)
[simgrid.git] / src / smpi / smpi_mpi.c
index 505d92d8479a82208d14e281ce2aed0b82891998..46f1abddfc2a1769e4b75e4be2b1787a14884abd 100644 (file)
@@ -61,6 +61,11 @@ int MPI_Type_free(MPI_Datatype * datatype)
   return PMPI_Type_free(datatype);
 }
 
+int MPI_Pcontrol(const int level )
+{
+  return PMPI_Pcontrol(level);
+}
+
 int MPI_Type_size(MPI_Datatype datatype, int *size)
 {
   return PMPI_Type_size(datatype, size);