aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authortradke <tradke@3af55ef0-e5e4-43b4-b020-ca5761ff09b2>2004-06-14 11:12:42 +0000
committertradke <tradke@3af55ef0-e5e4-43b4-b020-ca5761ff09b2>2004-06-14 11:12:42 +0000
commitca0c7731de7c3d2bc45175af5b521c539bd66228 (patch)
tree3e7fb5f604817d8c717e13a8cd692e96c08fac1c /schedule.ccl
parentd754a1ddfe40636e42e2c0367c687b99f917fcd4 (diff)
New I/O thorn for 1D/2D/3D output of datasets in SDF file format.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOSDF/trunk@2 3af55ef0-e5e4-43b4-b020-ca5761ff09b2
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl25
1 files changed, 25 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
new file mode 100644
index 0000000..de179c8
--- /dev/null
+++ b/schedule.ccl
@@ -0,0 +1,25 @@
+# Schedule definitions for thorn IOSDF
+# $Header$
+
+########################################################################
+### register IOSDF routines
+########################################################################
+schedule IOSDF_Startup at STARTUP after IOUtil_Startup
+{
+ LANG:C
+} "Startup routine"
+
+schedule IOSDF_Choose1D at BASEGRID after SpatialCoordinates
+{
+ LANG:C
+} "Choose 1D output lines"
+
+schedule IOSDF_Choose2D at BASEGRID after SpatialCoordinates
+{
+ LANG:C
+} "Choose 2D output planes"
+
+schedule IOSDF_Terminate at TERMINATE
+{
+ LANG:C
+} "Close all open SDF output files"