aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOStreamedHDF5/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetIOStreamedHDF5/schedule.ccl')
-rw-r--r--Carpet/CarpetIOStreamedHDF5/schedule.ccl19
1 files changed, 19 insertions, 0 deletions
diff --git a/Carpet/CarpetIOStreamedHDF5/schedule.ccl b/Carpet/CarpetIOStreamedHDF5/schedule.ccl
new file mode 100644
index 000000000..5b2edb9ae
--- /dev/null
+++ b/Carpet/CarpetIOStreamedHDF5/schedule.ccl
@@ -0,0 +1,19 @@
+# Schedule definitions for thorn CarpetIOStreamedHDF5
+
+storage: next_output_iteration next_output_time this_iteration
+
+schedule CarpetIOStreamedHDF5_Startup at STARTUP
+{
+ LANG: C
+} "Open the socket to be used for HDF5 data streaming"
+
+schedule CarpetIOStreamedHDF5_Init at BASEGRID
+{
+ LANG: C
+ OPTIONS: global
+} "Initialise I/O scalars"
+
+schedule CarpetIOStreamedHDF5_Terminate at TERMINATE
+{
+ LANG:C
+} "Close the socket used for HDF5 data streaming"