aboutsummaryrefslogtreecommitdiff
path: root/CarpetAttic/CarpetIOFlexIOCheckpoint/schedule.ccl
blob: 99f0fee3f7f66df60fe06e691b3692900baa4e9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Schedule definitions for thorn CarpetIOFlexIO
# $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIOCheckpoint/schedule.ccl,v 1.2 2003/09/17 13:47:00 cvs_anon Exp $

schedule CarpetIOFlexIO_Startup at STARTUP after IOUtil_Startup
{
  LANG: C
} "Startup routine"

schedule CarpetIOFlexIO_ReadData at INITIAL
{
  LANG: C
  OPTIONS: global
} "Read initial data from file"

schedule CarpetIOFlexIO_EvolutionCheckpoint at CHECKPOINT
{
  LANG: C
  OPTIONS: global
} "Do checkpointing"