summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| |/ |/|
* | 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
|
* Correct quote charAllen Byrne2018-10-111-7/+7
|
* HDFFV-10603 fixup cmake usageAllen Byrne2018-10-111-2/+2
|
* VOL FEATUREDana Robinson2018-10-101-183/+183
|
* Update examples versionAllen Byrne2018-10-042-2/+2
|
* TRILABS-34 improve cross compile with emulatorAllen Byrne2018-10-043-94/+62
|
* TRILABS-34 Cleanup try_runAllen Byrne2018-10-042-8/+2
|
* TRILABS-34 avoid try-run output captureAllen Byrne2018-10-041-40/+42
|
* TRILABS-21 add toolchain related info and filesAllen Byrne2018-10-042-2/+9
|
* TRILABS-21 Add intel compiler supportAllen Byrne2018-10-043-1/+22
|
* TRILAB-21 Intel flagsAllen Byrne2018-10-023-115/+147
|