瀏覽代碼

Note the difference between mpi_cholesky and mpi_cholesky_distributed

Samuel Thibault 7 年之前
父節點
當前提交
cfab2026e6
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      mpi/examples/matrix_decomposition/mpi_cholesky_distributed.c

+ 5 - 1
mpi/examples/matrix_decomposition/mpi_cholesky_distributed.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2009-2011  Université de Bordeaux
+ * Copyright (C) 2009-2011, 2017  Université de Bordeaux
  * Copyright (C) 2010  Mehdi Juhoor <mjuhoor@gmail.com>
  * Copyright (C) 2010, 2011, 2012, 2013, 2015  CNRS
  *
@@ -18,6 +18,10 @@
 
 #include "mpi_cholesky.h"
 
+/* This is the same as matrix_decomposition, but the matrix is not allocated in
+ * totality on all nodes, thus allowing much bigger matrices, but doesn't allow
+ * trivial checks */
+
 int main(int argc, char **argv)
 {
 	/* create a simple definite positive symetric matrix example