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

Commit

Permalink
Tweaks to compiler flags
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Nov 12, 2021
1 parent f91a35c commit c2ddf3e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Makefile.Defines
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ SWIFTEST_HOME = $(ROOT_DIR)
USER_MODULES =
COLLRESOLVE_HOME = $(ROOT_DIR)/collresolve/

#NETCDF_FORTRAN_HOME = /home/daminton/local


# Compiler definitions

# DO NOT include in FFLAGS the "-c" option to compile object only
Expand All @@ -69,8 +66,8 @@ GPRODUCTION = -O3 -ffree-line-length-none $(GPAR)
INCLUDES = -I$(SWIFTEST_HOME)/include -I$(NETCDF_FORTRAN_HOME)/include -I$(MKLROOT)/include
LINKS = -L$(MKLROOT)/lib/intel64 -L$(NETCDF_FORTRAN_HOME)/lib -L$(ADVISOR_2019_DIR)/lib64 -lswiftest -lnetcdf -lnetcdff -qopt-matmul $(PAR)

FSTRICTFLAGS = $(IPRODUCTION) $(STRICTREAL) -g -traceback
FFLAGS = $(IPRODUCTION) -fp-model=fast -g -traceback
FSTRICTFLAGS = $(IPRODUCTION) $(STRICTREAL)
FFLAGS = $(IPRODUCTION) -fp-model=fast

FORTRAN = ifort
AR = xiar
Expand Down

0 comments on commit c2ddf3e

Please sign in to comment.