aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorallen <allen@4451c3c6-1034-4891-99ea-21147727ccdf>1999-09-21 11:21:17 +0000
committerallen <allen@4451c3c6-1034-4891-99ea-21147727ccdf>1999-09-21 11:21:17 +0000
commit14735d1f986801617fae93076b8b25c111d101fd (patch)
treef788dfa8ab9f5f55eb038ec435e197e31eab32a5 /schedule.ccl
parent5b29a4033d38fd82482d3cbe0f96b95c3d679e05 (diff)
Mainly changing to new IO parameters and synchronising routines
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@26 4451c3c6-1034-4891-99ea-21147727ccdf
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"