Browse Source

examples/sched_ctx/sched_ctx.c: well i should read the code before committing ...

Nathalie Furmento 12 years ago
parent
commit
1f526bb3bf
1 changed files with 0 additions and 4 deletions
  1. 0 4
      examples/sched_ctx/sched_ctx.c

+ 0 - 4
examples/sched_ctx/sched_ctx.c

@@ -55,10 +55,6 @@ int main(int argc, char **argv)
 		return 77;
 	STARPU_CHECK_RETURN_VALUE(ret, "starpu_init");
 
-#ifdef STARPU_QUICK_CHECK
-	ntasks /= 100;
-#endif
-
 	pthread_mutex_init(&mut, NULL);
 	int nprocs1 = 1;
 	int nprocs2 = 1;