summaryrefslogtreecommitdiffstats
path: root/testpar
Commit message (Collapse)AuthorAgeFilesLines
* HDFFV-10625 -- Implemented a process-0 read and then broadcast for ↵Quincey Koziol2019-01-074-75/+526
| | | | collective read of full (HS_ALL), contiguous, atomic datasets by all the processes in the file communicator.
* Cleaned up the parallel flush test and set t_pflush1 to always fail.Dana Robinson2019-01-043-245/+273
| | | | Also set CMake to handle this.
* Eliminated the need for a separate script variable.Dana Robinson2018-12-311-2/+13
|
* Merge branch 'develop' into openmpi_tweaksDana Robinson2018-12-313-293/+276
|\
| * Merge branch 'develop' into md_cache_logging_squashDana Robinson2018-12-282-42/+64
| |\
| | * Remove unused CMake filesAllen Byrne2018-12-212-29/+0
| | |
| | * HDFFV-10656 remove moved sourceAllen Byrne2018-12-201-45/+0
| | |
| | * HDFFV-10656 Add CHECK_VOL support to CMakeAllen Byrne2018-12-203-0/+96
| | |
| * | Squash merge of MDC logging changes.Dana Robinson2018-12-211-251/+212
| |/
* | Added a helpful message to the flush script.Dana Robinson2018-12-201-0/+6
| |
* | Added a shell script so we can run the parallel flush testDana Robinson2018-12-202-2/+57
|/ | | | on OpenMPI.
* Updates to t_filters_parallel for missing filtersJordan Henderson2018-12-051-139/+220
|
* Missed some function renames in error text.Dana Robinson2018-11-271-2/+2
|
* Yanked all MPI-1 callsDana Robinson2018-11-271-10/+10
|
* VOL FEATUREDana Robinson2018-10-103-16/+16
|
* replace page charsAllen Byrne2018-09-271-3/+3
|
* Remove obsolete commentAllen Byrne2018-09-271-24/+17
|
* HD prefix and whitespaceAllen Byrne2018-08-282-523/+529
|
* Update MANIFEST file for new t_coll_md_read.c fileJordan Henderson2018-08-271-1/+0
| | | Remove old line from copyright notice
* Add fix for HDFFV-10501Jordan Henderson2018-08-265-1/+206
| | | | | Add test for HDFFV-10501 fix Add release note for HDFFV-10501 fix
* Merge pull request #1167 in HDFFV/hdf5 from ↵Jordan Henderson2018-08-021-0/+14
|\ | | | | | | | | | | | | | | | | | | ~JHENDERSON/hdf5:bugfix/MPI2_only_fixes to develop * commit '9aa2eaeb9ed9c94f63973cb55f13de256558497c': Add Autotools and CMake checks for big I/O MPI-3 functions Add hdf5settings section for parallel compression status in CMake builds Switch to CheckSymbolExists in CMake Add configure check for MPI_Mprobe and MPI_Imrecv functions
| * Add configure check for MPI_Mprobe and MPI_Imrecv functionsJordan Henderson2018-07-261-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add line to libhdf5settings file for status of Parallel writes to filtered datasets status Surround Parallel Compression code in MPI_VERSION >= 3 checks Add disabled message for Parallel Compression built w/ MPI-2 Modify Parallel Compression tests to only run the parallel filtered read tests when parallel filtered writes are disabled Update big I/O code to handle being built with MPI-2 Add checks to CMakeLists.txt for MPI_Mprobe and MPI_Imrecv
* | Add quotes to places where MPI_C_LIBRARIES are linked againstJordan Henderson2018-07-271-2/+2
|/
* Add test to continually grow and shrink chunksJordan Henderson2018-06-042-0/+149
|
* Changes to test with checksum filter as well as deflate filterJordan Henderson2018-06-042-35/+92
|
* Fix bug in parallel reads of compressed dataJordan Henderson2018-05-172-9/+920
| | | Add remaining parallel compound dataset partial read tests
* Add data verification to parallel filtered compound write testsJordan Henderson2018-05-172-354/+1128
| | | Add 3D parallel filtered partial read tests
* Add seven of fourteen parallel filtered data partial read testsJordan Henderson2018-05-152-668/+2394
|
* TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-261-17/+14
|
* TRILABS-20 set a compiler name on all project commandsAllen Byrne2018-04-201-1/+1
|
* TRILABS-19 Initial conversion of include_directories to targetsAllen Byrne2018-04-171-2/+2
|
* Corrections for parallel I/O & tests.Quincey Koziol2018-03-212-24/+30
|
* Cleanup API context function usage.Quincey Koziol2018-03-191-19/+36
|
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-03-189-3435/+3179
|\ | | | | | | | | | | merge_func_enter_vol Plus initial steps toward merging API context push into FUNC_ENTER_API* macros
| * Add 2 parallel test files to CHECK-CLEANFILES so that if their testslrknox2018-03-151-1/+4
| | | | | | | | fail before removing them, make check-clean will remove them.
| * Unify the test (t_bigio.c) between hdf5_1_10 and developRichard Warren2018-03-121-316/+79
| |
| * Remove comparison to NULL for variables to be freed.lrknox2018-03-121-3/+3
| |
| * Add HDfree of vector, matrix_out and matrix_out1 previously HDmallocedlrknox2018-03-121-1/+8
| | | | | | | | in coll_write_test().
| * Change CMake min to 3.10Allen Byrne2018-03-091-1/+1
| |
| * Correct cutnpasteAllen Byrne2018-03-071-4/+0
| |
| * ifdef around another functionAllen Byrne2018-03-061-0/+21
| |
| * Add #ifdef H5_HAVE_FORK eliminates special handlingAllen Byrne2018-03-061-4/+0
| |
| * Add #ifdef H5_HAVE_FORKAllen Byrne2018-03-061-0/+17
| |
| * Fixed t_pread.c to remove the use of h5jam, etc.. This fixes HDFFV-8839 and ↵Richard Warren2018-03-021-108/+47
| | | | | | | | should merge into develop
| * Remove t_cache_image test on WindowsAllen Byrne2018-02-281-0/+4
| |
| * Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-271-1/+2
| |
| * Cleanup overuse of include filesAllen Byrne2018-02-146-3014/+3006
| |
| * HDFFV-10385 rework java namesAllen Byrne2018-01-171-2/+0
| |
| * HDFFV-10385 refactor CMAKE_BUILD_TYPE usageAllen Byrne2018-01-091-2/+2
| |
| * Add library INTERFACE and MPI to toolsAllen Byrne2017-12-281-2/+8
| |