Procházet zdrojové kódy

by default, disable debugging messages

Cédric Augonnet před 15 roky
rodič
revize
1d37506834

+ 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