aboutsummaryrefslogtreecommitdiff
path: root/par
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-07-28 17:06:44 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-07-28 17:06:44 +0000
commit9ff4c59ad241f4dd9a6ae875f503d723a8bc0ddc (patch)
treeccb260be7f9e03d690c1dc004f7bfab5163adae8 /par
parent200b81c7c694ed4484e926d8c5b09ef2e26985fc (diff)
change from running in CCTK_POSTSTEP (which doesn't work with Carpet)
to CCTK_ANALYSIS (which does, yea!) ... Alas, due to the @*(#&%@*&(%#$ "trigger" behavior of Cactus, the only way to force a routine to run in CCTK_ANALYSIS is to use a dummy I/O method to fake doing output at every time step. Fortunately, Erik Schnetter has already written the code for this, so AHFinderDirect now just used that. Thus AHFinderDirect now depends on thorn TAT/always. All thornlists and par files will have to be changed to compile in always and activate it before activating AHFinderDirect. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1156 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'par')
-rw-r--r--par/Kerr-centered.par2
-rw-r--r--par/Kerr-tiny.par2
-rw-r--r--par/Kerr.par2
-rw-r--r--par/bl-bad.par2
-rw-r--r--par/bl-y.par2
-rw-r--r--par/bl.par2
-rw-r--r--par/misner-ghost2-mask-noshrink.par2
-rw-r--r--par/misner-mask-noshrink.par2
-rw-r--r--par/misner-mask-xnoshrink.par2
-rw-r--r--par/misner.par2
10 files changed, 10 insertions, 10 deletions
diff --git a/par/Kerr-centered.par b/par/Kerr-centered.par
index 70630ac..00c9316 100644
--- a/par/Kerr-centered.par
+++ b/par/Kerr-centered.par
@@ -32,7 +32,7 @@ Exact::Kerr_KerrSchild__spin = 0.6
########################################
-ActiveThorns = "AEILocalInterp PUGHInterp PUGHReduce AHFinderDirect"
+ActiveThorns = "always AEILocalInterp PUGHInterp PUGHReduce AHFinderDirect"
AHFinderDirect::print_timing_stats = "true"
diff --git a/par/Kerr-tiny.par b/par/Kerr-tiny.par
index 4edaaca..d7e67ad 100644
--- a/par/Kerr-tiny.par
+++ b/par/Kerr-tiny.par
@@ -35,7 +35,7 @@ Exact::Kerr_KerrSchild__spin = 0.6
########################################
-ActiveThorns = "AEILocalInterp PUGHInterp PUGHReduce AHFinderDirect"
+ActiveThorns = "always AEILocalInterp PUGHInterp PUGHReduce AHFinderDirect"
AHFinderDirect::h_base_file_name = "Kerr-tiny.h"
AHFinderDirect::N_horizons = 1
diff --git a/par/Kerr.par b/par/Kerr.par
index 1de0a26..51c73c7 100644
--- a/par/Kerr.par
+++ b/par/Kerr.par
@@ -32,7 +32,7 @@ Exact::Kerr_KerrSchild__spin = 0.6
########################################
-ActiveThorns = "AEILocalInterp PUGHInterp PUGHReduce AHFinderDirect"
+ActiveThorns = "always AEILocalInterp PUGHInterp PUGHReduce AHFinderDirect"
AHFinderDirect::print_timing_stats = "true"
diff --git a/par/bl-bad.par b/par/bl-bad.par
index 0a1976b..7156aa3 100644
--- a/par/bl-bad.par
+++ b/par/bl-bad.par
@@ -64,7 +64,7 @@ ADMBase::shift_evolution_method = "static"
# AHFinderDirect
#
-ActiveThorns = "AEILocalInterp PUGHInterp PUGHReduce AHFinderDirect"
+ActiveThorns = "always AEILocalInterp PUGHInterp PUGHReduce AHFinderDirect"
AHFinderDirect::print_timing_stats = "true"
##AHFinderDirect::verbose_level = "algorithm details"
diff --git a/par/bl-y.par b/par/bl-y.par
index 49f6888..02827b6 100644
--- a/par/bl-y.par
+++ b/par/bl-y.par
@@ -62,7 +62,7 @@ ADMBase::shift_evolution_method = "static"
# AHFinderDirect
#
-ActiveThorns = "AEILocalInterp PUGHInterp PUGHReduce AHFinderDirect"
+ActiveThorns = "always AEILocalInterp PUGHInterp PUGHReduce AHFinderDirect"
AHFinderDirect::print_timing_stats = "true"
##AHFinderDirect::verbose_level = "algorithm details"
diff --git a/par/bl.par b/par/bl.par
index 17512d0..2ea3b5c 100644
--- a/par/bl.par
+++ b/par/bl.par
@@ -62,7 +62,7 @@ ADMBase::shift_evolution_method = "static"
# AHFinderDirect
#
-ActiveThorns = "AEILocalInterp PUGHInterp PUGHReduce AHFinderDirect"
+ActiveThorns = "always AEILocalInterp PUGHInterp PUGHReduce AHFinderDirect"
AHFinderDirect::print_timing_stats = "true"
##AHFinderDirect::verbose_level = "algorithm details"
diff --git a/par/misner-ghost2-mask-noshrink.par b/par/misner-ghost2-mask-noshrink.par
index f062175..bfc530f 100644
--- a/par/misner-ghost2-mask-noshrink.par
+++ b/par/misner-ghost2-mask-noshrink.par
@@ -74,7 +74,7 @@ IOASCII::out3D_vars = "SpaceMask::emask"
# AHFinderDirect
#
-ActiveThorns = "AEILocalInterp PUGHInterp PUGHReduce AHFinderDirect"
+ActiveThorns = "always AEILocalInterp PUGHInterp PUGHReduce AHFinderDirect"
AHFinderDirect::print_timing_stats = "true"
##AHFinderDirect::verbose_level = "algorithm details"
diff --git a/par/misner-mask-noshrink.par b/par/misner-mask-noshrink.par
index bc2f827..55fd698 100644
--- a/par/misner-mask-noshrink.par
+++ b/par/misner-mask-noshrink.par
@@ -71,7 +71,7 @@ IOASCII::out3D_vars = "SpaceMask::emask"
# AHFinderDirect
#
-ActiveThorns = "AEILocalInterp PUGHInterp PUGHReduce AHFinderDirect"
+ActiveThorns = "always AEILocalInterp PUGHInterp PUGHReduce AHFinderDirect"
AHFinderDirect::print_timing_stats = "true"
##AHFinderDirect::verbose_level = "algorithm details"
diff --git a/par/misner-mask-xnoshrink.par b/par/misner-mask-xnoshrink.par
index 6a9d79b..4a982bf 100644
--- a/par/misner-mask-xnoshrink.par
+++ b/par/misner-mask-xnoshrink.par
@@ -71,7 +71,7 @@ IOASCII::out3D_vars = "SpaceMask::emask"
# AHFinderDirect
#
-ActiveThorns = "AEILocalInterp PUGHInterp PUGHReduce AHFinderDirect"
+ActiveThorns = "always AEILocalInterp PUGHInterp PUGHReduce AHFinderDirect"
AHFinderDirect::print_timing_stats = "true"
##AHFinderDirect::verbose_level = "algorithm details"
diff --git a/par/misner.par b/par/misner.par
index 2e3f534..b57525a 100644
--- a/par/misner.par
+++ b/par/misner.par
@@ -57,7 +57,7 @@ ADMBase::shift_evolution_method = "static"
# AHFinderDirect
#
-ActiveThorns = "AEILocalInterp PUGHInterp PUGHReduce AHFinderDirect"
+ActiveThorns = "always AEILocalInterp PUGHInterp PUGHReduce AHFinderDirect"
AHFinderDirect::print_timing_stats = "true"
##AHFinderDirect::verbose_level = "algorithm details"