summaryrefslogtreecommitdiffstats
path: root/testpar
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into multi_rd_wd_coll_io_mergeM. Scot Breitenfeld2017-11-023-10/+44
|\
| * 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 branch 'develop' into multi_rd_wd_coll_io_mergeM. Scot Breitenfeld2017-10-191-6/+8
|\ \ | |/
| * 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 branch 'develop' into multi_rd_wd_coll_io_mergeM. Scot Breitenfeld2017-10-133-1/+906
|\ \ \ | |/ /
| * | 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
| | |
* | | added messing fileM. Scot Breitenfeld2017-10-101-0/+651
| | |
* | | Synced the multi-dataset branch with develop. Passes DT, multi-chunk code ↵M. Scot Breitenfeld2017-10-097-586/+41
|/ / | | | | | | was disabled, and the parallel compression tests were disabled.
* | 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
| |
| * Commit changes needed for pull requestRichard Warren2017-07-051-0/+2097
| |
* | Add test for write parallel; read serial caseJordan Henderson2017-08-111-2/+142
| |
* | Fix uninitialized array issue in testJordan Henderson2017-08-111-35/+5
| |
* | Test updatesJordan Henderson2017-08-102-42/+241
| |
* | Add data verification for first half of testsJordan Henderson2017-08-101-28/+105
| |
* | Start adding data verificationJordan Henderson2017-08-082-46/+193
| |
* | Switch tests over to use testing macrosJordan Henderson2017-08-081-1044/+727
| |
* | Updates to parallel filters testsJordan Henderson2017-08-032-172/+175
| |
* | Move test files to testpar directoryJordan Henderson2017-08-033-1/+2441
|/
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-2525-145/+107
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* Omnibus checkin for several relatively minor modifications:mainzer2017-03-281-35/+182
| | | | | | | | | | | | | | | | | | | | 1) Added code test/page_buffer.c to verify that page buffering is disabled in parallel builds. 2) Added code to test/cache_image.c to verify correct interaction between evict on close and cache image -- in particular management of a file containing a cache image containing dirty metadata that has been opened R/O. Also fix for the bug exposed. 3) Added code to testpar/t_cache_image.c to verify expected procedure for reading cache images, and also supporting stats collection code needed for the test. 4) Repair of an overactive sanity check in H5C__reconstruct_cache_contents(). 5) Other minor tidies in passing. Tested serial and parallel, debug and production on Jelly.
* Minor code changes to address comments in pull requestmainzer2017-03-171-4/+0
|
* Checkin of additions to cache image parallel test code andmainzer2017-03-161-26/+1999
| | | | | | | | | | | | associated bug fixes. Also, modifications to H5PB_dest() to flush the page buffer before destroying the page buffer. This is necessary, as when persistant free space managers are enabled, the page buffer will typically contain dirty FSM data at page buffer destroy time. Tested serial/debug, serial/production, serial/check-vfd/debug, parallel/debug, parallel/production on Jelly.
* Final merge of page buffering branch to developQuincey Koziol2017-03-146-6/+2784
|
* Merge pull request #321 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-03-022-3/+3
|\ | | | | | | | | | | | | | | * commit 'f4dd30f41ccee7bcd97fba065573c5201cbcc743': Update CMake formatting Update CMake files and formatting HDFFV-10120 verify nozlib checking with tools tests cmake non-code typo
| * Update CMake files and formattingAllen Byrne2017-03-012-3/+3
| |
* | Misc. small cleanups to sync against incoming page buffering changes.Quincey Koziol2017-03-021-7/+3
|/
* Correct issues from pull request reviews.Quincey Koziol2017-02-281-2/+1
|