summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-12-21 18:32:38 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-12-21 18:32:38 +0000
commitbe882a25b7c6d9bca20380340acb7b9904e65bbd (patch)
tree3178101ffa062ea468b46919e6dedfc218837f32 /lib
parent840b50fbfc310b81916624d07bb9b102661782af (diff)
Fix for latest PGI compilers (4.0-2), where the libraries need to be in a different order. Hopefully this doesn't now cause problems for older versions.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3055 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib')
-rw-r--r--lib/make/known-architectures/linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/make/known-architectures/linux b/lib/make/known-architectures/linux
index b7f41031..60cbe2bc 100644
--- a/lib/make/known-architectures/linux
+++ b/lib/make/known-architectures/linux
@@ -138,7 +138,7 @@ else
: ${F90_OPTIMISE_FLAGS='-O4'}
;;
portland)
- : ${LIBS="pgftnrtl pgf90rtl pgf90 pgf90_rpm1 pghpf2 pgc m"}
+ : ${LIBS="pgf90rtl pgf90 pgftntrl pgf90_rpm1 pghpf2 pgc m"}
: ${LIBDIRS='$(PGI)/linux86/lib'}
: ${F77_OPTIMISE_FLAGS='-fast'}
: ${F90_OPTIMISE_FLAGS='$(F77_OPTIMISE_FLAGS)'}