aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/slabtest.c2
-rw-r--r--test/slabtest.par2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/slabtest.c b/src/slabtest.c
index a06cbab..ca1f1bd 100644
--- a/src/slabtest.c
+++ b/src/slabtest.c
@@ -81,12 +81,14 @@ void SlabTest_Test (CCTK_ARGUMENTS)
info[d].src.gsh = cctk_gsh[d];
info[d].src.lbnd = cctk_lbnd[d];
info[d].src.lsh = cctk_lsh[d];
+ info[d].src.ash = cctk_ash[d];
info[d].src.lbbox = cctk_bbox[2*d];
info[d].src.ubbox = cctk_bbox[2*d+1];
info[d].src.nghostzones = cctk_nghostzones[d];
info[d].dst.gsh = cctk_gsh[d];
info[d].dst.lbnd = cctk_lbnd[d];
info[d].dst.lsh = cctk_lsh[d];
+ info[d].dst.ash = cctk_ash[d];
info[d].dst.lbbox = cctk_bbox[2*d];
info[d].dst.ubbox = cctk_bbox[2*d+1];
info[d].dst.nghostzones = cctk_nghostzones[d];
diff --git a/test/slabtest.par b/test/slabtest.par
index aedc072..9bce14c 100644
--- a/test/slabtest.par
+++ b/test/slabtest.par
@@ -2,7 +2,7 @@
cactus::cctk_itlast = 0
-ActiveThorns = "LoopControl"
+ActiveThorns = "CycleClock hwloc LoopControl"
ActiveThorns = "IOUtil"