aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-03-12 20:09:03 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-03-12 20:09:03 +0000
commitadd5117ad1e99aabddf8a9a7a1bfe1769191fc1c (patch)
tree9ef71a0eafb9887a69e5485e1bc882a87669d38a /README
parent6d98ca55d5298bbb472df1daa959e6f17b36d5f7 (diff)
update test par files
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@972 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 7 insertions, 2 deletions
diff --git a/README b/README
index ab76e29..f0ff6e4 100644
--- a/README
+++ b/README
@@ -61,6 +61,9 @@ This thorn can use either of two different interpolator APIs
* CCTK_InterpLocalUniform() interpolator API, which
at present is only supplied by the CactusBase/InterpLocal thorn.
+This thorn uses various Cactus reduction operations, so you'll need
+a (driver-specific) reduction thorn (e.g. CactusPUGH/PUGHReduce).
+
This thorn is written in C++, so you'll need a C++ compiler -- in fact
a fairly modern one -- to compile this thorn. See the "Compilation Notes"
section below for details.
@@ -151,9 +154,11 @@ IBM Power4 (AIX)
Please let me (Jonathan) know of any other compilers which are ok.
+It's uncertain whether this thorn will work or not using
+* gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-98)
+ (This is the system gcc on Red Hat GNU/Linux 7.2 systems)
+
The code will almost certainly *not* compile using
* any "egcs" version of gcc, or more generally, any version of gcc
earlier than 2.95
-* gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-98)
- (This is the system gcc on Red Hat GNU/Linux 7.2 systems)
* any version of Microsoft Visual C++ up to and including mid-2002