summaryrefslogtreecommitdiffstats
path: root/testpar
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into parallel_vds_developinactive/parallel_vds_developM. Scot Breitenfeld2019-06-2514-296/+748
|\
| * 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.
| | * Align develop with incoming hyperslab_updates branch changes.Quincey Koziol2019-02-132-32/+28
| | |
| * | TRILAB-111 fixes for parallel testingAllen Byrne2019-02-133-4/+86
| |/
| * Merge in latest from developJordan Henderson2019-02-123-6/+8
| |\
| | * Refactor mpi test namesAllen Byrne2019-02-112-6/+6
| | |
| | * Rename parallel tests to start with PAR_Allen Byrne2019-02-112-6/+6
| | |
| * | Fix some collective metadata read issuesJordan Henderson2019-02-124-23/+336
| | |
* | | Merge branch 'develop' into parallel_vds_developM. Scot Breitenfeld2019-02-087-320/+801
|\ \ \ | | |/ | |/|
| * | Fix test issue in testpar/t_dset.c with MPI-2 implementationsJordan Henderson2019-02-071-0/+2
| |/
| * 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.
* | Merge branch 'develop' into parallel_vds_developM. Scot Breitenfeld2019-01-025-295/+350
|\ \ | |/
| * 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.
* | Merge branch 'develop' into parallel_vds_developM. Scot Breitenfeld2018-12-121-139/+220
|\ \ | |/
| * Updates to t_filters_parallel for missing filtersJordan Henderson2018-12-051-139/+220
| |
* | Merge branch 'develop' into parallel_vds_developScot Breitenfeld2018-12-0410-547/+764
|\ \ | |/
| * 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
| |/
* | Fix uninitialized variable warning. Extend t_pvds to test differentNeil Fortner2018-08-071-20/+35
| | | | | | | | | | source file without reopening the virtual dataset (except where necessary).