Skip to content

Commit

Permalink
(#543) MAXP should not be hardwired in the SETUP block; use phantomse…
Browse files Browse the repository at this point in the history
…tup --maxp=1e8 instead; fixes #543
  • Loading branch information
danieljprice committed May 13, 2024
1 parent abfa5c6 commit afe46fd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build/Makefile_setups
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,6 @@ ifeq ($(SETUP), nimhdshock)
NONIDEALMHD=yes
KERNEL=WendlandC4
ISOTHERMAL=yes
MAXP=6000000
KNOWN_SETUP=yes
endif

Expand Down Expand Up @@ -738,7 +737,6 @@ ifeq ($(SETUP), star)
MODFILE= utils_binary.f90 set_binary.f90 moddump_binary.f90
ANALYSIS= ${SRCNIMHD} utils_summary.o utils_omp.o ptmass.o energies.o analysis_common_envelope.f90
KNOWN_SETUP=yes
MAXP=10000000
GRAVITY=yes
endif

Expand All @@ -751,7 +749,6 @@ ifeq ($(SETUP), grstar)
MODFILE= moddump_tidal.f90
ANALYSIS= ${SRCNIMHD} utils_summary.o utils_omp.o ptmass.o energies.o analysis_common_envelope.f90
KNOWN_SETUP=yes
MAXP=100000000
GRAVITY=yes
endif

Expand All @@ -761,7 +758,6 @@ ifeq ($(SETUP), radstar)
MODFILE= utils_binary.f90 set_binary.f90 moddump_binary.f90
ANALYSIS= ${SRCNIMHD} utils_summary.o utils_omp.o ptmass.o energies.o analysis_common_envelope.f90
KNOWN_SETUP=yes
MAXP=10000000
GRAVITY=yes
RADIATION=yes
endif
Expand All @@ -773,7 +769,6 @@ ifeq ($(SETUP), dustystar)
MODFILE= utils_binary.f90 set_binary.f90 moddump_binary.f90
ANALYSIS= ${SRCNIMHD} utils_summary.o utils_omp.o ptmass.o energies.o analysis_common_envelope.f90 dust_formation.f90
KNOWN_SETUP=yes
MAXP=10000000
GRAVITY=yes
SINK_RADIATION=yes
endif
Expand Down

0 comments on commit afe46fd

Please sign in to comment.