summaryrefslogtreecommitdiff
path: root/lib/make/known-architectures/linux
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-04-27 17:16:39 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-04-27 17:16:39 +0000
commit3db086e64f33039d5cab4d827cef922074a2cbe7 (patch)
tree98ef73c6680cd796cdae411a64c938dbd8792fe6 /lib/make/known-architectures/linux
parent07a6261cbef14147d71f843749ac36e478897781 (diff)
Autodetect pgf95 as Portland Fortran compiler.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4035 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/known-architectures/linux')
-rw-r--r--lib/make/known-architectures/linux2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/make/known-architectures/linux b/lib/make/known-architectures/linux
index 22106294..a497a3fa 100644
--- a/lib/make/known-architectures/linux
+++ b/lib/make/known-architectures/linux
@@ -34,6 +34,8 @@ else
LINUX_F90_COMP=fujitsu
elif test "`$F90 -V 2>&1 | grep -i f90 | grep -i pgf90`" ; then
LINUX_F90_COMP=portland
+ elif test "`$F90 -V 2>&1 | grep pgf95`" ; then
+ LINUX_F90_COMP=portland
elif test "`$F90 -v 2>&1 | grep -i g77`" ; then
LINUX_F90_COMP=gnu77
elif test "`$F90 -dumpversion 2>&1 | grep 'GNU Fortran 95'`" ; then