summaryrefslogtreecommitdiffstats
path: root/config/cmake
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
| |
* | 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-052-16/+6
|\ \ | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
| * \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Larry Knox2019-01-052-16/+6
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| | * Use c99 standard cmake variableAllen Byrne2019-01-021-3/+3
| | |
| | * HDFFV-10546 refactor variable nameAllen Byrne2019-01-021-13/+3
| | |
* | | 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-027-245/+245
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| |
* | 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
|/
* HDFFV=10632 test cleanupAllen Byrne2018-12-061-2/+3
|
* HDFFV-10632 - split stderr and stdout in cmakeAllen Byrne2018-12-032-54/+45
|
* 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.
* 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
|/
* HDFFV-10608 Move toolchain files into a subfolderAllen Byrne2018-10-222-2/+3
|
* TRILAB-36 add option for test script batch commandAllen Byrne2018-10-221-1/+5
|
* Correct quote charAllen Byrne2018-10-111-7/+7
|
* VOL FEATUREDana Robinson2018-10-101-183/+183
|
* Update examples versionAllen Byrne2018-10-042-2/+2
|
* TRILABS-34 improve cross compile with emulatorAllen Byrne2018-10-041-7/+0
|
* TRILABS-34 Cleanup try_runAllen Byrne2018-10-041-7/+1
|
* TRILABS-34 avoid try-run output captureAllen Byrne2018-10-041-40/+42
|
* TRILABS-21 add toolchain related info and filesAllen Byrne2018-10-041-0/+5
|
* TRILABS-21 Add intel compiler supportAllen Byrne2018-10-041-1/+5
|
* TRILAB-21 Intel flagsAllen Byrne2018-10-022-64/+85
|
* Snapshot version 1.11 release 2.hdftest2018-09-201-1/+1
|
* HDFFV-10569 Add unsupported option notes to docsAllen Byrne2018-09-041-0/+17
|
* Use project varsAllen Byrne2018-08-221-1/+1
|
* Fix for packaging prefix in examplesAllen Byrne2018-08-221-1/+1
|
* HDFFV-10547 develop needs 1.12 default optionAllen Byrne2018-08-201-0/+3
|
* HDFFV-10547 requires updated examples versionAllen Byrne2018-08-201-0/+3
|
* HDFFV-10552 Add missing HDF5_USE_110[2]_API_DEFAULT optionAllen Byrne2018-08-171-0/+3
|
* Update cmake warnings to match the autotools files betterAllen Byrne2018-08-161-64/+41
|
* Merge pull request #1167 in HDFFV/hdf5 from ↵Jordan Henderson2018-08-021-17/+19
|\ | | | | | | | | | | | | | | | | | | ~JHENDERSON/hdf5:bugfix/MPI2_only_fixes to develop * commit '9aa2eaeb9ed9c94f63973cb55f13de256558497c': Add Autotools and CMake checks for big I/O MPI-3 functions Add hdf5settings section for parallel compression status in CMake builds Switch to CheckSymbolExists in CMake Add configure check for MPI_Mprobe and MPI_Imrecv functions
| * Add Autotools and CMake checks for big I/O MPI-3 functionsJordan Henderson2018-07-311-0/+1
| |