From 4dea6d0f920b83ad05542208c0a8887a71145d84 Mon Sep 17 00:00:00 2001 From: rhaas Date: Sun, 8 Jul 2012 05:02:29 +0000 Subject: schedule in local mode during postregrid git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinUtils/SetMask_SphericalSurface/trunk@116 053b05ff-9803-4dc7-a0e4-4b49d75fdb53 --- schedule.ccl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3