Browse Source

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

Samuel Thibault 13 years ago
parent
commit
16c033ee34
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/datawizard/reclaim.c

+ 2 - 2
tests/datawizard/reclaim.c

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