From 7f7f784a5c10f6aad5da9f7b7c458d330a0312e3 Mon Sep 17 00:00:00 2001 From: jthorn Date: Thu, 10 Oct 2002 00:57:51 +0000 Subject: 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 --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') 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. :( -- cgit v1.2.3