Skip to content

Commit

Permalink
Update gnu make on femto
Browse files Browse the repository at this point in the history
  • Loading branch information
josephzhang8 committed Jul 17, 2024
1 parent cd50049 commit a8122b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mk/Make.defs.femto
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ EXEC := pschism_$(ENV)_Intel
################################################################################

FCP = mpif90
FCS = ifort
FCS = ifx
FLD = $(FCP)
# MPI vserion (1 or 2)
PPFLAGS := $(PPFLAGS) -DMPIVERSION=2

#-CB is much slower to compile and run
#Pure MPI
FCPFLAGS = $(PPFLAGS) -O3 -xCORE-AVX2 -mcmodel=medium -fma -align array64byte -finline-functions
FLDFLAGS = -O3 -xCORE-AVX2 -mcmodel=medium -fma -align array64byte -finline-functions
FCPFLAGS = $(PPFLAGS) -O3 -mcmodel=medium -march=x86-64-v3 -init=zero
FLDFLAGS = -O3 -mcmodel=medium -march=x86-64-v3 -init=zero

#Hybrid
#FCPFLAGS = $(PPFLAGS) -O2 -mcmodel=medium -assume byterecl -ipo -axCORE-AVX2 -xSSE4.2 -qopenmp
Expand Down

0 comments on commit a8122b1

Please sign in to comment.