From f9bc678d712514e2553aa9be33723ab9988ef30a Mon Sep 17 00:00:00 2001 From: tradke Date: Wed, 16 Jun 1999 17:25:28 +0000 Subject: 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 --- schedule.ccl | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 schedule.ccl (limited to 'schedule.ccl') 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" +} -- cgit v1.2.3