From 86c3a6fd8b989ba41cea2f4884780379a7816851 Mon Sep 17 00:00:00 2001 From: tradke Date: Wed, 5 Oct 2005 10:08:31 +0000 Subject: The general routine to parse the value of IO*::out_vars parameters now also checks for the option "out_unchunked = 'true|false|yes|no'" which can be used to overwrite the general output mode (as defined by IO::out_unchunked) on a per-variable basis. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@230 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a --- doc/documentation.tex | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/documentation.tex b/doc/documentation.tex index 090142a..1e890aa 100644 --- a/doc/documentation.tex +++ b/doc/documentation.tex @@ -233,6 +233,9 @@ your particular machine architecture and needs: "no"}) with each chunk containing the data from a single processor, or collected into a single global array before writing ({\tt IO::out\_unchunked = "yes"}). The default is to write the data in chunks. + This can be changed by adding an option string to the group/variable name(s) + in the {\tt out\_vars} parameter with the key {\tt out\_unchunked} and an + associated string value {\tt "yes|no|true|false"}. \item {\tt IO::out\_mode = "np"}\\ Output is written in parallel for groups of processors. Each group -- cgit v1.2.3