aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjthorn <jthorn@e296648e-0e4f-0410-bd07-d597d9acff87>2003-05-23 16:59:02 +0000
committerjthorn <jthorn@e296648e-0e4f-0410-bd07-d597d9acff87>2003-05-23 16:59:02 +0000
commit7d63955fe31e5837eba22ef5b4c59fdbc0a86cb4 (patch)
treec156c48028f19bb131cd6be979cca91803599b8b /README
parent32fe60e8f471a2109c5f067777248bd7e76dacef (diff)
add a note:
This thorn is mostly written in Fortran 77, with a few files in C and Fortran 90. At present Fortran 90 is only used for the "arbitrary slice" option (see the thorn guide for details). If this option isn't needed, then by changing a single line in src/include/Exact.inc (see the comments there for details) you can #ifdef-out the Fortran 90 code, allowing the rest of this thorn to be compiled on a system with no Fortran 90 compiler available. (this was already noted in the thorn guide) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@167 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 9 insertions, 3 deletions
diff --git a/README b/README
index 0deec2f..a748635 100644
--- a/README
+++ b/README
@@ -34,11 +34,17 @@ Compilation
On some systems (notably the AEI Xeons using the Intel compilers) this
thorn only compiles if you use the Cactus (perl) preprocessor, i.e. you
need to configure with
-
-gmake foo-config CPP='$${PERL} $${CCTK_HOME}/lib/sbin/cpp.pl'
-
+ gmake foo-config CPP='$${PERL} $${CCTK_HOME}/lib/sbin/cpp.pl'
(along with any other configuration options).
+This thorn is mostly written in Fortran 77, with a few files in C
+and Fortran 90. At present Fortran 90 is only used for the "arbitrary slice"
+option (see the thorn guide for details). If this option isn't needed,
+then by changing a single line in src/include/Exact.inc (see the comments
+there for details) you can #ifdef-out the Fortran 90 code, allowing the
+rest of this thorn to be compiled on a system with no Fortran 90 compiler
+available.
+
Copyright
=========