浏览代码

tests/main/tag_task_data_deps.c: reduce number of loops for slow machine configuration

Nathalie Furmento 12 年之前
父节点
当前提交
da0271d51e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tests/main/tag_task_data_deps.c

+ 1 - 0
tests/main/tag_task_data_deps.c

@@ -86,6 +86,7 @@ int main(int argc, char **argv)
 
 #ifdef STARPU_SLOW_MACHINE
 	duration = 0;
+	nloops /= 1024;
 #endif
 
 	ret = starpu_init(NULL);