aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2011-11-21 15:45:12 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2011-11-21 15:45:12 +0000
commit1849ffd65e2fe0ea4210cd92102d07061fce28d4 (patch)
treefe17b7769ebb62b7daf0309fb32bd027471aaf58 /schedule.ccl
parent692f32ab5152ae7a0a2d289b278da86e60028e51 (diff)
allocate/deallocate ENO scalars in global mode
really all I need is that this happens only once. Allocation was already protected by a grid scalar, unfortunately deallocation did not check/reset this scalar git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@301 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl2
1 files changed, 2 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 311dcf4..409f216 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -377,11 +377,13 @@ if (CCTK_Equals(recon_method,"eno"))
schedule GRHydro_ENOSetup AT CCTK_Basegrid
{
+ OPTIONS: global
LANG:Fortran
} "Coefficients for ENO reconstruction"
schedule GRHydro_ENOShutdown AT CCTK_Terminate BEFORE Driver_Terminate
{
+ OPTIONS: global
LANG:Fortran
} "Deallocate ENO coefficients"