diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-09-03 00:15:57 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-09-03 00:15:57 (GMT) |
commit | cb0a0eb41eb61e75ddb7a10532e910394babe995 (patch) | |
tree | c0122b29efeacfc3d8da4c8b07bdd7ce0065db9e /src/H5F.c | |
parent | d0c5506d95aee19238c21d5cde4ee19ba0539f2a (diff) | |
download | hdf5-cb0a0eb41eb61e75ddb7a10532e910394babe995.zip hdf5-cb0a0eb41eb61e75ddb7a10532e910394babe995.tar.gz hdf5-cb0a0eb41eb61e75ddb7a10532e910394babe995.tar.bz2 |
[svn-r1627] Cleanup some minor bugs in the MPIO file-driver ported by Robb.
It is working now. Still need to tie up some loose ends.
Diffstat (limited to 'src/H5F.c')
-rw-r--r-- | src/H5F.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -729,7 +729,7 @@ H5F_new(H5F_file_t *shared, hid_t fcpl_id, hid_t fapl_id) * does not permit caching. (maybe able to relax it for * read only open.) */ - if (H5FD_MPIO==f->shared->lf->driver_id){ + if (H5FD_MPIO==fapl->driver_id){ f->shared->rdcc_nbytes = 0; f->shared->mdc_nelmts = 0; } |