From 69a0accfd3fa1f94842314089a8523b039fa5877 Mon Sep 17 00:00:00 2001 From: jthorn Date: Wed, 13 Aug 2003 15:14:43 +0000 Subject: change default sparse matrix library from ILUCG to UMFPACK because ILUCG _usually_ works ok, but sometimes blows up and is ++slow :( :( git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1182 f88db872-0e4f-0410-b76b-b9085cfa78c5 --- param.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index a64c354..ee365dc 100644 --- a/param.ccl +++ b/param.ccl @@ -914,7 +914,7 @@ keyword Jacobian_store_solve_method \ "row-oriented sparse matrix/UMFPACK" :: \ "store as sparse matrix (row-oriented storage format), \ solve with UMFPACK (sparse LU decomposition) method" -} "row-oriented sparse matrix/ILUCG" +} "row-oriented sparse matrix/UMFPACK" # # Extra parameters for individual linear solvers -- cgit v1.2.3