Explorar o código

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

Samuel Thibault %!s(int64=13) %!d(string=hai) anos
pai
achega
16c033ee34
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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)
 {