浏览代码

Use a smaller default size for mpi LU

Samuel Thibault 12 年之前
父节点
当前提交
f98a0b1d7c
共有 1 个文件被更改,包括 2 次插入2 次删除
  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.
 /* 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
  * Copyright (C) 2010, 2011, 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
@@ -29,7 +29,7 @@
 #include <numaif.h>
 #include <numaif.h>
 #endif
 #endif
 
 
-static unsigned long size = 16384;
+static unsigned long size = 4096;
 static unsigned nblocks = 16;
 static unsigned nblocks = 16;
 static unsigned check = 0;
 static unsigned check = 0;
 static unsigned p = 1;
 static unsigned p = 1;