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

Commit

Permalink
Minor changes to example input file and Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed May 27, 2021
1 parent d3fc7b9 commit 2e98bc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Makefile.Defines
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ OPTIMIZE = -qopt-report=5

#FFLAGS = -init=snan,arrays -traceback -no-wrap-margin -O3 -g -CB -nogen-interfaces -no-pie -fp-speculation=safe $(SIMDVEC) $(PAR) #$(HEAPARR)
FORTRAN = ifort
#FFLAGS = $(IDEBUG)
FFLAGS = -init=snan,arrays -traceback -no-wrap-margin -O3 -g -shared-intel -debug inline-debug-info -qopt-report=5 $(SIMDVEC) $(STRICTREAL) $(PAR)
FFLAGS = $(IDEBUG)
#FFLAGS = -init=snan,arrays -traceback -no-wrap-margin -O3 -g -shared-intel -debug inline-debug-info -qopt-report=5 $(SIMDVEC) $(STRICTREAL) $(PAR)


GDEBUG = -ggdb -g3 -Og -fbacktrace -fbounds-check
Expand All @@ -71,8 +71,8 @@ GPAR = -fopenmp -ftree-parallelize-loops=4
GMEM = -fsanitize=undefined -fsanitize=address -fsanitize=leak
GWARNINGS = -Wall -Warray-bounds -Wimplicit-interface -Wextra -Warray-temporaries

FORTRAN = gfortran
FFLAGS = $(GDEBUG)
#FORTRAN = gfortran
#FFLAGS = $(GDEBUG)


# DO NOT include in CFLAGS the "-c" option to compile object only
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ ENC_OUT enc.swifter.dat
EXTRA_FORCE no ! no extra user-defined forces
BIG_DISCARD yes ! output all planets if anything discarded
RHILL_PRESENT yes ! Hill's sphere radii in input file
EUCL_THRESHOLD 999999999

0 comments on commit 2e98bc7

Please sign in to comment.