aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2002-05-28 14:56:06 +0000
committertradke <tradke@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2002-05-28 14:56:06 +0000
commit71c7918bb3b73891db09baa2e6b461b529fd5536 (patch)
treee010f6fa28758779076a3be9ad68b7da24e52b97
parent0260a6e1058ff01575352ebbdeb239cc576d856a (diff)
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
-rw-r--r--src/DumpUtils.c2
1 files changed, 1 insertions, 1 deletions
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 */