mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Update Intel compile flags as suggested by @bhermanmit.
This commit is contained in:
parent
216be5029e
commit
937db3e475
1 changed files with 2 additions and 2 deletions
|
|
@ -62,9 +62,9 @@ if(CMAKE_Fortran_COMPILER_ID STREQUAL "GNU")
|
|||
|
||||
elseif(CMAKE_Fortran_COMPILER_ID STREQUAL "Intel")
|
||||
# Intel Fortran compiler options
|
||||
set(f90flags "-fpp -warn -assume byterecl -traceback")
|
||||
set(f90flags "-fpp -std08 -assume byterecl -traceback")
|
||||
if(debug)
|
||||
set(f90flags "-g -ftrapuv -fp-stack-check -check all -fpe0 ${f90flags}")
|
||||
set(f90flags "-g -warn -ftrapuv -fp-stack-check -check all -fpe0 ${f90flags}")
|
||||
set(ldflags "-g")
|
||||
endif()
|
||||
if(profile)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue