浏览代码

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);