浏览代码

by default, disable debugging messages

Cédric Augonnet 15 年之前
父节点
当前提交
1d37506834
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      mpi/examples/mpi_lu/pxlu.c
  2. 1 1
      mpi/examples/mpi_lu/pxlu_kernels.c

+ 1 - 1
mpi/examples/mpi_lu/pxlu.c

@@ -48,7 +48,7 @@
 
 //#define VERBOSE_INIT	1
 
-#define DEBUG	1
+//#define DEBUG	1
 
 static unsigned no_prio = 0;
 

+ 1 - 1
mpi/examples/mpi_lu/pxlu_kernels.c

@@ -18,7 +18,7 @@
 #include "pxlu_kernels.h"
 #include <math.h>
 
-#define VERBOSE_KERNELS	1
+///#define VERBOSE_KERNELS	1
 
 /*
  *   U22