aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl15
1 files changed, 5 insertions, 10 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 1adbc4c..a32d4ea 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,24 +1,19 @@
# Schedule definitions for thorn WaveToyC
# $Header$
-schedule WaveToyC_Startup at CCTK_STARTUP
+STORAGE: scalarevolve,scalarold
+
+schedule WaveToyC_Startup at STARTUP
{
LANG: C
} "Register banner"
-schedule WaveToyC_InitSymBound at CCTK_BASEGRID
+schedule WaveToyC_InitSymBound at BASEGRID
{
LANG: C
} "Schedule symmetries"
-# The basic fields always need memory and communication
-# -----------------------------------------------------
-STORAGE: scalarevolve,scalarold
-COMMUNICATION: scalarevolve
-
-# Scalartmps are needed, without communication, during evolution
-# --------------------------------------------------------------
-schedule WaveToyC_Evolution at CCTK_EVOL
+schedule WaveToyC_Evolution at EVOL
{
LANG: C
STORAGE: scalartmps