Преглед на файлове

examples/sched_ctx/sched_ctx.c: REALLY reduce number of tasks when quick check is enabled.

Nathalie Furmento преди 12 години
родител
ревизия
82fcbeb758
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      examples/sched_ctx/sched_ctx.c

+ 1 - 1
examples/sched_ctx/sched_ctx.c

@@ -19,7 +19,7 @@
 #include <pthread.h>
 
 #ifdef STARPU_QUICK_CHECK
-#define NTASKS 1000
+#define NTASKS 50
 #else
 #define NTASKS 1000
 #endif