From 71c7918bb3b73891db09baa2e6b461b529fd5536 Mon Sep 17 00:00:00 2001 From: tradke Date: Tue, 28 May 2002 14:56:06 +0000 Subject: Allow the 'out_every' option in option strings to set the output frequency for individual variables. Allow hyperslab options 'origin', 'direction', 'extent', and 'downsample' in option strings to specify hyperslab selections for individual variables. You also need to update CactusBase/IOUtil now. See the thornguide for a description and an example. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5Util/trunk@67 7842ec3a-9562-4be5-9c5b-06ba18f2b668 --- src/DumpUtils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DumpUtils.c b/src/DumpUtils.c index df0a77c..4023dd2 100644 --- a/src/DumpUtils.c +++ b/src/DumpUtils.c @@ -112,7 +112,7 @@ int IOHDF5Util_DumpGH (const cGH *GH, const int *timers, hid_t file) first_vindex = CCTK_FirstVarIndexI (gindex); /* get the default I/O request for this group */ - request = IOUtil_DefaultIORequest (GH, first_vindex); + request = IOUtil_DefaultIORequest (GH, first_vindex, 1); /* disable checking for old data objects, disable datatype conversion and downsampling */ -- cgit v1.2.3