Skip to content

Commit

Permalink
use EPIC compiler flags
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-frey committed Jan 21, 2022
1 parent 86a399d commit a6aaca5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ps_straka/src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ fft_lib = stafft/stafft.f90 stafft/sta2dfft.f90
# Set flag options:
norm_flags = -O3 -mcmodel=medium #Compiler flags
test_flags = -O3 -mcmodel=medium -fbounds-check -fbacktrace #Compiler flags
epic_flags = -O3 -fdefault-real-8 -fdefault-double-8 -fPIC -funroll-all-loops -flto

# Set compiler and flag used:
f90=gfortran
flags=$(norm_flags)
flags=$(epic_flags)

#----------------------------------------------------------------------
# Rules:
Expand Down

0 comments on commit a6aaca5

Please sign in to comment.