aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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