Skip to content

Commit

Permalink
Merge pull request #1 from daviddritschel/epic-flags
Browse files Browse the repository at this point in the history
use EPIC compiler flags
  • Loading branch information
matt-frey authored Jan 21, 2022
2 parents 86a399d + a6aaca5 commit 3b9682d
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 3b9682d

Please sign in to comment.