From 1e3fb3d04cfeba5f865d8a75045aa26a552b2ef1 Mon Sep 17 00:00:00 2001 From: eschnett Date: Tue, 15 Jan 2013 02:39:00 +0000 Subject: Support array padding (cctk_ash) git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SlabTest/trunk@24 732e31d2-b375-409b-9bd3-699c3b2c9da5 --- src/slabtest.c | 2 ++ test/slabtest.par | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3