浏览代码

mpi: s/STARPU_VERBOSE0/STARPU_VERBOSE

Samuel Pitoiset 9 年之前
父节点
当前提交
96f251601a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mpi/src/starpu_mpi_private.h

+ 1 - 1
mpi/src/starpu_mpi_private.h

@@ -109,7 +109,7 @@ int _starpu_debug_rank;
                                              fprintf(stderr, "[%d][starpu_mpi][%s:%d] " fmt , _starpu_debug_rank, __starpu_func__ , __LINE__ ,## __VA_ARGS__); \
                                              fflush(stderr); } while(0);
 
-#ifdef STARPU_VERBOSE0
+#ifdef STARPU_VERBOSE
 #  define _STARPU_MPI_LOG_IN()             do { if (!_starpu_silent) { \
                                                if (_starpu_debug_rank == -1) starpu_mpi_comm_rank(MPI_COMM_WORLD, &_starpu_debug_rank);                        \
                                                fprintf(stderr, "%*s[%d][starpu_mpi][%s:%d] -->\n", (_starpu_debug_rank+1)*4, "", _starpu_debug_rank, __starpu_func__ , __LINE__); \