aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authortradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-07-30 19:58:21 +0000
committertradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-07-30 19:58:21 +0000
commitfa54b6d245abe8c84bb6e89ef30fd4f5cef66b29 (patch)
tree5b71af9bff9505c11cc67a77253bf1d9367ba374 /README
parent317992b79e5f46cd3dc767462b4ddefe2c89792c (diff)
Added some more info to README files.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@26 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 9 insertions, 8 deletions
diff --git a/README b/README
index 9b79a05..b892425 100644
--- a/README
+++ b/README
@@ -1,20 +1,21 @@
Cactus Code Thorn IOFlexIO
Authors : John Shalf
-Managed by : Thomas Radke <tradke@aei-potsdam.mpg.de>
-Version : ...
CVS info : $Header$
--------------------------------------------------------------------------
1. Purpose of the thorn
-This thorn provides John Shalf's IEEEIO (FlexIO) library as a thorn to Cactus.
+This thorn does output of 2D and 3D variables in IEEEIO data format.
-2. Dependencies of the thorn
+It also provides checkpointing/recovery functionality -
+you can create IEEEIO checkpoint files and recover from them.
-no dependencies
+The IO methods "IOFlexIO_2D" and "IOFlexIO_3D" are registered
+which can be called by other thorns via CCTK_OutputVarAsByMethod()
+to output a variable without specifying it in the parameter file.
-3. Thorn distribution
-This thorn is available to ...
+2. Additional information
-4. Additional information
+IEEEIO is implemented by John Shalf's FlexIO library - that's why
+the name of this thorn.