소스 검색

examples/sched_ctx/sched_ctx.c: there needs to be enough tasks for the execution to be significant

Nathalie Furmento 12 년 전
부모
커밋
bcfb10289f
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      examples/sched_ctx/sched_ctx.c

+ 0 - 4
examples/sched_ctx/sched_ctx.c

@@ -18,11 +18,7 @@
 #include <starpu.h>
 #include <pthread.h>
 
-#ifdef STARPU_QUICK_CHECK
-#define NTASKS 50
-#else
 #define NTASKS 1000
-#endif
 
 int tasks_executed = 0;
 pthread_mutex_t mut;