summaryrefslogtreecommitdiffstats
path: root/testpar
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2015 in HDFFV/hdf5 from HDFFV-10943 to developRichard Warren2019-10-251-3/+1
|\ | | | | | | | | | | * commit '299c9ed5fe19edac37cab27bc04d587fa67568c2': Removed set_bigio_count prototype since it has been added to H5private.h Change API names for get/set bitio_count. Also added H5_mpi_set_bigio_count to H5private.h.
| * Removed set_bigio_count prototype since it has been added to H5private.hRichard Warren2019-10-251-2/+0
| |
| * Change API names for get/set bitio_count. Also added H5_mpi_set_bigio_count ↵Richard Warren2019-10-231-2/+2
| | | | | | | | to H5private.h.
* | Fix MPI test dependsAllen Byrne2019-10-231-0/+3
|/
* Remove debugging logic from the new t_bigio testRichard Warren2019-10-081-18/+0
|
* Expanded t_bigio.c to include Jordan's test from HDFFV-10539Richard Warren2019-10-081-3/+82
|
* At the suggestion of the PR reviewers, moved the mpio_create_large_type to ↵Richard Warren2019-10-071-18/+14
| | | | H5mpi.c and renamed the function appropriately. Also moved some support functions to set and get the vvalue where we transistion to using derived datatypes.
* Made code review edit suggested by Jerome, plus various code updates to ↵Richard Warren2019-10-071-5/+5
| | | | files that I touched to eliminate compile warnings (on my Linux box).
* Make the initial bug fixes to allow >2GB writes with Independent IORichard Warren2019-10-051-2/+1
|
* Marked up H5Fget/set_mpi_atomicity() to use the VOL.Dana Robinson2019-09-271-4/+4
|
* Add comment to add tests later to verify conflicting values for MPI-specific ↵Vailin Choi2019-09-021-0/+5
| | | | properties on multiple opens.
* Whitespace and HD prefix changesAllen Byrne2019-08-281-298/+294
|
* fix get gethostname for windowsAllen Byrne2019-08-281-0/+2
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-08-274-90/+165
|\ | | | | | | | | | | | | * commit 'fb8296371cf45654a9252ed01b635519205da3de': Minor tweaks to new H5P MPI code based on code review feedback. Fixed a bug in the cache image code that was introduced by the HD changes. Added H5Pset/get_mpi_params calls and unified them with the MPI-I/O VFD info in H5FDmpio.c.
| * Merge branch 'develop_minor_pr' into H5Pset_fapl_mpiDana Robinson2019-08-271-1/+1
| |\
| | * Fixed a bug in the cache image code that was introduced by the HDDana Robinson2019-08-271-1/+1
| | | | | | | | | | | | changes.
| * | Merge branch 'develop' into H5Pset_fapl_mpiDana Robinson2019-08-2713-1067/+1062
| |\ \
| * | | Added H5Pset/get_mpi_params calls and unified them with the MPI-I/ODana Robinson2019-08-263-89/+164
| | | | | | | | | | | | | | | | VFD info in H5FDmpio.c.
* | | | OESS-29 Fix HD prefix in perform and enable test compileAllen Byrne2019-08-272-1/+4
| |_|/ |/| |
* | | Fixed typo from HD changesDana Robinson2019-08-271-1/+1
| |/ |/|
* | OESS-29 Update HD prefix mostlyAllen Byrne2019-08-2414-1079/+1074
|/
* Merge branch 'develop' into shared_file_ptrQuincey Koziol2019-08-211-57/+23
|\
| * Removed unnecessary H5S_FRIEND and dead code.Dana Robinson2019-08-201-57/+23
| |
* | First pass of converting H5PB_* routines to use shared file pointers.Quincey Koziol2019-08-191-1/+1
|/
* Mostly whitespace in testpar, addl changes for tmp dirAllen Byrne2019-08-152-263/+262
|
* Merge pull request #1819 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to developQuincey Koziol2019-08-042-201/+77
|\ | | | | | | | | | | | | * commit '905d40aa6f6eb603c5507e7967130760e3a2e43c': Fix return type for H5Sselect_intersect_block(). Updated H5TRACE macro. Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, along with tests and minor cleanups and refactorings.
| * Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, alongQuincey Koziol2019-07-302-201/+77
| | | | | | | | with tests and minor cleanups and refactorings.
* | Fix VFD tests and repackAllen Byrne2019-08-031-31/+38
| |
* | Merge pull request #1829 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2019-08-011-4/+1
|\ \ | | | | | | | | | | | | * commit '4cb865fc5938a303c197aedf46f90021e2f4b3d6': enabled commented-out code
| * | enabled commented-out codeM. Scot Breitenfeld2019-08-011-4/+1
| | |
* | | HDFFV-10529 Update CMake tests to use test fixturesAllen Byrne2019-07-232-19/+8
| |/ |/|
* | HDFFV-10845 update mingw cmake changesAllen Byrne2019-07-171-1/+1
| |
* | HDFFV-10845 use of TARGETFILE disables auto emulatorAllen Byrne2019-07-171-0/+1
| |
* | HDFFV-10845 C_FLAGS need set correctly for win32 vs mingwAllen Byrne2019-07-171-5/+5
|/
* fix var nameAllen Byrne2019-07-091-1/+1
|
* Fix compile error with ifdef H5_HAVE_GETHOSTNAMEAllen Byrne2019-07-081-786/+757
|
* Fixed the heap overflow in t_filters_parallelDana Robinson2019-06-211-3/+3
|
* Fixed some low-hanging fruit from -fsanitize in t_filters_parallel.Dana Robinson2019-06-211-0/+5
|
* HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-183-14/+27
| | | | | HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static HDFFV-10803 Update FindSZIP.cmake find module Remove unneeded modules and update java modules
* Combine "collective group and dataset write" and "independent group andLarry Knox2019-05-034-6/+13
| | | | | dataset read" tests into one test. The second test is dependent on the file created by the first test, and will not pass when run by itself.
* Add final list of single testphdf5 testsAllen Byrne2019-05-022-208/+218
|
* Pull a test from default testphdf5Allen Byrne2019-05-021-0/+1
|
* Pull out another failing testAllen Byrne2019-05-021-0/+1
|
* Correct var usage syntaxAllen Byrne2019-05-011-2/+2
|
* Correct varnameAllen Byrne2019-05-011-3/+3
|
* Separate out MPI tests that fail on MPI versionAllen Byrne2019-05-011-3/+21
|
* HDFFV-10365: Changes as described in the RFC: H5Sencode/H5Sdecode Format Change.Vailin Choi2019-04-061-2/+2
| | | | This also addresses HDFFV-10255: H5Sencode/decode performance issue.
* Specify the default VOL connector to use with an environment variable.Quincey Koziol2019-03-102-0/+6
| | | | | | | | This implicitly adds support for changing the VOL connector for command-line tools or any application linked with the library. Also, add 'make check-vol' support for all directories, clearing up necessary issues in testing scripts, etc.
* HDFFV-10703 Update CMake commands to latest standardAllen Byrne2019-02-153-22/+22
|
* Merge pull request #1540 in HDFFV/hdf5 from merge_hyperslab_changes_01 to ↵Quincey Koziol2019-02-142-32/+28
|\ | | | | | | | | | | | | develop * commit 'fb5d1a37c11bca613175a48262a2147e99c9dede': Align develop with incoming hyperslab_updates branch changes.