summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Linux-PGI-Fortran.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-05-17 21:35:35 (GMT)
committerBrad King <brad.king@kitware.com>2008-05-17 21:35:35 (GMT)
commit1203774d52e976be4a054f44f1c69a320540220a (patch)
tree13515414986c4878e245438e05b4b4b5f4365cca /Modules/Platform/Linux-PGI-Fortran.cmake
parentc1b8ad4e1db7df8dacbf8df2454270afb66d475b (diff)
downloadCMake-1203774d52e976be4a054f44f1c69a320540220a.zip
CMake-1203774d52e976be4a054f44f1c69a320540220a.tar.gz
CMake-1203774d52e976be4a054f44f1c69a320540220a.tar.bz2
ENH: Add basic flags for Portland Group fortran compiler.
Diffstat (limited to 'Modules/Platform/Linux-PGI-Fortran.cmake')
-rw-r--r--Modules/Platform/Linux-PGI-Fortran.cmake8
1 files changed, 8 insertions, 0 deletions
diff --git a/Modules/Platform/Linux-PGI-Fortran.cmake b/Modules/Platform/Linux-PGI-Fortran.cmake
index a26e680..7c99e79 100644
--- a/Modules/Platform/Linux-PGI-Fortran.cmake
+++ b/Modules/Platform/Linux-PGI-Fortran.cmake
@@ -1 +1,9 @@
SET(CMAKE_SHARED_LIBRARY_LINK_Fortran_FLAGS "")
+
+SET(CMAKE_Fortran_MODDIR_FLAG "-module ")
+SET(CMAKE_Fortran_FLAGS_INIT "-Mpreprocess -Kieee -fpic")
+SET(CMAKE_Fortran_FLAGS_DEBUG_INIT "-g -O0 -Mbounds")
+SET(CMAKE_Fortran_FLAGS_MINSIZEREL_INIT "-O2 -s")
+SET(CMAKE_Fortran_FLAGS_RELEASE_INIT "-fast -O3 -Mipa=fast")
+SET(CMAKE_Fortran_FLAGS_RELWITHDEBINFO_INIT "-O2 -gopt")
+