aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl19
1 files changed, 7 insertions, 12 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 7c39c3f..a78fd34 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,28 +1,23 @@
# Schedule definitions for thorn WaveToy77
# $Header$
-schedule WaveToyF77_Startup at CCTK_STARTUP
+STORAGE: scalarevolve,scalarold
+
+schedule WaveToyF77_Startup at STARTUP
{
LANG: C
} "Register banner"
-schedule WaveToyF77_InitSymBound at CCTK_BASEGRID
+schedule WaveToyF77_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 WaveToyF77_Evolution at CCTK_EVOL
+schedule WaveToyF77_Evolution at EVOL
{
LANG: Fortran
- STORAGE:scalartmps
- COMMUNICATION:scalartmps
+ STORAGE: scalartmps
+ COMMUNICATION: scalartmps
} "Evolution of 3D wave equation"