Browse Source

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

Nathalie Furmento 12 years ago
parent
commit
82fcbeb758
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/sched_ctx/sched_ctx.c

+ 1 - 1
examples/sched_ctx/sched_ctx.c

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