We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2993a73 commit f8c8b22Copy full SHA for f8c8b22
cmake/fc.cmake
@@ -121,7 +121,7 @@ if (${F_COMPILER} STREQUAL "IBM")
121
endif ()
122
123
124
-if (${F_COMPILER} STREQUAL "PGI")
+if (${F_COMPILER} STREQUAL "PGI" OR ${F_COMPILER} STREQUAL "PGF95")
125
set(CCOMMON_OPT "${CCOMMON_OPT} -DF_INTERFACE_PGI")
126
set(COMMON_PROF "${COMMON_PROF} -DPGICOMPILER")
127
if (BINARY64)
0 commit comments