aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-21 18:31:52 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-21 18:31:52 +0000
commit1cdf59cea88464afd33d6d606c4be77bb74d386e (patch)
treef383b810acf20d3d777be90af5b8440e28b77f42 /schedule.ccl
parente2933f68a4e11f58e8115b08ded649bd867cf135 (diff)
*.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
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl23
1 files changed, 17 insertions, 6 deletions
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"