浏览代码

Make default memory usage without hwloc 1GiB, not 16GiB

Samuel Thibault 13 年之前
父节点
当前提交
16c033ee34
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tests/datawizard/reclaim.c

+ 2 - 2
tests/datawizard/reclaim.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2010-2011  Université de Bordeaux 1
+ * Copyright (C) 2010-2012  Université de Bordeaux 1
  * Copyright (C) 2012  Centre National de la Recherche Scientifique
  *
  * StarPU is free software; you can redistribute it and/or modify
@@ -62,7 +62,7 @@ static struct starpu_codelet dummy_cl =
 };
 
 /* Number of chunks */
-static int mb = 256;
+static int mb = 16;
 
 int main(int argc, char **argv)
 {