aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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>