aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhaas <rhaas@053b05ff-9803-4dc7-a0e4-4b49d75fdb53>2012-07-08 05:02:29 +0000
committerrhaas <rhaas@053b05ff-9803-4dc7-a0e4-4b49d75fdb53>2012-07-08 05:02:29 +0000
commit4dea6d0f920b83ad05542208c0a8887a71145d84 (patch)
tree0855255f4c38625fbe871566a9b0aaca677fa78a
parent5b07cb7d51be62ea3c90e43bc4a83a64ea69294c (diff)
schedule in local mode during postregrid
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinUtils/SetMask_SphericalSurface/trunk@116 053b05ff-9803-4dc7-a0e4-4b49d75fdb53
-rw-r--r--schedule.ccl4
1 files changed, 3 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index f927a0f..a0ddf9c 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,13 +1,15 @@
# Schedule definitions for thorn SetMask_SphericalSurface
+# we need global loop-local since SphericalSurface_Set and AHFinderDirect run in global mode
schedule SetMask_SphericalSurface AT CCTK_POSTSTEP after SphericalSurface_HasBeenSet before HydroBase_ExcisionHasBeenSet
{
LANG: C
options: global loop-local
} "Set hydro_excision_mask according to spherical surface information"
+# these must be local mode since they relate to HydroBase_InitExcisionMask
+# which must be local in PostRegrid
schedule SetMask_SphericalSurface IN HydroBase_ExcisionMaskSetup after HydroBase_InitExcisionMask
{
LANG: C
- options: global loop-local
} "Set hydro_excision_mask according to spherical surface information"