mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
Merge pull request #727 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'd14e859a919dee2c153c6faac3a0431d84042f0d': Correct char type HDFFV-10297 fix grammar HDFFV-10297 - clarify note. HDFFV-10297 Update release note Correct test DEPENDS
This commit is contained in:
commit
713e5560ad
@ -78,13 +78,13 @@ New Features
|
||||
file driver in HDF5 by previously having called H5Pset_fapl_mpio().
|
||||
|
||||
HDF5 parallel file operations which do not employ multiple ranks
|
||||
e.g. specifiying MPI_COMM_SELF (whose MPI_Comm_size == 1)
|
||||
e.g. specifiying MPI_COMM_SELF (whose MPI_Comm_size == 1)
|
||||
as opposed to MPI_COMM_WORLD, will not be affected by this
|
||||
optimization. Conversely, parallel file operations on subgroups
|
||||
of MPI_COMM_WORLD are allowed to be run in parallel with each
|
||||
subgroup operating as an independant collection of processes.
|
||||
|
||||
(RAW – 2017/10/10, HDFFV-10294)
|
||||
(RAW - 2017/10/10, HDFFV-10294)
|
||||
|
||||
|
||||
- Large MPI-IO transfers
|
||||
@ -109,7 +109,7 @@ New Features
|
||||
fulfill the original user request without encountering API
|
||||
errors.
|
||||
|
||||
(RAW – 2017/07/11, HDFFV-8839)
|
||||
(RAW - 2017/07/11, HDFFV-8839)
|
||||
|
||||
Fortran Library:
|
||||
----------------
|
||||
@ -199,6 +199,10 @@ Bug Fixes since HDF5-1.10.1 release
|
||||
Modified H5Zfilter_avail and private function, H5Z_filter_avail.
|
||||
Moved check for plugin from public to private function. Updated
|
||||
H5P__set_filter due to change in H5Z_filter_avail. Updated tests.
|
||||
Note, h5repack output display has changed to clarify the individual
|
||||
steps of the repack process. The output indicates if an operation
|
||||
applies to all objects. Lines with notation and no information
|
||||
have been removed.
|
||||
|
||||
(ADB - 2017/10/10, HDFFV-10297)
|
||||
|
||||
|
@ -167,8 +167,7 @@ else ()
|
||||
-P "${HDF_RESOURCES_EXT_DIR}/runTest.cmake"
|
||||
)
|
||||
endif ()
|
||||
set_tests_properties (PERFORM_zip_perf PROPERTIES DEPENDS PERFORM_zip_perf_help)
|
||||
set_tests_properties (PERFORM_zip_perf PROPERTIES DEPENDS "PERFORM_h5perform-clearall-objects")
|
||||
set_tests_properties (PERFORM_zip_perf PROPERTIES DEPENDS "PERFORM_zip_perf_help;PERFORM_h5perform-clearall-objects")
|
||||
|
||||
if (H5_HAVE_PARALLEL)
|
||||
add_test (NAME PERFORM_h5perf COMMAND ${MPIEXEC} ${MPIEXEC_PREFLAGS} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_POSTFLAGS} $<TARGET_FILE:h5perf>)
|
||||
|
Loading…
x
Reference in New Issue
Block a user