aboutsummaryrefslogtreecommitdiff
path: root/par
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-02-15 18:43:08 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-02-15 18:43:08 +0000
commit04ed769ddfacb1d6f5faedb66d3ff8d512ede7d4 (patch)
tree46da01705f245a4b7118b7e78be42c2b5ddb4ebc /par
parent644e9be13cfc020e7bc3777b4c71c5f535943716 (diff)
* major changes to driver routines to find multiple horizons in parallel
across multiple processors -- see src/driver/README.parallel for details * drop convergence checks on ||Delta_h|| in param.ccl because they don't fit well with parallelization changes ==> With this changes, AHFinderDirect is now (I think) multiprocessor-ready!! git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@946 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'par')
-rw-r--r--par/Kerr-tiny.par2
-rw-r--r--par/Kerr.par2
2 files changed, 2 insertions, 2 deletions
diff --git a/par/Kerr-tiny.par b/par/Kerr-tiny.par
index 90b4a08..3c91a90 100644
--- a/par/Kerr-tiny.par
+++ b/par/Kerr-tiny.par
@@ -35,7 +35,7 @@ Exact::Kerr_KerrSchild__spin = 0.6
########################################
-ActiveThorns = "LocalInterp PUGHInterp AHFinderDirect"
+ActiveThorns = "LocalInterp PUGHInterp PUGHReduce AHFinderDirect"
AHFinderDirect::find_AHs_at_poststep = "false" # no time evolution
AHFinderDirect::h_base_file_name = "Kerr-tiny.h"
diff --git a/par/Kerr.par b/par/Kerr.par
index abcc41c..c9e1077 100644
--- a/par/Kerr.par
+++ b/par/Kerr.par
@@ -32,7 +32,7 @@ Exact::Kerr_KerrSchild__spin = 0.6
########################################
-ActiveThorns = "LocalInterp PUGHInterp AHFinderDirect"
+ActiveThorns = "LocalInterp PUGHInterp PUGHReduce AHFinderDirect"
AHFinderDirect::find_AHs_at_postinitial = "true"
AHFinderDirect::find_AHs_at_poststep = "false"