Sfoglia il codice sorgente

Avoid generating a huge trace file when FxT is enabled

Samuel Thibault 4 anni fa
parent
commit
734634a231
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. 5 1
      tests/datawizard/locality.c

+ 5 - 1
tests/datawizard/locality.c

@@ -29,9 +29,13 @@
 #include <starpu.h>
 #include "../helper.h"
 
+#ifdef STARPU_USE_FXT
+#define N 5
+#define ITER 5
+#else
 #define N 50
-
 #define ITER 50
+#endif
 
 int task_worker[N][ITER];
 int worker_task[STARPU_NMAXWORKERS][N*ITER];