Explorar o código

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

Nathalie Furmento %!s(int64=12) %!d(string=hai) anos
pai
achega
82fcbeb758
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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