Selaa lähdekoodia

by default, disable debugging messages

Cédric Augonnet 15 vuotta sitten
vanhempi
commit
1d37506834
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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