From eaf96f686e7ee979a87edc7dfc43766e38450017 Mon Sep 17 00:00:00 2001 From: pini Date: Fri, 26 Nov 2010 19:54:58 +0000 Subject: [PATCH] Remove old debugging stuff. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8683 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/smpi/smpi_mpi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/smpi/smpi_mpi.c b/src/smpi/smpi_mpi.c index ff15e6a3f5..27dc945f80 100644 --- a/src/smpi/smpi_mpi.c +++ b/src/smpi/smpi_mpi.c @@ -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 { - printf("[%d] gives %d, %d\n", smpi_comm_rank(comm), color, key); *comm_out = smpi_comm_split(comm, color, key); retval = MPI_SUCCESS; } -- 2.20.1