Skip to content

Commit

Permalink
Merge pull request #21 from climbfuji/gmtb-ccpp-pgi-support
Browse files Browse the repository at this point in the history
Add support for PGI compiler to FV3+CCPP - gmtb-ccpp
  • Loading branch information
climbfuji authored Dec 13, 2017
2 parents 2ba6bb7 + 80a8295 commit f54f65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ string(TIMESTAMP YEAR "%Y")
# For example the subroutine b() in the moduel a(), gets named a_b.
# GCC and Intel do NOT do this, it is name simply as b.
if ("${CMAKE_Fortran_COMPILER_ID}" STREQUAL "PGI")
message(FATAL_ERROR "PGI compiler is not supported")
message(STATUS "WARNING: PGI compiler is not fully ISO_C compliant; working solution involves a hack pgifix.py")
endif()

#------------------------------------------------------------------------------
Expand Down

0 comments on commit f54f65c

Please sign in to comment.