From 1cdf59cea88464afd33d6d606c4be77bb74d386e Mon Sep 17 00:00:00 2001 From: jthorn Date: Sun, 21 Apr 2002 18:31:52 +0000 Subject: *.ccl --> various fixes to make ready to test H(h) function driver.cc add crude timing info horizon_function.cc must remember to synchronize_ghost_zones() !!! git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@551 f88db872-0e4f-0410-b76b-b9085cfa78c5 --- schedule.ccl | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl index 360766b..afe9ce2 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -1,10 +1,21 @@ # Schedule definitions for thorn AHFinderDirect # $Header$ -# don't want to schedule at ANALYSIS yet, -# since that doesn't run unless there's a trigger variable being output -schedule test_patch_system at CCTK_POSTINITIAL +# +# FIXME: +# we'd like to schedule at ANALYSIS, but that doesn't get run unless +# some trigger variable is being output at this time step +# ==> quick-n-dirty hack for now: just schedule at POSTINITIAL +# + +schedule AHFinderDirect_driver at CCTK_POSTINITIAL { -LANG: C -OPTIONS: global -} "test driver to verify that src/util/ and src/jtutil/ code works properly" +lang: C +options: global +} "find apparent horizon(s)" + +##schedule test_patch_system at CCTK_POSTINITIAL +##{ +##LANG: C +##OPTIONS: global +##} "test driver to verify that src/util/ and src/jtutil/ code works properly" -- cgit v1.2.3