Selaa lähdekoodia

Use a smaller default size for mpi LU

Samuel Thibault 12 vuotta sitten
vanhempi
commit
f98a0b1d7c
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      mpi/examples/mpi_lu/plu_example.c

+ 2 - 2
mpi/examples/mpi_lu/plu_example.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2010-2011  Université de Bordeaux 1
+ * Copyright (C) 2010-2011, 2013  Université de Bordeaux 1
  * Copyright (C) 2010, 2011, 2012  Centre National de la Recherche Scientifique
  *
  * StarPU is free software; you can redistribute it and/or modify
@@ -29,7 +29,7 @@
 #include <numaif.h>
 #endif
 
-static unsigned long size = 16384;
+static unsigned long size = 4096;
 static unsigned nblocks = 16;
 static unsigned check = 0;
 static unsigned p = 1;