ソースを参照

mpi/src/starpu_mpi_private.c: set debug_level to 0

Nathalie Furmento 12 年 前
コミット
f760d3806a
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      mpi/src/starpu_mpi_private.c

+ 1 - 1
mpi/src/starpu_mpi_private.c

@@ -18,7 +18,7 @@
 #include <starpu_mpi_private.h>
 
 int _debug_rank=-1;
-int _debug_level=3;
+int _debug_level=0;
 int _starpu_mpi_tag = 42;
 
 void _starpu_mpi_set_debug_level(int level)