aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@732e31d2-b375-409b-9bd3-699c3b2c9da5>2013-01-15 02:39:00 +0000
committereschnett <eschnett@732e31d2-b375-409b-9bd3-699c3b2c9da5>2013-01-15 02:39:00 +0000
commit1e3fb3d04cfeba5f865d8a75045aa26a552b2ef1 (patch)
tree79c839d08d415f1310e943fc3b387f67e70e4f0a
parent273873730c697de03fcf089333de5da087b7955d (diff)
Support array padding (cctk_ash)HEADsvnmaster
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SlabTest/trunk@24 732e31d2-b375-409b-9bd3-699c3b2c9da5
-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"