Add NVHPC(pgf95)
This commit is contained in:
parent
2993a73262
commit
f8c8b22740
|
@ -121,7 +121,7 @@ if (${F_COMPILER} STREQUAL "IBM")
|
|||
endif ()
|
||||
endif ()
|
||||
|
||||
if (${F_COMPILER} STREQUAL "PGI")
|
||||
if (${F_COMPILER} STREQUAL "PGI" OR ${F_COMPILER} STREQUAL "PGF95")
|
||||
set(CCOMMON_OPT "${CCOMMON_OPT} -DF_INTERFACE_PGI")
|
||||
set(COMMON_PROF "${COMMON_PROF} -DPGICOMPILER")
|
||||
if (BINARY64)
|
||||
|
|
Loading…
Reference in New Issue