Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove old debugging stuff.
[simgrid.git] / src / smpi / smpi_mpi.c
index ff15e6a..27dc945 100644 (file)
@@ -772,7 +772,6 @@ int MPI_Comm_split(MPI_Comm comm, int color, int key, MPI_Comm* comm_out)
   } else if (comm == MPI_COMM_NULL) {
     retval = MPI_ERR_COMM;
   } else {
   } else if (comm == MPI_COMM_NULL) {
     retval = MPI_ERR_COMM;
   } else {
-    printf("[%d] gives %d, %d\n", smpi_comm_rank(comm), color, key);
     *comm_out = smpi_comm_split(comm, color, key);
     retval = MPI_SUCCESS;
   }
     *comm_out = smpi_comm_split(comm, color, key);
     retval = MPI_SUCCESS;
   }