summaryrefslogtreecommitdiff
path: root/doc/UsersGuide/Appendices.tex
diff options
context:
space:
mode:
authoreschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2014-04-19 11:01:12 +0000
committereschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2014-04-19 11:01:12 +0000
commitc403f2c1810cf1553d047303e09f5c7ccc0ba7df (patch)
treea032ed862f88020d99c9ee66fd16e674f6b51c34 /doc/UsersGuide/Appendices.tex
parent568c2e3b24c630b01e0f3d4c62a536756c1fc561 (diff)
Drop explicit support for Fortran 77 in Cactus
This patch drops explicit support for Fortran 77 in Cactus. Fortran 77 is, for all practical purposes, a subset of Fortran 90, and thus Fortran 77 code can be compiled by Fortran 90 compilers. There is currently no platform that has a Fortran 77 and no Fortran 90 compiler, and there is no Fortran source code in Cactus that cannot be compiled by a Fortran 90 compiler. This patch removes/ignores all configuration options regarding Fortran 77, and compiles .f77 and .F77 files with a Fortran 90 compiler. This simplifies the configuration stage of Cactus. git-svn-id: http://svn.cactuscode.org/flesh/trunk@5108 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide/Appendices.tex')
-rw-r--r--doc/UsersGuide/Appendices.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/UsersGuide/Appendices.tex b/doc/UsersGuide/Appendices.tex
index 126c65a8..37722b1c 100644
--- a/doc/UsersGuide/Appendices.tex
+++ b/doc/UsersGuide/Appendices.tex
@@ -57,8 +57,8 @@ http://en.wikipedia.org/wiki/Cactus
\item[configuration]
The combination of a set of thorns, and all the Cactus configure
options which affect what binary will be produced when compiling
- Cactus. For example, the choice of compilers (Cactus \verb|CC|, \verb|CUCC|,
- \verb|CXX|, \verb|F77|, and \verb|F90| configure options) and the
+ Cactus. For example, the choice of compilers (Cactus \verb|CC|,
+ \verb|CXX|, \verb|CUCC|, and \verb|F90| configure options) and the
compiler optimization settings (\verb|OPTIMISE|/\verb|OPTIMIZE| and
\verb|*_OPTIMISE_FLAGS| configure options) are part of a
configuration (these flags change what binary is produced), but the