summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-21 10:59:49 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-21 10:59:49 +0000
commit3b69b7ec711e2e9d4e331feb6b591590d352e1da (patch)
tree27d0302e778af5c0ab30b0bc4302e89213eac840 /lib
parent19133d724a39fea00d7bc29f43809464e4ed7510 (diff)
Added correct FFLAGS for absoft, and changed libraries for pacific.
Absoft has the "-s" flag now, which causes a big improvement. git-svn-id: http://svn.cactuscode.org/flesh/trunk@750 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib')
-rw-r--r--lib/make/known-architectures/linux4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/make/known-architectures/linux b/lib/make/known-architectures/linux
index e35ddd40..1e5d9adc 100644
--- a/lib/make/known-architectures/linux
+++ b/lib/make/known-architectures/linux
@@ -34,10 +34,10 @@ fi
#Set the appropriate flags
case "$LINUX_F90_COMP" in
pacific)
- : ${LIBS="f2c vast90 f2c m"} ;;
+ : ${LIBS="vast90 g2c m"} ;;
absoft)
: ${LIBS="f90math fio f77math m"}
- F90FLAGS="`echo $F90FLAGS | sed 's/O2/O/'`"
+ F90FLAGS="-s -O"
# Test if it is a version of the absoft compiler which has the library in a custom place.
if test -n "$ABSOFT" ; then
: ${LIBDIRS='$(ABSOFT)/lib'}