Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Oct 24, 2024
2 parents 192e513 + 11cad12 commit 3c3e5c6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 0 additions & 2 deletions NewRadX/interface.ccl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

IMPLEMENTS: NewRadX

INHERITS: CarpetX

USES INCLUDE HEADER: loop_device.hxx

INCLUDE HEADER: newradx.hxx in newradx.hxx
2 changes: 1 addition & 1 deletion TestNewRadX/interface.ccl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

IMPLEMENTS: TestNewRadX

INHERITS: CarpetX
INHERITS: CarpetXRegrid

USES INCLUDE HEADER: loop_device.hxx
USES INCLUDE HEADER: newradx.hxx
Expand Down
4 changes: 2 additions & 2 deletions TestNewRadX/schedule.ccl
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ SCHEDULE TestNewRadX_EstimateError AT postinitial
{
LANG: C
READS: state(everywhere)
WRITES: CarpetX::regrid_error(interior)
WRITES: CarpetXRegrid::regrid_error(interior)
} "Estimate error for regridding"

SCHEDULE TestNewRadX_EstimateError AT poststep
{
LANG: C
READS: state(everywhere)
WRITES: CarpetX::regrid_error(interior)
WRITES: CarpetXRegrid::regrid_error(interior)
} "Estimate error for regridding"

SCHEDULE TestNewRadX_RHS IN ODESolvers_RHS
Expand Down
2 changes: 1 addition & 1 deletion scripts/actions-cuda-real64.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FC = gfortran
F90 = gfortran
LD = nvcc

CPPFLAGS = -DSIMD_CPU
CPPFLAGS = -DSIMD_DISABLE
CFLAGS = -pipe -g -std=gnu11
# - We use "--relocatable-device-code=true" to allow building with
# debug versions of AMReX
Expand Down
2 changes: 1 addition & 1 deletion scripts/actions-rocm-real64.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FC = gfortran
F90 = gfortran
LD = /opt/rocm/llvm/bin/clang++

CPPFLAGS = -DSIMD_CPU
CPPFLAGS = -DSIMD_DISABLE
CFLAGS = -pipe -g -std=gnu11
CXXFLAGS = -pipe -g -std=c++17 --offload-arch=gfx90a
FPPFLAGS = -traditional
Expand Down
1 change: 1 addition & 0 deletions scripts/spacetimex.th
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ CarpetX/Algo
CarpetX/Arith
CarpetX/BoxInBox
CarpetX/CarpetX
CarpetX/CarpetXRegrid
CarpetX/CoordinatesX
CarpetX/Derivs
CarpetX/ErrorEstimator
Expand Down

0 comments on commit 3c3e5c6

Please sign in to comment.