aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-08-13 15:14:43 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-08-13 15:14:43 +0000
commit69a0accfd3fa1f94842314089a8523b039fa5877 (patch)
tree4ab9f539cb025748cf85e928e8f473e6c5034b03 /param.ccl
parent9d617e2dde01e85627e6ecfa90be750e35d6f64a (diff)
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
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl2
1 files changed, 1 insertions, 1 deletions
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