aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xschedule.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 2e8207e..62a84fd 100755
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -184,6 +184,11 @@ if (hydro_excision)
schedule HydroBase_InitExcisionMask in HydroBase_ExcisionMaskSetup
{
LANG: C
+ # GLOBAL is global-early in INITIAL and Post_Recover_Variables
+ # GLOBAL is global-late in PostRegrid and PostRegridInitial
+ # since we would always like to run before any possibly local routine
+ # modifying the mask, we run global-early
+ OPTIONS: global-early loop-local
} "Initialize hydro excision mask to 'no excision everywhere'"
schedule GROUP HydroBase_ExcisionHasBeenSet at CCTK_PostStep