summaryrefslogtreecommitdiffstats
path: root/testpar
Commit message (Collapse)AuthorAgeFilesLines
* OESS-98 add CMake option to build plugins project within hdf5Allen Byrne2020-10-161-2/+2
|
* Source formattedAllen Byrne2020-10-0127-15662/+13624
|
* Merge of clang-format changes from developAllen Byrne2020-09-302-4/+19
|
* Merge of dataspace improvements from develop.Dana Robinson2020-07-162-70/+62
|
* Normalization of H5S package with developDana Robinson2020-07-081-1/+1
|
* Removed trailing whitespace from source files.Dana Robinson2020-05-2610-59/+59
|
* Updated code in H5Xtest.c files and associated tests.Dana Robinson2020-05-184-5/+5
| | | | Reverted overlong-strings warning that gives jam issues.
* Fix errors: ISO C90 forbids mixed declarations and codeLarry Knox2020-04-271-2/+6
| | | | [-Werror=declaration-after-statement]
* Fix Werror issues, whitespace, casts and unused varsAllen Byrne2020-04-163-281/+278
|
* TRILAB-192 - merge changes from developAllen Byrne2020-04-071-0/+2
| | | | Single source, config files, for warnings for both autotools and CMake. Update CMake libraries, tools, tests to use correct flags.
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2020-03-011-3/+3
|\ | | | | | | | | | | | | | | * commit '42106363903e7a7d4a0c2cd1b38aad9a54f2eeff': Fixed configure issue when building HDF5 with NAG Fortran 7.0. Fixed issue building HDF5 with NAG Fortran 7.0. revert type cast Merge pull request #2244 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings to develop
| * Merge pull request #2432 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/type_cast_10 to ↵Kimmy Mu2020-02-291-3/+3
| |\ | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit 'a0881fa1cfbb735a013581c53f8003a13fb0383a': revert type cast Merge pull request #2244 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings to develop
| | * revert type castkmu2020-02-281-3/+3
| | |
| | * Merge pull request #2244 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings ↵Kimmy Mu2020-01-101-2/+2
| | | | | | | | | | | | | | | | | | | | | to develop * commit '6b1b4b3c0bdd803835efe8c531965bb9900a5363': fix test assert fail error
* | | Merge CMake and tools changes from developAllen Byrne2020-02-271-1/+1
|/ /
* | Added new CMake options for testsAllen Byrne2020-01-191-1/+3
| |
* | Merge pull request #2244 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings ↵Kimmy Mu2020-01-141-2/+2
|/ | | | | | | to develop * commit '6b1b4b3c0bdd803835efe8c531965bb9900a5363': fix test assert fail error
* merge intel warning fixKimmy Mu2020-01-092-6/+6
|
* Fix MPI depends nameAllen Byrne2019-10-231-0/+3
|
* Whitespace and benign synchro changesAllen Byrne2019-10-021-4/+4
|
* Mostly whitespace, HD prefix and remove obsolete #if blocksAllen Byrne2019-08-284-413/+380
|
* fix get gethostname for windowsAllen Byrne2019-08-282-1/+6
|
* HDFFV-10876 link fix and compile issueAllen Byrne2019-08-271-1/+1
|
* OESS-29 Update HD prefix and compare against developAllen Byrne2019-08-2316-1094/+1087
|
* Fix test tmp dir usageAllen Byrne2019-08-154-357/+290
|
* Merge fixes and code reconciliation wit developAllen Byrne2019-08-051-31/+37
|
* Add missing functionAllen Byrne2019-08-011-0/+7
|
* Cleanup when merging to other branchesAllen Byrne2019-07-303-9/+7
|
* HDFFV-10845, 10529 and CMake changes from developAllen Byrne2019-07-245-234/+225
|
* Merge from develop, mostly HDFFV-10845Allen Byrne2019-07-121-786/+757
|
* HDFFV-10805 Merge SHARED ONLY option from developAllen Byrne2019-06-203-14/+27
|
* Updates from developAllen Byrne2019-06-101-4/+33
|
* CMake fixesAllen Byrne2019-04-041-1/+1
|
* HDFFV-10703 - Update CMake variable handlingAllen Byrne2019-02-213-22/+22
|
* TRILAB-111 Update MPI CMakeAllen Byrne2019-02-133-9/+91
|
* Fix some collective metadata read issuesJordan Henderson2019-02-124-23/+336
|
* Fix test issue in testpar/t_dset.c with MPI-2 implementationsJordan Henderson2019-02-071-0/+2
|
* Updates to t_filters_parallel for missing filtersJordan Henderson2019-01-221-139/+220
|
* merged:M. Scot Breitenfeld2019-01-104-75/+526
| | | | | HDFFV-10652 HDFFV-10443
* Merged the rest of the parallel flush test code.Dana Robinson2019-01-072-2/+74
|
* Cherry pick of CMake parallel flush fixes.Dana Robinson2019-01-053-245/+273
|
* Merge of logging framework updates.Dana Robinson2018-12-311-251/+212
|
* Replaced all MPI-1 calls with MPI-2 equivalents (from develop).Dana Robinson2018-12-311-11/+11
|
* Merge CMake changes from developAllen Byrne2018-12-202-42/+64
|
* Merge pull request #1227 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2018-08-282-523/+529
|\ | | | | | | | | | | | | hdf5_1_10 * commit 'd8ec4df92880d98907b12af8fc9fff86e0631270': Update system commands with HD prefix and whitespace
| * Update system commands with HD prefix and whitespaceAllen Byrne2018-08-282-523/+529
| |
* | Merge pull request #1224 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developLarry Knox2018-08-285-1/+205
|/ | | | | | | | * commit '763b95c6b0f027025a5a5bfb203b77317ffa2368': Update RELEASE.txt with suggested changes Update MANIFEST file for new t_coll_md_read.c file Remove now-unused local variable Add fix for HDFFV-10501
* Add configure check for MPI_Mprobe and MPI_Imrecv functionsJordan Henderson2018-08-021-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
* Merge from developAllen Byrne2018-07-311-2/+2
|
* Add test to continually grow and shrink chunksJordan Henderson2018-07-272-0/+149
|