index
:
hdf5.git
architecture_docs
develop
develop-readme
feature/1_12_recursive_ts_rw_lock
feature/alignment
feature/async2
feature/ccio
feature/coding_standards
feature/de-hd
feature/h5detect
feature/h5f_get_obj_rework
feature/indexing
feature/new_datatypes
feature/onion_vfd
feature/parallel_h5repack
feature/refactor-h5t-cmp
feature/select_io_chunk_cache
feature/select_io_tconv
feature/vfd_swmr
feature/vfd_swmr_beta_2
feature/vol_cap_flags
feature/vol_tools_tests
feature/werror-restrict
gh-pages
hdf5_1_10
hdf5_1_10_10
hdf5_1_10_11
hdf5_1_10_9
hdf5_1_12
hdf5_1_12_2
hdf5_1_12_3
hdf5_1_13_2
hdf5_1_13_3
hdf5_1_14
hdf5_1_14_0
hdf5_1_14_1
hdf5_1_14_2
hdf5_1_14_3
hdf5_1_6
hdf5_1_8
hdf5_1_8_23
inactive/110_HDFFV-10808-h5pset_file_space_strategy
inactive/H5Ocompare
inactive/NPOESS
inactive/aio_vfd
inactive/avoid_truncate
inactive/cu_dev
inactive/develop_subfiling
inactive/develop_subfiling_v1
inactive/direct_io_2
inactive/h5ocompare
inactive/hdf5_daosm
inactive/hdf5_ff
inactive/hdf5_ff_compactor
inactive/hdf5_rados
inactive/jpeg_converter
inactive/json_vol
inactive/json_vol_old
inactive/mdc_sl_opt
inactive/mds
inactive/merge_metadata_journaling
inactive/metadata_journaling
inactive/modify_dtype_filter
inactive/multi_rd_wd_coll_io
inactive/multi_rd_wd_coll_io_merge
inactive/null_vfd
inactive/parallel_vds
inactive/parallel_vds_develop
inactive/parallel_vds_testing
inactive/phdf5_metadata_opt
inactive/post_open_fix
inactive/rados_vol
inactive/selection_io
inactive/selection_io_with_subfiling_vfd
inactive/trunk_merge_coverity
loricooperhdf-patch-1
metadata_cache_macro_cleanup
ossf-scorecard
pr_484
reduce-h5f-duplication
sel_io_chunk_cache
shell_script
zzz-gitlab-ci
Mirror from: https://github.com/HDFGroup/hdf5.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
H5FDmpio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed HDFFV-10404
Binh-Minh Ribler
2018-07-13
1
-2/+2
*
Add an assert to verify that we don't write when between MPI_Barrier() calls
Quincey Koziol
2018-03-27
1
-0/+3
*
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...
Quincey Koziol
2018-03-18
1
-23/+74
|
\
|
*
Removed commented out code from H5FDmpio.c, H5FDprivate.h and H5Fint.c
mainzer
2018-03-12
1
-88/+0
|
*
Optimized version of avoid truncate patch.
M. Scot Breitenfeld
2017-12-18
1
-0/+198
*
|
Add API context interface and use it throughout the library.
Quincey Koziol
2018-03-15
1
-46/+22
|
/
*
Fixed HDFFV-10214:
Dana Robinson
2017-05-19
1
-4/+5
*
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...
Larry Knox
2017-04-25
1
-6/+4
*
Checkin of fix for CGNS bug
mainzer
2017-04-06
1
-1/+36
*
Warning and whitespace cleanup.
Quincey Koziol
2016-11-03
1
-2/+2
*
[svn-r28959] merge from trunk.
Mohamad Chaarawi
2016-01-22
1
-6/+0
|
\
|
*
[svn-r28950] - remove META_FLUSH_COLLECTIVELY property for delayed sanity che...
Mohamad Chaarawi
2016-01-21
1
-6/+0
|
*
[svn-r28894] Description:
Quincey Koziol
2016-01-14
1
-1/+2
*
|
[svn-r27929] merge from trunk.
Mohamad Chaarawi
2015-10-01
1
-127/+64
|
\
\
|
|
/
|
*
[svn-r27811] Description:
Quincey Koziol
2015-09-16
1
-118/+57
|
*
[svn-r27809] Minor warning fixes in the library.
Dana Robinson
2015-09-16
1
-1/+1
|
*
[svn-r27768] Description:
Quincey Koziol
2015-09-14
1
-8/+6
*
|
[svn-r27261] apply metadata enhancement patch that was based on the mdc 3 bra...
Mohamad Chaarawi
2015-06-21
1
-46/+35
|
/
*
[svn-r27133] - Add a new attribute function characterstic for format:
Mohamad Chaarawi
2015-06-01
1
-9/+9
*
[svn-r26649] squish warnings.
Mohamad Chaarawi
2015-03-30
1
-23/+25
*
[svn-r25994] revert adding the has_mpi_atomicity feature flag and use the has...
Mohamad Chaarawi
2015-01-21
1
-1/+0
*
[svn-r25983] HDFFV-1125: Eliminate IS_H5FD_MPI() macro use in the library and...
Mohamad Chaarawi
2015-01-20
1
-0/+1
*
[svn-r25929] Description:
Quincey Koziol
2014-12-29
1
-3/+13
*
[svn-r25922] mpi version check for new mpi 3 features should be >= 3 rather t...
Mohamad Chaarawi
2014-12-23
1
-6/+6
*
[svn-r25921] - wrap MPI 3 usage with MPI_VERSION compile time check.
Mohamad Chaarawi
2014-12-23
1
-4/+32
*
[svn-r25586] need to use MPI_Count and corresponding _x check routines post r...
Mohamad Chaarawi
2014-09-11
1
-20/+11
*
[svn-r25531] remove use of C99 PRI that failed on windows in dtypes.c
Mohamad Chaarawi
2014-08-11
1
-2/+8
*
[svn-r25397] - remove configure checks for MPI_File_get_size and Big
Mohamad Chaarawi
2014-07-07
1
-37/+0
*
[svn-r24864] Description:
Quincey Koziol
2014-03-21
1
-18/+25
*
[svn-r23713] Description:
Quincey Koziol
2013-05-21
1
-26/+26
*
[svn-r23165] HDFF-8203 Break H5FDmpi.h header into public and private components
Mohamad Chaarawi
2013-01-15
1
-0/+5
*
[svn-r22998] Description:
Quincey Koziol
2012-11-01
1
-2/+2
*
[svn-r22681] Description:
Quincey Koziol
2012-08-15
1
-119/+79
*
[svn-r22676] Changes needed to make the default free-list mapping from H5FD_F...
Vailin Choi
2012-08-13
1
-1/+1
*
[svn-r22115] Add 2 new API routines to set/unset file atomicity for files ope...
Mohamad Chaarawi
2012-03-21
1
-0/+94
*
[svn-r21919] Description:
Quincey Koziol
2012-02-09
1
-66/+36
*
[svn-r21352] Missed stat structure change to use h5_stat_t. Should have been ...
Allen Byrne
2011-09-01
1
-1/+1
*
[svn-r20588] Description:
Quincey Koziol
2011-04-21
1
-6/+5
*
[svn-r20587] Description:
Quincey Koziol
2011-04-21
1
-1/+4
*
[svn-r19096] Description:
Quincey Koziol
2010-07-19
1
-0/+2
*
[svn-r18702] Description:
Quincey Koziol
2010-05-05
1
-1/+0
*
[svn-r18565] Description:
Quincey Koziol
2010-04-15
1
-12/+13
*
[svn-r16560] Description:
Quincey Koziol
2009-03-10
1
-1/+1
*
[svn-r15861] Description:
Quincey Koziol
2008-10-14
1
-0/+1
*
[svn-r15800] Description:
Quincey Koziol
2008-10-07
1
-41/+75
*
[svn-r15628] Description:
Quincey Koziol
2008-09-16
1
-21/+21
*
[svn-r15510] Description:
Quincey Koziol
2008-08-21
1
-9/+9
*
[svn-r15485] Purpose: Allow library to shut down properly when objects have r...
Neil Fortner
2008-08-19
1
-1/+1
*
[svn-r14903] Undoing change committed in r14902.
Scot Breitenfeld
2008-04-30
1
-127/+61
*
[svn-r14902] Merged fortran_1_8 branch changes r14505:14901 into the trunk. N...
Scot Breitenfeld
2008-04-30
1
-61/+127
[next]