aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorallen <allen@f80f6fb6-8356-4fd4-90bc-d84ad503c100>1999-09-21 11:21:20 +0000
committerallen <allen@f80f6fb6-8356-4fd4-90bc-d84ad503c100>1999-09-21 11:21:20 +0000
commitac9dedf87e0f1e99c3054eef4eb4b309671d3c51 (patch)
tree32a44e9e2c30837c01dde01f433754b69719f597 /schedule.ccl
parent22495226c82a63a15394df5b62b24243ad4770c4 (diff)
Mainly changing to new IO parameters and synchronising routines
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@18 f80f6fb6-8356-4fd4-90bc-d84ad503c100
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"