aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-10 00:57:51 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-10 00:57:51 +0000
commit7f7f784a5c10f6aad5da9f7b7c458d330a0312e3 (patch)
treeed52993ebcb0423e43d1bb0af466333932720eff /README
parent19046ac5972435e7b3b98222fb69704a0e828730 (diff)
add support for outputting te change in the horizon position from
one Newton iteration to the next, Delta_h, at each Newton iteration (for help debugging convergence problems) also move parameters for "should we output {h,H,Delta_h} from struct IO_info to struct solver_info also make the instructions on setting environment variables in make.configuration.defn even more verbose... git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@820 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 31720d3..a08658f 100644
--- a/README
+++ b/README
@@ -96,8 +96,8 @@ g2c:
Note that all of these settings are of shell environment variables,
using the syntax (eg)
- $ export LAPACK_DIR=/usr/bin # bash
- % setenv LAPACK_DIR /usr/bin # csh,tcsh
+ % export LAPACK_DIR=/usr/lib # bash
+ % setenv LAPACK_DIR /usr/lib # csh,tcsh
Alas, setting these in your ~/.cactus/config file doesn't work. :(