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