aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorallen <allen@90eea020-d82d-4da5-bf6e-4ee79ff7632f>1999-09-21 11:21:15 +0000
committerallen <allen@90eea020-d82d-4da5-bf6e-4ee79ff7632f>1999-09-21 11:21:15 +0000
commit3cbda5b9c38e94d837ad3740c6e3e08de83e45e5 (patch)
treee5972d5829e21a9e70611c795b88655f88da14b6 /schedule.ccl
parent3492f05ab08ea8e295aa1df59e8773d1e3fd74a3 (diff)
Mainly changing to new IO parameters and synchronising routines
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@12 90eea020-d82d-4da5-bf6e-4ee79ff7632f
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