From 14735d1f986801617fae93076b8b25c111d101fd Mon Sep 17 00:00:00 2001 From: allen Date: Tue, 21 Sep 1999 11:21:17 +0000 Subject: 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 --- schedule.ccl | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'schedule.ccl') 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" -- cgit v1.2.3