|
|
|
@@ -616,7 +616,8 @@ if (${CMAKE_SYSTEM_NAME} STREQUAL "Windows") |
|
|
|
endforeach () |
|
|
|
endif () |
|
|
|
|
|
|
|
if ("${F_COMPILER}" STREQUAL "NAG" OR "${F_COMPILER}" STREQUAL "CRAY" OR "${F_COMPILER}" STREQUAL "FLANGNEW") |
|
|
|
message(STATUS "FC is ${F_COMPILER}") |
|
|
|
if (${F_COMPILER} STREQUAL "NAG" OR ${F_COMPILER} STREQUAL "CRAY" OR ${F_COMPILER} STREQUAL "FLANGNEW") |
|
|
|
set(FILTER_FLAGS "-msse3;-mssse3;-msse4.1;-mavx;-mavx2,-mskylake-avx512") |
|
|
|
if ("${F_COMPILER}" STREQUAL "FLANGNEW") |
|
|
|
set(FILTER_FLAGS "${FILTER_FLAGS};-m32;-m64") |
|
|
|
|