aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl18
1 files changed, 7 insertions, 11 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 2b443e2..5d511dc 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,27 +1,23 @@
# Schedule definitions for thorn WaveToy90
# $Header$
-schedule WaveToyF90_Startup at CCTK_STARTUP
+STORAGE: scalarevolve,scalarold
+
+schedule WaveToyF90_Startup at STARTUP
{
LANG: C
} "Register banner"
-schedule WaveToyF90_InitSymBound at CCTK_BASEGRID
+schedule WaveToyF90_InitSymBound at BASEGRID
{
LANG: Fortran
} "Schedule symmetries"
-# The basic fields always need memory and communication
-# -----------------------------------------------------
-STORAGE: scalarevolve,scalarold
-COMMUNICATION: scalarevolve
-
-# Scalartmps are needed, without communication, during evolution
-# --------------------------------------------------------------
-schedule WaveToyF90_Evolution at CCTK_EVOL
+schedule WaveToyF90_Evolution at EVOL
{
LANG: Fortran
- STORAGE: scalartmps
+ STORAGE: temps
+ COMM: temps
} "Evolution of 3D wave equation"