소스 검색

Don't display debug messages by default.

Cédric Augonnet 15 년 전
부모
커밋
cfc80b374c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mpi/starpu_mpi.c

+ 1 - 1
mpi/starpu_mpi.c

@@ -19,7 +19,7 @@
 #include <starpu_mpi_datatype.h>
 #include <starpu_mpi_private.h>
 
-#define VERBOSE_STARPU_MPI	1
+//#define VERBOSE_STARPU_MPI	1
 
 /* TODO find a better way to select the polling method (perhaps during the
  * configuration) */