Skip to content

Commit

Permalink
Update Intel.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 authored Sep 20, 2021
1 parent 599d3e2 commit b379d6c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Intel.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ if (CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 18.0.5)
message(FATAL_ERROR "${CMAKE_Fortran_COMPILER_ID} version must be at least 18.0.5!")
endif()

message(STATUS "MATMAT CMAKE_Fortran_COMPILER_VERSION: ${CMAKE_Fortran_COMPILER_VERSION}")

set (FOPT0 "-O0")
set (FOPT1 "-O1")
set (FOPT2 "-O2")
Expand Down

0 comments on commit b379d6c

Please sign in to comment.