Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Switched to gfortran flags
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Oct 8, 2021
1 parent 2c3e950 commit 491a509
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Makefile.Defines
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,15 @@ GPRODUCTION = -O2 -ffree-line-length-none $(GPAR)

#FFLAGS = $(IDEBUG) $(SIMDVEC) $(PAR)
#FFASTFLAGS = $(IDEBUG) $(SIMDVEC) $(PAR)
FSTRICTFLAGS = $(IPRODUCTION) $(STRICTREAL) $(OPTREPORT) #$(ADVIXE_FLAGS)
FFLAGS = $(IPRODUCTION) -fp-model=fast $(OPTREPORT) #$(ADVIXE_FLAGS)
FORTRAN = ifort
#FSTRICTFLAGS = $(IPRODUCTION) $(STRICTREAL) $(OPTREPORT) #$(ADVIXE_FLAGS)
#FFLAGS = $(IPRODUCTION) -fp-model=fast $(OPTREPORT) #$(ADVIXE_FLAGS)
#FORTRAN = ifort
AR = xiar

#FORTRAN = gfortran
FORTRAN = gfortran
#FFLAGS = $(GDEBUG) # $(GMEM) $(GPAR)
#FFLAGS = $(GPRODUCTION) -g -fbacktrace #-fcheck=all #-Wall AR = ar # DO NOT include in CFLAGS the "-c" option to compile object only
FFLAGS = $(GPRODUCTION) #-fcheck=all #-Wall AR = ar # DO NOT include in CFLAGS the "-c" option to compile object only
FSTRICTFLAGS = $(FFLAGS)
# this is done explicitly as needed in the Makefile

CC = icc
Expand Down

0 comments on commit 491a509

Please sign in to comment.