aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-17 03:54:20 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-17 03:54:20 +0000
commitd3a160e7303ac8e55fb35390d5a76637898072d8 (patch)
tree50fabdd26638f0c6e4f0d811b0bc16b2b298ea0e /README
parent733d2418572f18912cba9fedba04c49ceecf7c2b (diff)
add a little more info
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@841 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 9 insertions, 1 deletions
diff --git a/README b/README
index 5a0e4ca..3b672e7 100644
--- a/README
+++ b/README
@@ -21,11 +21,14 @@ The doc/ directory contains detailed documentation for this thorn.
There are also a lot of comments in the param.ccl file on how to set
the (many) parameters.
+The par/ directory contains some sample par files.
+
Copyright
=========
-This thorn is copyright (C) 2001 by Jonathan Thornburg <jthorn@aei.mpg.de>.
+This thorn is copyright (C) 2001-2002
+by Jonathan Thornburg <jthorn@aei.mpg.de>.
This thorn is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -94,6 +97,11 @@ g2c:
LAPACK_EXTRA_LIBS = g2c
LAPACK_EXTRA_LIBDIRS = `g77 --print-file-name=libg2c.a | xargs basename`
+For example, on the AEI xeons the settings would be
+ LAPACK_DIR = /usr/lib
+ LAPACK_EXTRA_LIBS = g2c
+ LAPACK_EXTRA_LIBDIRS = `g77 --print-file-name=libg2c.a | xargs dirname`
+
Note that all of these settings are of shell environment variables,
using the syntax (eg)
% export LAPACK_DIR=/usr/lib # bash