diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2013-01-15 15:32:23 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2013-01-15 15:32:23 (GMT) |
commit | cb6d2f2a45bfc24ccb15a880f9a9397550a8e90e (patch) | |
tree | 66b31057bf29fe6d59d102a3cb3f494c05b8ccac /src/H5FDmpio.c | |
parent | c326a3bd9ce1d484e3e28c7557ab470e738de51f (diff) | |
download | hdf5-cb6d2f2a45bfc24ccb15a880f9a9397550a8e90e.zip hdf5-cb6d2f2a45bfc24ccb15a880f9a9397550a8e90e.tar.gz hdf5-cb6d2f2a45bfc24ccb15a880f9a9397550a8e90e.tar.bz2 |
[svn-r23165] HDFF-8203 Break H5FDmpi.h header into public and private components
https://jira.hdfgroup.uiuc.edu/browse/HDFFV-8203
tested: h5committest
Diffstat (limited to 'src/H5FDmpio.c')
-rw-r--r-- | src/H5FDmpio.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/H5FDmpio.c b/src/H5FDmpio.c index 2db77c9..878bf82 100644 --- a/src/H5FDmpio.c +++ b/src/H5FDmpio.c @@ -45,6 +45,11 @@ static hid_t H5FD_MPIO_g = 0; /* + * The view is set to this value + */ +static char H5FD_mpi_native_g[] = "native"; + +/* * The description of a file belonging to this driver. * The EOF value is only used just after the file is opened in order for the * library to determine whether the file is empty, truncated, or okay. The MPIO |