diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-07-14 03:32:54 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-07-14 03:32:54 (GMT) |
commit | 4937b35e01980eb34efa15403b77eba7ae8e9e14 (patch) | |
tree | c0a81426cb92a1f17f4aace001b18792b9f1f56d /testpar | |
parent | d5d0e69c5c7d64f624840ab6c026052465ad3ba0 (diff) | |
download | hdf5-4937b35e01980eb34efa15403b77eba7ae8e9e14.zip hdf5-4937b35e01980eb34efa15403b77eba7ae8e9e14.tar.gz hdf5-4937b35e01980eb34efa15403b77eba7ae8e9e14.tar.bz2 |
[svn-r11072] Purpose:
Bug fix
Description:
Initialize "use_gpfs" variable.
Platforms tested:
None - just eyeballed it.
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/t_span_tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_span_tree.c b/testpar/t_span_tree.c index e316ecc..dce78e9 100644 --- a/testpar/t_span_tree.c +++ b/testpar/t_span_tree.c @@ -579,7 +579,7 @@ void coll_read_test(int chunk_factor) hid_t acc_plist,xfer_plist; hid_t file, dataseti; /* File and dataset identifiers */ hid_t mspaceid, fspaceid1; /* Dataspace identifiers */ - hbool_t use_gpfs; + hbool_t use_gpfs = FALSE; /* Dimension sizes of the dataset (on disk) */ hsize_t mdim[] = {MSPACE_DIM1, MSPACE_DIM2}; /* Dimension sizes of the |