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.
-sinteger64
1 parent fe7b428 commit 7c74fc0Copy full SHA for 7c74fc0
CMakeLists.txt
@@ -53,9 +53,8 @@ if(BUILD_INDEX64)
53
set(LAPACKELIB "lapacke64")
54
set(TMGLIB "tmglib64")
55
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DWeirdNEC -DLAPACK_ILP64 -DHAVE_LAPACK_CONFIG_H")
56
-
57
if(CMAKE_Fortran_COMPILER_ID STREQUAL "Cray")
58
- set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -default64")
+ set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -sinteger64")
59
else()
60
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -fdefault-integer-8")
61
endif()
0 commit comments