summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5tools.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-02-04 22:43:00 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-02-04 22:43:00 (GMT)
commit1b147875db41924cc04bd2cd577676b197ae34ab (patch)
treedad62fe010c89dfc1db13202aa24fe03d936c3fb /tools/lib/h5tools.h
parentc238a6c13cdd0107fdf2c5ee0145a9b3d773fc92 (diff)
downloadhdf5-1b147875db41924cc04bd2cd577676b197ae34ab.zip
hdf5-1b147875db41924cc04bd2cd577676b197ae34ab.tar.gz
hdf5-1b147875db41924cc04bd2cd577676b197ae34ab.tar.bz2
[svn-r8151] Purpose:
Bug fix Description: Fix h5tools routines to not try to call MPI_Init() unless an MPI-based VFD is actually used. Platforms tested: FreeBSD 4.9 (sleipnir) w/parallel Linux 2.4 (verbena) w/parallel
Diffstat (limited to 'tools/lib/h5tools.h')
-rw-r--r--tools/lib/h5tools.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/lib/h5tools.h b/tools/lib/h5tools.h
index 5ba9798..80349d5 100644
--- a/tools/lib/h5tools.h
+++ b/tools/lib/h5tools.h
@@ -472,7 +472,8 @@ extern FILE *rawdatastream; /*output stream for raw data */
extern void h5tools_init(void);
extern void h5tools_close(void);
extern hid_t h5tools_fopen(const char *fname, const char *driver,
- char *drivername, size_t drivername_len);
+ char *drivername, size_t drivername_len,
+ int argc, const char *argv[]);
extern int h5tools_dump_dset(FILE *stream, const h5dump_t *info, hid_t dset,
hid_t p_typ, struct subset_t *sset, int indentlevel);
extern int h5tools_dump_mem(FILE *stream, const h5dump_t *info, hid_t obj_id,