Skip to content

Commit

Permalink
remove now unsupported option
Browse files Browse the repository at this point in the history
Option was removed in NVHPC 23.9
  • Loading branch information
dareg authored and mlange05 committed Oct 31, 2023
1 parent f79fee5 commit 27072cc
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 @@ -25,7 +25,7 @@ if (USE_OPENACC)
if (CMAKE_Fortran_COMPILER_ID STREQUAL "PGI"
OR CMAKE_Fortran_COMPILER_ID STREQUAL "NVIDIA"
OR CMAKE_Fortran_COMPILER_ID STREQUAL "NVHPC")
set (CMAKE_Fortran_FLAGS "-acc=gpu -Mlarge_arrays -gopt -gpu=cc70 -Minfo=accel,all,intensity,ccff")
set (CMAKE_Fortran_FLAGS "-acc=gpu -Mlarge_arrays -gopt -gpu=cc70 -Minfo=accel,all,ccff")
endif ()

endif ()
Expand Down

0 comments on commit 27072cc

Please sign in to comment.