aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authortradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>1999-06-16 17:25:28 +0000
committertradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>1999-06-16 17:25:28 +0000
commitf9bc678d712514e2553aa9be33723ab9988ef30a (patch)
tree6197473ed25ddc27baff0c15c03fda1b01ca805a /schedule.ccl
parent77eac7cd94ffdf2fb99c8996b294d1a782aa5963 (diff)
This is thorn IO, just a skeleton for real IO, just providing
parameters and register an IO extension. Actual IO is done now by ASCIIIO, FlexIO, and HDF5IO. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@2 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl12
1 files changed, 12 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
new file mode 100644
index 0000000..55f4fd2
--- /dev/null
+++ b/schedule.ccl
@@ -0,0 +1,12 @@
+# Schedule definitions for thorn IOUtil
+
+schedule IOUtil_Startup at STARTUP
+{
+ LANG:C
+} "IOUtil startup routine"
+
+if (recover) {
+ schedule IOUtil_RecoverGH at CCTK_RECOVER {
+ LANG:C
+ } "Checkpoint recovery routine"
+}