aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-07-12 11:45:36 +0000
committerallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-07-12 11:45:36 +0000
commit94edf906d4ac38646501a0d614f04acb181f4aea (patch)
treee649e1ab8287e6abb33e4004911c6438aa786f93 /README
parent2269f3828402342c0917d187613916011161829e (diff)
Parameters for choosing 1D and 2D slices
New CCTK coordinate functions git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@136 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index b892425..75e0fde 100644
--- a/README
+++ b/README
@@ -19,3 +19,12 @@ to output a variable without specifying it in the parameter file.
IEEEIO is implemented by John Shalf's FlexIO library - that's why
the name of this thorn.
+
+If the output files contain so-called "chunked" data (that is, each
+processor has written data as a separate field in the output file),
+the data may need to be "recombined". A tool to perform this is
+provided with this thorn. To build the recombiner:
+
+> gmake <configuration>-utils UTILS=ieee_recombiner
+
+the executable for the recombiner will be located in exe/<configuration>