summaryrefslogtreecommitdiffstats
path: root/testpar
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Add API context interface and use it throughout the library.Quincey Koziol2018-03-155-49/+73
|/
* Make a fix to allow CMake testing which does not use relative directories.Richard Warren2017-11-021-6/+40
|
* Correct usage of MPI varsAllen Byrne2017-11-012-4/+4
|
* Merge pull request #711 in HDFFV/hdf5 from optimize_superblock_read to developRichard Warren2017-10-181-6/+8
|\ | | | | | | | | | | * commit '9aada2bdb51f1c235e483f2bce109262bfbe22fa': in 'production' mode builds Make fixes to avoid test failures in 'production' mode builds
| * in 'production' mode buildsRichard.Warren2017-10-171-2/+2
| |
| * Make fixes to avoid test failures in 'production' mode buildsRichard.Warren2017-10-171-7/+9
| |
* | Merge pull request #704 in HDFFV/hdf5 from optimize_superblock_read to developRichard Warren2017-10-133-1/+906
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit '3dde6d0e32461f46630f814a2fdfbd4c813703bf': Updated the code and RELEASE.txt note per comments from John Mainzer Try to address most of the issues raised by Dana in the code review Made edits suggested by John as part of the code review Update the MANIFEST and release_docs/RELEASE files Add a test for parallel reads of independent files using MPI subgroups Edits to the file open optimization and associated test code to bring them closer to the HDF5 library's unwritten coding standards. Also bug fix to repair a hang in testphdf5. The initial coding for the superblock read optization
| * Updated the code and RELEASE.txt note per comments from John MainzerRichard Warren2017-10-111-41/+43
| |
| * Try to address most of the issues raised by Dana in the code reviewRichard Warren2017-10-111-54/+50
| |
| * Made edits suggested by John as part of the code reviewRichard Warren2017-10-111-54/+146
| |
| * Add a test for parallel reads of independent files using MPI subgroupsRichard Warren2017-10-091-31/+152
| |
| * Edits to the file open optimization and associated testmainzer2017-10-051-169/+666
| | | | | | | | | | | | | | code to bring them closer to the HDF5 library's unwritten coding standards. Also bug fix to repair a hang in testphdf5. Tested parallel/debug on Charis and Jelly, parallel/production on Jelly.
| * The initial coding for the superblock read optizationRichard Warren2017-09-283-1/+198
| |
* | fixed missing prototype warningM. Scot Breitenfeld2017-10-091-1/+1
| |
* | removed always true ifdefM. Scot Breitenfeld2017-10-091-2/+0
|/
* Amend CMakeLists.txt to add t_filters_parallel to CMakeJordan Henderson2017-09-151-0/+1
|
* Merge branch 'develop' of ↵Jordan Henderson2017-09-011-10/+30
|\ | | | | | | ssh://bitbucket.hdfgroup.org:7999/~jhenderson/hdf5.git into develop
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Jordan Henderson2017-09-011-10/+30
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'abcf30f232914c1ec9b8c5f2a3bb3a621af7bfe4': HDFFV-10284 Add VS2017 support Add commentary around calling H5Screate_simple with a single element Miscellaneous improvements (cont.) Description: Put back H5Location::getNumObjs and marked as deprecated in favor of Group::getNumObjs. Platforms tested: Linux/32 2.6 (jam) Darwin (osx1010test) Miscellaneous improvements Description: Moved H5Location::getNumObjs to Group::getNumObjs (i.e., H5Gget_info) Switched reinterpret_cast to static_cast in H5Object::iterateAttrs Miscellaneous cleanup Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test) HDFFV-10282 refactor out assert calls in tools Fix the t_bigio test so that it runs on 32bit machines
| | * Add commentary around calling H5Screate_simple with a single elementRichard Warren2017-08-291-7/+25
| | |
| | * Fix the t_bigio test so that it runs on 32bit machinesRichard Warren2017-08-151-5/+7
| | |
* | | Amend tests to explicitly use H5Dcreate2 and H5Dopen2Jordan Henderson2017-09-011-28/+28
|/ /
* | Minor comment refactoringJordan Henderson2017-09-011-1/+1
| |
* | Finish up Parallel Compression test scaling workJordan Henderson2017-08-292-93/+49
| |
* | Partial update for scaling parallel filters testsJordan Henderson2017-08-282-366/+438
| |
* | Modify t_dset.c in lieu of Parallel Compression changesJordan Henderson2017-08-151-5/+2
| |
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Jordan Henderson2017-08-113-1/+2155
|\ \ | |/ | | | | develop
| * Fix up the ExpressMode check for skipping slow running tests.Richard Warren2017-07-101-1/+1
| |
| * Include code fixes and additional modifications pointed out by code reviewersRichard Warren2017-07-103-9/+66
| |