소스 검색

fix default size

Samuel Thibault 12 년 전
부모
커밋
79edfb768b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tests/microbenchs/tasks_size_overhead.c

+ 2 - 2
tests/microbenchs/tasks_size_overhead.c

@@ -42,9 +42,9 @@ starpu_data_handle_t data_handles[8];
 float *buffers[8];
 
 #ifdef STARPU_SLOW_MACHINE
-static unsigned ntasks = 1000;
-#else
 static unsigned ntasks = 10;
+#else
+static unsigned ntasks = 1000;
 #endif
 static unsigned nbuffers = 0;