Skip to content

Commit

Permalink
Make PPMP default for cosmology builds
Browse files Browse the repository at this point in the history
and fix a typo in the cosmo test parameter file
  • Loading branch information
bcaddy committed Jun 14, 2024
1 parent 8adeca4 commit 89e1388
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion builds/make.type.hydro
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

DFLAGS += -DMPI_CHOLLA
DFLAGS += -DPRECISION=2
DFLAGS += -DPLMC
DFLAGS += -DHLLC

# Integrator
ifeq ($(findstring cosmology,$(TYPE)),cosmology)
DFLAGS += -DSIMPLE
DFLAGS += -DPPMP
else
DFLAGS += -DVL
DFLAGS += -DPLMC
endif

# Apply a density and temperature floor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nx=64
# number of grid cells in the y dimension
ny=64
# number of grid cells in the z dimension
nz=64s
nz=64
# output time
tout=1000
# how often to output
Expand Down

0 comments on commit 89e1388

Please sign in to comment.