[cig-commits] [commit] master: add a test for the direct parallel PETSc solver (9958f26)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Fri Jun 6 14:04:10 PDT 2014


Repository : https://github.com/geodynamics/aspect

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/6ea7dc559fc7b64e0a243ed697a5eb2bbf36ee8e...35396000d433414de271f3c2324ccecb96a479bb

>---------------------------------------------------------------

commit 9958f2683f849c9a784996e591b43d4574bf6dc9
Author: Timo Heister <timo.heister at gmail.com>
Date:   Fri May 30 17:32:16 2014 -0400

    add a test for the direct parallel PETSc solver
    
    which is using MUMPS right now.


>---------------------------------------------------------------

9958f2683f849c9a784996e591b43d4574bf6dc9
 tests/{direct_solver_2.prm => petsc_direct_solver.prm}       | 3 ++-
 tests/{direct_solver_2 => petsc_direct_solver}/screen-output | 0
 tests/{direct_solver_2 => petsc_direct_solver}/statistics    | 0
 3 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/direct_solver_2.prm b/tests/petsc_direct_solver.prm
similarity index 98%
copy from tests/direct_solver_2.prm
copy to tests/petsc_direct_solver.prm
index c19f8c3..9aab906 100644
--- a/tests/direct_solver_2.prm
+++ b/tests/petsc_direct_solver.prm
@@ -1,5 +1,6 @@
-# test that the direct solver works in parallel
+# test that the direct solver works in parallel with PETSc
 
+# LINEAR ALGEBRA: PETSC
 # MPI: 3
 
 set Dimension = 2
diff --git a/tests/direct_solver_2/screen-output b/tests/petsc_direct_solver/screen-output
similarity index 100%
copy from tests/direct_solver_2/screen-output
copy to tests/petsc_direct_solver/screen-output
diff --git a/tests/direct_solver_2/statistics b/tests/petsc_direct_solver/statistics
similarity index 100%
copy from tests/direct_solver_2/statistics
copy to tests/petsc_direct_solver/statistics



More information about the CIG-COMMITS mailing list