summaryrefslogtreecommitdiffstats
path: root/src/H5FDmpio.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2008-10-07 04:17:35 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2008-10-07 04:17:35 (GMT)
commit9f60f016ab71cf8ce39c859fd9eb61c6fca35d63 (patch)
tree0ddbcb2f8707b578af22c62748420b9e3c19177b /src/H5FDmpio.h
parent504c67846e6a4cc5706403bf21a9ae4f07aae7b4 (diff)
downloadhdf5-9f60f016ab71cf8ce39c859fd9eb61c6fca35d63.zip
hdf5-9f60f016ab71cf8ce39c859fd9eb61c6fca35d63.tar.gz
hdf5-9f60f016ab71cf8ce39c859fd9eb61c6fca35d63.tar.bz2
[svn-r15800] Description:
Bring file free space branch changes through r15795 into trunk, which includes a fair bit of code cleanup & rearrangement along with a couple of bug fixes also. Tested on: Mac OS X/32 10.5.5 (amazon) in debug mode Mac OS X/32 10.5.5 (amazon) w/C++ & FORTRAN, w/threadsafe, in production mode FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/Intel compilers w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, in production mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in production mode
Diffstat (limited to 'src/H5FDmpio.h')
-rw-r--r--src/H5FDmpio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDmpio.h b/src/H5FDmpio.h
index 8fa1be5..41baf8d 100644
--- a/src/H5FDmpio.h
+++ b/src/H5FDmpio.h
@@ -31,7 +31,7 @@
/* Macros */
#define IS_H5FD_MPIO(f) /* (H5F_t *f) */ \
- (H5FD_MPIO==H5F_get_driver_id(f))
+ (H5FD_MPIO==H5F_DRIVER_ID(f))
#ifdef H5_HAVE_PARALLEL
/*Turn on H5FDmpio_debug if H5F_DEBUG is on */
/hdf5.git/commit/?h=feature/vol_cap_flags'>Convert unsigned cap flag field to uint64_t and add flags (#2050)Dana Robinson2 years feature/vol_tools_testsMove changes from external repo to main repo (#3718)Glenn Song11 months feature/werror-restrictMerge branch 'develop' into feature/werror-restrictDana Robinson2 years gh-pagesdeploy: 2908dd1d12f82b3ad559e98ae639fac2c238bcddlrknox6 months hdf5_1_10Added RELEASE.txt from HDF5 1.10.11 release to HISTORY-1_10.txt. (#3611)Larry Knox12 months hdf5_1_10_10Update release date. (#2655)Larry Knox18 months hdf5_1_10_11Create 11011 tarball (#3596)Larry Knox12 months hdf5_1_10_9Remove duplicate line from README.md.Larry Knox2 years hdf5_1_12Adjust some CMake settings (#3828)Allen Byrne11 months hdf5_1_12_2HDF5 1.12.2 release created April 19, 2022.Larry Knox2 years hdf5_1_12_3Hdf5 1 12 3 release (#3833)Larry Knox11 months hdf5_1_13_2Update READMERE.md and RELEASE.txt with release date.Larry Knox2 years hdf5_1_13_3Hdf5 1 13 3 - RELEASE.txt updates (#2203)Larry Knox23 months hdf5_1_14Fix typo/stray character in cmake-ctest.yml (#4128)Larry Knox7 months hdf5_1_14_0Commit release date.Larry Knox21 months hdf5_1_14_1Hdf5 1 14 1-2 release for autoconf 2.71 generated files (#2945)Larry Knox17 months hdf5_1_14_2Update release - fix bug and update date (#3380)Larry Knox14 months hdf5_1_14_3Release updates (#3792)Larry Knox11 months hdf5_1_6Merge pull request #1730 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_6 to hdf...Scot Breitenfeld5 years hdf5_1_8Correct script for 3.12 and update HPC process (#2435)Allen Byrne20 months hdf5_1_8_23Update release date in RELEASE.txt (#2440)Larry Knox20 months inactive/110_HDFFV-10808-h5pset_file_space_strategyMerge pull request #1795 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_...Allen Byrne5 years inactive/H5Ocompare[svn-r22275] Clear up examples vs applications instances and add minimum file.Allen Byrne12 years inactive/NPOESS[svn-r17496] Fixed obvious error : changed talign.c to talign on TEST_PROG as...Allen Byrne15 years inactive/aio_vfd[svn-r22505] Comment out create file that fail with the new/PGI compiler unti...Larry Knox12 years inactive/avoid_truncate[svn-r28002] merge from trunk.Mohamad Chaarawi9 years inactive/cu_devMerge branch 'develop' into cu_devJohn Ravi4 years inactive/develop_subfilingAdded skeletal version of H5FDsubfiling.c and H5FDsubfiling.h.mainzer4 years inactive/develop_subfiling_v1Changed the usleep parameters based on whether the MPI rank hosts an IO Conce...Richard Warren4 years inactive/direct_io_2[svn-r26017] Added BRANCH.txt.Dana Robinson10 years inactive/h5ocompare[svn-r19890] Add initial implementation for H5Ocompare and usage in h5diff. ...Neil Fortner14 years inactive/hdf5_daosmFix uninitialized return value bugs.Neil Fortner7 years inactive/hdf5_ffadded *ff* files dependencyScot Breitenfeld8 years inactive/hdf5_ff_compactor[svn-r24100] minor fix while creating a memory datatype for native writesVishwanath Venkatesan11 years inactive/hdf5_radosMerge pull request #1585 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_rados to ...Dana Robinson6 years inactive/jpeg_converter[svn-r15458] Purpose: Modify the library to take the proper action when files...Neil Fortner16 years inactive/json_volMerge pull request #1633 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:feature/json_v...Dana Robinson6 years inactive/json_vol_oldcleanup, commentingFrank Willmore7 years inactive/mdc_sl_optMinor copy edits to comments -- no code changes.mainzer4 years inactive/mds[svn-r23487] use the core driver at the server side for the metadata fileMohamad Chaarawi12 years inactive/merge_metadata_journaling[svn-r24779] Description:Quincey Koziol11 years inactive/metadata_journaling[svn-r22480] Description:Quincey Koziol12 years inactive/modify_dtype_filter[svn-r15820] Added a design document describing the design details for the fi...Raymond Lu16 years inactive/multi_rd_wd_coll_io[svn-r29709] another merge from trunk.Mohamad Chaarawi8 years inactive/multi_rd_wd_coll_io_mergeMerge pull request #837 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:multi_rd_wd_coll_...Larry Knox7 years inactive/null_vfd[svn-r22705] Updated the failure behavior of inner driver calls. Expanded the...Jacob Gruber12 years inactive/parallel_vdsSome fixes from Neil plus changes talked about in our last code reviewRichard Warren6 years inactive/parallel_vds_developMerge branch 'develop' into parallel_vds_developM. Scot Breitenfeld5 years inactive/parallel_vds_testingAdd two(2) new parallel VDS tests, the VDS merge code for Neil, and a few edi...Richard Warren7 years inactive/phdf5_metadata_opt[svn-r29080] merge from trunk.Mohamad Chaarawi9 years inactive/post_open_fixAdded a BRANCH.md fileDana Robinson2 years inactive/rados_volMerge pull request #1641 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:feature/rados_...Dana Robinson5 years inactive/selection_ioMerge pull request #1531 from fortnern/selection_ioNeil Fortner3 years inactive/selection_io_with_subfiling_vfdspelling corrections (#1382)Scot Breitenfeld3 years inactive/trunk_merge_coverity[svn-r23698] Description:Quincey Koziol11 years loricooperhdf-patch-1Updated help desk URLLori Cooper10 months metadata_cache_macro_cleanupremove obsolete SZIP find module (#2901)Allen Byrne17 months ossf-scorecardCreate scorecard.ymlDana Robinson13 months pr_484Committing clang-format changesgithub-actions3 years reduce-h5f-duplicationInstead of duplicating H5F_shared_block_write() and _read() wholesale inDavid Young5 years sel_io_chunk_cacheCommitting clang-format changesgithub-actions9 months shell_scriptRemove unneeded/duplicated filesJordan Henderson12 months zzz-gitlab-ciRun test without submitting to CDash.Larry Knox4 years