Browse Source

mpi/src/starpu_mpi.c: disable verbose

Nathalie Furmento 12 years ago
parent
commit
a8c46ce0fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mpi/src/starpu_mpi.c

+ 1 - 1
mpi/src/starpu_mpi.c

@@ -18,7 +18,7 @@
 #include <stdlib.h>
 #include <starpu_mpi.h>
 #include <starpu_mpi_datatype.h>
-#define STARPU_MPI_VERBOSE	1
+//#define STARPU_MPI_VERBOSE	1
 #include <starpu_mpi_private.h>
 #include <starpu_profiling.h>
 #include <starpu_mpi_stats.h>