浏览代码

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