aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@38c3d835-c875-442e-b0fe-21c19ce1d001>2002-07-12 14:19:46 +0000
committertradke <tradke@38c3d835-c875-442e-b0fe-21c19ce1d001>2002-07-12 14:19:46 +0000
commita2c1e78c89843265ce3f1145bc5033af240acfc1 (patch)
tree878b285e585bbcca9be4e437ca060d41fd50a0ac
parent6cf9be0957f09264e45e0cd0392d50aa60367997 (diff)
Fixed wrong contents in README. This closes PR CactusPUGHIO/1144.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@43 38c3d835-c875-442e-b0fe-21c19ce1d001
-rw-r--r--README16
1 files changed, 5 insertions, 11 deletions
diff --git a/README b/README
index 2f82b41..9af2ba1 100644
--- a/README
+++ b/README
@@ -1,22 +1,16 @@
-Cactus Code Thorn IOHDF5
+Cactus Code Thorn IOPanda
Authors : Thomas Radke (tradke@aei.mpg.de)
CVS info : $Header$
--------------------------------------------------------------------------
1. Purpose of the thorn
-This thorn does output of 2D and 3D variables in HDF5 format.
-
-It also provides checkpointing/recovery functionality -
-you can create HDF5 checkpoint files and recover from them.
-
-The IO methods "IOHDF5_2D" and "IOHDF5_3D" are registered
-which can be called by other thorns via CCTK_OutputVarAsByMethod()
-to output a variable without specifying it in the parameter file.
+This thorn does output of 3D variables in IEEEIO format.
+It uses the I/O library Panda for writing files in parallel.
2. Additional information
-Currently only 3D output is implemented.
+See IOPanda's documentation in the ThornGuide.
-Fore more information on HDF5 see http://hdf.ncsa.uiuc.edu.
+Fore more information on Panda see /http://cdr.cs.uiuc.edu/panda/.