소스 검색

tests/datawizard/sync_and_notify_data.c: lower values on slow machines

Nathalie Furmento 13 년 전
부모
커밋
584d3fe962
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/datawizard/sync_and_notify_data.c

+ 1 - 1
tests/datawizard/sync_and_notify_data.c

@@ -88,7 +88,7 @@ int main(int argc, char **argv)
 
 #ifdef STARPU_SLOW_MACHINE
 	n /= 10;
-	k /= 8;
+	k /= 16;
 #endif
 
 	ret = starpu_init(NULL);