summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1450 in HDFFV/hdf5 from ↵Ray Lu2019-01-083-0/+32
|\ | | | | | | | | | | | | | | | | ~SONGYULU/hdf5_ray:TRILAB-98-dt_arith-and-cpp_testhdf5-tests to develop * commit 'b02de315b93ac29d2483a91d526b110a25073505': NNSA Tri-LabsTRILAB-98: Another two test cases out. NNSA Tri-Labs TRILAB-98: Taking out a few more test cases. NNSA Tri-Labs TRILAB-98 dt_arith and cpp_testhdf5 tests fail on sierra.llnl.gov: According to the group decision, simply provide a macro to disable some failing test cases on sierra (IBM power9 cpu). All failing cases involve long double data type.
| * NNSA Tri-Labs TRILAB-98 dt_arith and cpp_testhdf5 tests fail on ↵Songyu Lu2019-01-083-0/+32
| | | | | | | | sierra.llnl.gov: According to the group decision, simply provide a macro to disable some failing test cases on sierra (IBM power9 cpu). All failing cases involve long double data type.
* | Add missing define created in configure.acAllen Byrne2019-01-081-0/+3
| |
* | HDFFV-10443: Add "field" parameter to H5Oinfo* and H5Ovisit* APIs.Scot Breitenfeld2019-01-081-0/+1
| |
* | Add variables to set up module switch between configure and build forLarry Knox2019-01-081-0/+9
| | | | | | | | cross compiling on CrayXC40.
* | Merge branch 'develop' of ↵Larry Knox2019-01-059-88/+102
|\ \ | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
| * \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Larry Knox2019-01-059-88/+102
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '0e34f0feaaeb6d2286f87f695f25fae45c070a42': (26 commits) HDFFV-10664 update reference file HDFFV-10664 update reference files HDFFV-10664 add missing function and check for restriction Remove "bad" statements at end of TEST_ERROR. Formerly arguments to FAIL_PUTS_ERROR Add RELEASE.txt entry for HDFFV-10596. Add semicolon at end of TEST_ERROR() invocation for consistency. Uninstall should remove the libhdf5_hl_fortran links. Add symlinks named libhdf5_hl_fortran* to libhdf5hl_fortran in Makefile.am to match cmake install and the name pattern for other hl lib files. Change FAIL_PUTS_ERROR to TEST_ERROR. Cleaned up the parallel flush test and set t_pflush1 to always fail. Also set CMake to handle this. Update calls: H5Dcreate to H5Dcreate2, H5Acreate to H5Acreate2. Removed a comment. Fix comment Align H5Lcreate_ud behavior with documentation for NULL udata pointer Update toolchain comment Use c99 standard cmake variable Add PGI toolchain Correction based on code review. HDFFV-10664 add check for state before set call HDFFV-10546 refactor variable name ...
| | * Fix commentAllen Byrne2019-01-031-1/+2
| | |
| | * Update toolchain commentAllen Byrne2019-01-033-1/+4
| | |
| | * Use c99 standard cmake variableAllen Byrne2019-01-021-3/+3
| | |
| | * Add PGI toolchainAllen Byrne2019-01-021-0/+10
| | |
| | * HDFFV-10546 refactor variable nameAllen Byrne2019-01-024-83/+83
| | |
* | | Configure build directory in batch scripts.Larry Knox2019-01-051-2/+2
|/ /
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Larry Knox2019-01-029-250/+253
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'af21ce90d9465e805807f17da21f93e64e03492a': (46 commits) Changed to Unix line endings and chmod -x. Fix runtest case for data to stdout in tool Updated the parallel install docs. Eliminated the need for a separate script variable. Flipped swapped testing strings. Specify variable type. Remove unnecessary whitespace. Added test_vol_plugin.sh to the list of scripts to clean Fixed a CMake build issue (CMake still doesn't run the VOL plugin tests) Added more sub-tests to the VOL plugin test. Added a simple test for registration of VOL connector plugins. Autotools only for right now, but this will be fleshed out in future work. OHDR tests now accept h5_fileaccess() fapls. Formatting, informative comments, and minor renaming. Fix some CMake listings Add error checking to the minimized dset header size calculation. Update printf->HDprintf statements. Remove `#if 0` block of deprecated code. Fix mistake with H5E_BEGIN_TRY {...} H5E_END_TRY block containing ERROR-raising macros. Formatting tweaks. Added a helpful message to the flush script. Added a shell script so we can run the parallel flush test on OpenMPI. Add "compact" storage test to relative header size comparisons. Formatting adjustments. Formatting adjustments ...
| * Changed to Unix line endings and chmod -x.Dana Robinson2019-01-017-245/+245
| |
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-12-311-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | * commit 'b30a1fe44aa804a67f2291005bf8135ac5c2dc99': Updated the parallel install docs. Eliminated the need for a separate script variable. Added a helpful message to the flush script. Added a shell script so we can run the parallel flush test on OpenMPI.
| | * Merge branch 'develop' into openmpi_tweaksDana Robinson2018-12-314-13/+76
| | |\
| | * | Added a shell script so we can run the parallel flush testDana Robinson2018-12-201-1/+1
| | | | | | | | | | | | | | | | on OpenMPI.
| * | | Fix runtest case for data to stdout in toolAllen Byrne2018-12-311-4/+7
| | |/ | |/|
* | | Add .lsf batch scripts and insert the build directory into the scriptsLarry Knox2018-12-281-0/+1
|/ / | | | | | | during configuration.
* | Merge branch 'develop' into md_cache_logging_squashDana Robinson2018-12-281-0/+76
|\ \
| * | HDFFV-10656 Add CHECK_VOL support to CMakeAllen Byrne2018-12-201-0/+76
| |/
* | Squash merge of MDC logging changes.Dana Robinson2018-12-213-13/+0
|/
* Special text removal not conditionalAllen Byrne2018-12-191-1/+0
|
* TRILABS special output removalAllen Byrne2018-12-191-0/+2
|
* TRILABS special text removalAllen Byrne2018-12-191-0/+5
|
* Updates the autotools tests to also emit the VOL connectorDana Robinson2018-12-161-9/+24
| | | | for each test.
* TRILABS - exclude host info linesAllen Byrne2018-12-131-1/+1
|
* HDFFV=10632 test cleanupAllen Byrne2018-12-062-2/+4
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-12-052-1/+14
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '55e87e5b86aacbb37c57614cd2e869541291caad': (51 commits) Correct Windows build. Refactor allocating & releasing pass through wrapper objects. Fix typo Remove duplicated comment. Add a couple of missing prototypes for static routines, along with updating a comment from VOL plugin -> connector. Switch H5VL_class_value_t from unsigned to int, and add "invalid" ID value. Correct "make check-vol" regression test target. Switch H5VL_class_value_t from enum to unsigned integer Add support for "make check-vol", along with a few minor cleanups, etc. Refactor infrastructure for setting FAPL information from environment variables during testing, including connecting native, pass-through, and dynamically loaded VOL connectors. Also bring native and pass-through VOL connectors into alignment, removing the "H5VLnative_private.h" header. Remove example VOL connector, since it's been superceded by the pass-through VOL connector in the src subdirectory. Add pass-through VOL connector Update API tracing info for VOL functions and regenerate trace macros for VOL API calls. Added 'notify' callback for async requests; switched VOL class and info comparison to return comparison value as parameter, so they can return error values; "cancelled" -> "canceled"; switched order of 'wrap_object' and 'free_wrap_ctx' management callbacks. Add using FAPL from h5_fileaccess() to more tests. Remove unused test for unimplemented routine. Switch loc_params to VOL callbacks to pass struct by pointer instead of by value. Add info_to_str and str_to_info "management" callbacks for serializing and deserializing a connector's info object. Revert some of the changes to support the original property list value of metadata read attempts. Add VOL connector info to the flie access property list returned from H5Fget_access_plist(). Also, other misc. cleanups, etc. ...
| * Correct "make check-vol" regression test target.Quincey Koziol2018-11-291-3/+3
| |
| * Add support for "make check-vol", along with a few minor cleanups, etc.Quincey Koziol2018-11-292-1/+14
| |
* | HDFFV-10632 - split stderr and stdout in cmakeAllen Byrne2018-12-033-113/+130
|/
* Move wait_H5init.cmake up to config/cmake.Larry Knox2018-11-201-0/+0
|
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Larry Knox2018-11-202-273/+278
|\ | | | | | | develop
| * Fix typoAllen Byrne2018-11-191-1/+1
| |
| * Standardize scriptAllen Byrne2018-11-191-11/+7
| |
| * add max count to options fileAllen Byrne2018-11-191-22/+26
| |
| * Check PARALLEL_LEVEL maximumAllen Byrne2018-11-191-1/+6
| |
* | Changes to CMake code to pause cmake/ctest, waiting for batch jobs toLarry Knox2018-11-202-11/+9
| | | | | | | | run and finish.
* | Really don't run parallel tests without option specifying script.Larry Knox2018-11-141-16/+15
| |
* | Add script and changes to wait for H5Tinit.cLarry Knox2018-11-142-291/+328
|/ | | | | | | Add more sample batch scripts, specifically for sbatch, not for knl cross compile. Don't run parallel tests when no parallel test script is configured in HDF5options.cmake.
* Correct extlib dependsAllen Byrne2018-11-061-6/+6
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-11-051-1/+1
|\ | | | | | | | | | | * commit 'e6545faa5699aae4d5dca23ed40e3080fa9dc72d': Update HDF5-Examples version to be included in CMake-* tar/zip files. Snapshot version 1.11 release 3.
| * Snapshot version 1.11 release 3.hdftest2018-11-051-1/+1
| |
* | Fix typo in whitespace areaAllen Byrne2018-10-291-1/+1
|/
* Add files and changes to cross compile with CrayLinuxEnvironment and runLarry Knox2018-10-291-0/+20
| | | | ctest tests with a batch job on knl compute nodes.
* HDFFV-10608 Move toolchain files into a subfolderAllen Byrne2018-10-224-2/+3
|
* TRILAB-36 add option for test script batch commandAllen Byrne2018-10-221-1/+5
|
* EED-258 Add modules uses toolchain filesAllen Byrne2018-10-181-0/+10
|