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

Commit

Permalink
Browse files Browse the repository at this point in the history
Turned off eucl for now
  • Loading branch information
daminton committed Apr 13, 2021
1 parent c3293d0 commit 5ef47cf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Makefile.Defines
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ 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 $(SIMDVEC) $(STRICTREAL)
FFLAGS = -init=snan,arrays -traceback -no-wrap-margin -O2 -g -shared-intel -debug inline-debug-info $(SIMDVEC) $(STRICTREAL)


GDEBUG = -ggdb -g3 -Og -fbacktrace -fbounds-check -fcheck=all -ffpe-trap=zero,invalid,overflow,underflow,denormal
Expand All @@ -72,8 +72,8 @@ GMEM = -fsanitize=undefined -fsanitize=address -fsanitize=leak
GWARNINGS = -Wall -Warray-bounds -Wimplicit-interface -Wextra -Warray-temporaries


FORTRAN = gfortran
FFLAGS = -ffree-line-length-none $(GDEBUG) $(GMEM)
#FORTRAN = gfortran
#FFLAGS = -ffree-line-length-none $(GDEBUG) $(GMEM)
AR = ar

# 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 @@ -4,7 +4,7 @@
!NPLMAX -1 ! not used
!NTPMAX -1 ! not used
T0 0.0e0
TSTOP 365.25e3 ! simulation length in days
TSTOP 730.50e2 ! simulation length in days
DT 2e0 ! stepsize in days
ISTEP_OUT 73500 ! output cadence
ISTEP_DUMP 73500 ! system dump cadence
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ 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
2 changes: 1 addition & 1 deletion src/whm/whm_setup.f90
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ module subroutine whm_setup_system(self, config)
class is (whm_pl)
call pl%set_mu(self%cb)
if (config%lgr) call pl%gr_vh2pv(config)
call pl%eucl_index()
!call pl%eucl_index()
end select
end if

Expand Down

0 comments on commit 5ef47cf

Please sign in to comment.