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 a5e7d99 commit 9c2380cCopy full SHA for 9c2380c
CMakeLists.txt
@@ -56,6 +56,8 @@ if(BUILD_INDEX64)
56
set(CPE_ENV $ENV{PE_ENV})
57
if(CPE_ENV STREQUAL "CRAY")
58
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -sinteger64")
59
+ elseif(CPE_ENV STREQUAL "NVIDIA")
60
+ set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -i8")
61
else()
62
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -fdefault-integer-8")
63
endif()
0 commit comments