Allen Byrne
e42120c308
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit 'aeb145428f5e6bc51742fff031b0cf8cf6fbefbb':
Updated h5trav.c to emit output that doesn't require ddl changes for map support.
Fixed Map API CMake option
Renamed H5Mdelete_key to H5Mdelete and H5Mset to H5Mput.
Added ifdef for intel compilers, __GNUC__ has to be defined for header files which use it to work with intel compilers. This gives a warning for intel compiler about fallthrough, so added a check not to include fallthrough if using intel compilers.
Added the map (H5M) API
2019-08-13 13:15:55 -05:00
Allen Byrne
7b8ffecc20
HDFFV-10879 set default API version
2019-08-13 11:04:13 -05:00
Dana Robinson
5b6bd7c922
Added the map (H5M) API
2019-08-13 01:36:42 -07:00
Allen Byrne
d172582ca9
Use a STRING option for API version
2019-08-12 12:45:29 -05:00
Allen Byrne
2d6bb8b95c
Fix API version option
2019-08-12 11:24:36 -05:00
Dana Robinson
6f4f4adaa2
Merge pull request #1848 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor_pr to develop
...
* commit '4900f8823497c63e9f9464dcb6459ebdcbfdac8d':
Fixed an issue with older version of gfortran.
2019-08-08 23:02:07 -05:00
Dana Robinson
4900f88234
Fixed an issue with older version of gfortran.
2019-08-08 18:46:59 -07:00
Allen Byrne
83b23a5a42
Use prefix variable
2019-08-06 16:23:15 -05:00
Dana Robinson
4cd461168e
Fixed warning typo
2019-08-04 09:12:43 -07:00
Dana Robinson
2b1231ddd8
Moved -Wimplicit-procedure gfortran warning to version 4.5 warnings
...
instead of default.
2019-08-03 11:17:53 -07:00
Dana Robinson
bb8904a75e
Merge pull request #1826 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor_pr to develop
...
* commit '4227b8948d7091205b4f8dc1271d7dcae01bb0fb':
Reverts the removal of config/conclude_fc.am while keeping the changes to config/gnu-fflags.
Fixed a couple of typos.
2019-08-01 09:40:01 -05:00
Dana Robinson
4227b8948d
Reverts the removal of config/conclude_fc.am while keeping
...
the changes to config/gnu-fflags.
2019-07-31 22:51:53 -05:00
Dana Robinson
438935557e
Fixed a couple of typos.
2019-07-31 22:16:50 -05:00
Dana Robinson
ea4f76d664
Merge pull request #1821 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor_pr to develop
...
* commit '0ee5526c2c95dd77ee61b917b16adfcacbd3a540':
Fixed typo in optimization.
2019-07-31 12:53:00 -05:00
Dana Robinson
0ee5526c2c
Fixed typo in optimization.
2019-07-31 09:08:16 -07:00
Allen Byrne
44e2ddac97
Merge cleanup mostly whitespace
2019-07-30 12:39:20 -05:00
Allen Byrne
4df595c22d
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit 'd169391529f253a9903b8e6cacf38c59ceefab07':
Parallel Fortran tests now use the MPI module instead of including mpif.h.
First stab at gfortran versions. Tested on gfortran 7-9 so far.
Moved the -std=f2008 option to gfortran 9 for now.
Updated gfortran options. * Removed conclude_fc.am, which was causing verbose builds. Need to investigate more, though. * Added gfortran 9 warnings and flags. This will need to be separated into other version blocks based on when the options first appeared. * The standard is now explicitly set at 2008.
2019-07-29 16:24:15 -05:00
Dana Robinson
d169391529
Merge pull request #1808 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:gnu-flags-work to develop
...
* commit '7d291d059da6287f769951c4854c566da0b93ce8':
Parallel Fortran tests now use the MPI module instead of including mpif.h.
First stab at gfortran versions. Tested on gfortran 7-9 so far.
Moved the -std=f2008 option to gfortran 9 for now.
Updated gfortran options. * Removed conclude_fc.am, which was causing verbose builds. Need to investigate more, though. * Added gfortran 9 warnings and flags. This will need to be separated into other version blocks based on when the options first appeared. * The standard is now explicitly set at 2008.
2019-07-29 16:13:24 -05:00
Allen Byrne
517cadac26
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit 'f97e11e7635a0cd8728d4604ca5dceb3925ba44c':
Update comment and check for strtoumax.
Modify CMakeLists.txt file for renamed h5tools_test_utils files.
Add HD to string functions. Switched strtoul to strtoumax in H5FDs3comms.c. Removed unused functions and variables in s3 and hdfs TestH5Pfapl*.java. Update Copyright headers.
Squashed commit of the following:
2019-07-29 16:10:45 -05:00
Larry Knox
094f14ef38
Add HD to string functions.
...
Switched strtoul to strtoumax in H5FDs3comms.c.
Removed unused functions and variables in s3 and hdfs TestH5Pfapl*.java.
Update Copyright headers.
2019-07-26 11:56:03 -05:00
Larry Knox
8008294578
Squashed commit of the following:
...
Merge changes from update_merged_S3_HDFS branch into develop.
commit d5034315aea88629929ac0c9c59ebfafd5f21a31
Merge: 9c48823 d3fdcd8
Author: Larry Knox <lrknox@hdfgroup.org>
Date: Thu Jul 25 08:24:53 2019 -0500
Merge branch 'develop' into update_merged_S3_HDFS
2019-07-25 11:47:12 -05:00
Allen Byrne
6a932198aa
HDFFV-10529 Update CMake tests to use test fixtures
2019-07-23 16:24:56 -05:00
Allen Byrne
64733980e5
HDFFV-10845 Allow mingw to find functionality
2019-07-22 14:23:05 -05:00
Dana Robinson
5a3147b660
First stab at gfortran versions. Tested on gfortran 7-9 so far.
2019-07-18 23:40:52 -07:00
Dana Robinson
6ef69f058d
Merge branch 'develop' into gnu-flags-work
2019-07-18 21:26:47 -07:00
Allen Byrne
5b97d67d43
CMake generator expr cannot be used in get_property cmd
2019-07-18 11:37:34 -05:00
Dana Robinson
0f2c1b8126
Moved the -std=f2008 option to gfortran 9 for now.
2019-07-18 01:48:16 -05:00
Allen Byrne
0a9180c074
HDFFV-10845 update mingw cmake changes
2019-07-17 16:08:43 -05:00
Allen Byrne
ac8a1f02ab
Add missing target root path, check other export macro
2019-07-17 11:58:05 -05:00
Allen Byrne
3ea746014a
HDFFV-10845 copy files with windows EOL
2019-07-17 11:58:05 -05:00
Allen Byrne
f724e86727
HDFFV-10845 use of TARGETFILE disables auto emulator
2019-07-17 11:58:04 -05:00
Allen Byrne
ac5680ce8d
HDFFV-10845 add_custom_command requires emulator
2019-07-17 11:58:04 -05:00
Allen Byrne
0efee3ddba
Must include from system
2019-07-17 11:58:03 -05:00
Allen Byrne
6b775a9d45
HDFFV-10845 defines already set
2019-07-17 11:58:03 -05:00
Allen Byrne
7ba562a820
HDFFV-10845 fix configure check and PATHs
2019-07-17 11:58:03 -05:00
Allen Byrne
d586a457b2
HDFFV-10845 C_FLAGS need set correctly for win32 vs mingw
2019-07-17 11:58:02 -05:00
Allen Byrne
7a9c852c2c
HDFFV-8631, HDFFV-10595, HDFFV-10845
2019-07-17 11:58:02 -05:00
Allen Byrne
7174b5c135
HDFFV-8631 mingw is different platform
2019-07-17 11:58:02 -05:00
Allen Byrne
7bb020fcec
HDFFV-10845 add support for mingw toolchain
2019-07-17 11:56:48 -05:00
Allen Byrne
6e4f2798e8
HDFFV-10424 add optional variable to avoid PDB installs
2019-07-17 10:42:58 -05:00
Dana Robinson
8bd2c81cd5
Updated gfortran options.
...
* Removed conclude_fc.am, which was causing verbose builds. Need to
investigate more, though.
* Added gfortran 9 warnings and flags. This will need to be separated
into other version blocks based on when the options first appeared.
* The standard is now explicitly set at 2008.
2019-07-17 01:23:44 -07:00
Dana Robinson
d7144b2fa4
Restored warnings for older gcc so jam can continue to creak along.
2019-07-16 03:49:50 -05:00
Dana Robinson
d5031a5519
Removed support for gcc 4.3 and earlier.
2019-07-14 10:46:03 -07:00
Dana Robinson
3fa1cc4700
Fix errant quotes
2019-07-10 13:40:09 -07:00
Dana Robinson
40b63bffb7
* Fixed a bug in the gcc warning parsing
...
* Changed version parsing from == gcc 4.x to < to handle ancient
compilers.
2019-07-10 13:05:50 -07:00
Dana Robinson
924d4c01a8
Reworked the config/gnu-flags file to be more organized and robust.
2019-07-10 10:49:55 -07:00
Dana Robinson
59f94cd8f8
Merge branch 'develop' into gnu-flags-work
2019-07-10 10:12:07 -07:00
Dana Robinson
52f0622bfe
Converted duplicated flags code to a set of if statements.
2019-07-10 09:09:59 -07:00
Allen Byrne
ede6187419
Fix note text and cmake module include
2019-07-10 10:32:43 -05:00
Quincey Koziol
73df02f13c
Merge branch 'develop' into feature/update_gcc_flags
2019-07-09 22:17:22 -05:00
Allen Byrne
ae0c16d1f2
HDFFV-10581 fix locations for static pdb files
2019-07-08 12:21:11 -05:00
Quincey Koziol
6725c21138
Merge branch 'develop' into feature/update_gcc_flags
2019-07-03 17:09:30 -05:00
Dhvanil Popat
5e86326e0a
Fixed Build HDF Tests name in CMake's libhdf5 settings
2019-07-03 14:21:45 -05:00
Quincey Koziol
7509c2c4fc
Added GCC9 flags to CMake build
2019-07-02 23:49:35 -05:00
Quincey Koziol
3b594992d6
Add support for GCC9, update warnhist script, and clean up warnings.
2019-07-02 23:43:45 -05:00
Quincey Koziol
6ced6457c3
Move the -Wformat-nonliteral warning to the developer flags. Fix bugs
...
I introduced in the last commit.
2019-06-28 19:26:47 -05:00
Quincey Koziol
d5130bb573
Updated configure & CMake compiler flags for GCC 8.x, along with corresponding
...
changes to warnhist script (and some extra improvements for condensing C++
and Java warnings), and fixed a bunch of warnings.
2019-06-28 09:10:43 -05:00
Dhvanil Popat
18f65dcee9
Fixed libhdf5 settings file for both autotools & CMake
2019-06-25 07:32:32 +00:00
Allen Byrne
ee07744966
HDFFV-9407 add autotools test
2019-06-24 15:04:07 -05:00
Quincey Koziol
17ae909178
Update GCC 6 & 7 flags for CMake builds
2019-06-22 19:34:47 -05:00
Quincey Koziol
4e3a0c505c
Move -Wnormalized down into GCC 6.x flags
2019-06-22 11:41:33 -05:00
Quincey Koziol
1ccbdfee58
Add support for GCC 7.x warnings, update warnhist script to account for them,
...
clean up warnings.
2019-06-21 10:05:34 -05:00
Allen Byrne
b3b6dcb44a
Correct CMake issues
2019-06-18 17:10:46 -05:00
Allen Byrne
e7f16c6f2c
HDFFV-10805 Add option to only build shared targets
...
HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static
HDFFV-10803 Update FindSZIP.cmake find module
Remove unneeded modules and update java modules
2019-06-18 07:46:25 -05:00
Larry Knox
931abe9424
Move set (MAX_PROC_COUNT 8) back to HPC options files.
2019-06-05 16:44:10 -05:00
Larry Knox
c64bfbd8a0
Move check for MPI defined to enable parallel from options scripts in HPC to config/cmake/HDF5options.cmake.
2019-06-05 16:35:04 -05:00
Allen Byrne
1ecce0e9bb
Fix minor issues
2019-06-03 10:45:20 -05:00
Allen Byrne
94d3aa7166
Update macro
2019-05-31 12:33:50 -05:00
Allen Byrne
0b086c3db2
Correct message command syntax
2019-05-17 15:14:20 -05:00
Larry Knox
9406278103
Reorder lines in HDF5config.cmake so that additions to end of $HPC-HDF5options scripts will take precedence.
2019-05-14 13:52:25 -05:00
M. Scot Breitenfeld
aaacc50f64
fixed missing paralle test
2019-05-10 12:13:25 -05:00
M. Scot Breitenfeld
cf6f2f039d
Adding cross-compilation for theta (ANL) and qsub (COBALT) batch controls.
2019-05-09 16:45:22 -05:00
hdftest
1cec61a775
Snapshot version 1.11 release 5.
...
Update version to 1.11.6.
2019-05-02 10:42:53 -05:00
Allen Byrne
ee35fb8a7f
Change default for HPC
2019-05-01 16:23:08 -05:00
Allen Byrne
854223e3fc
Add missing default
2019-05-01 14:09:06 -05:00
Allen Byrne
87e491da88
HDFFV-10776 missing compiler flags
2019-04-30 16:42:08 -05:00
Allen Byrne
68bddef35d
HDFFV-10741 - remove SKIP_ERRSTK_TESTS option
2019-04-15 14:46:23 -05:00
Dana Robinson
ff51724bdb
Renamed the autotools check-vol target to check-passthrough-vol.
2019-04-11 10:46:22 -07:00
Allen Byrne
761070f561
Correct namespace handling
2019-04-03 15:02:42 -05:00
Allen Byrne
9f7d66e0f4
Correct entry
2019-04-03 08:55:11 -05:00
Allen Byrne
bf7a1c1fcd
Merge pull request #1626 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to develop
...
* commit 'b968f9273a30124cb53ab0771fee5de437d20967':
Allow option to select NAMESPACE
2019-04-02 13:37:20 -05:00
hdftest
7a0ac416c9
Snapshot version 1.11 release 4.
...
Update version to 1.11.5.
2019-04-01 16:11:28 -05:00
Allen Byrne
b968f9273a
Allow option to select NAMESPACE
2019-03-28 16:40:45 -05:00
Allen Byrne
90a58f2b2f
Correct examples for packaging
2019-03-28 16:37:11 -05:00
Allen Byrne
64f21ec639
Correct CMake examples for a binary install
2019-02-27 11:13:54 -06:00
Jerome Soumagne
bcf5c400c0
Fix CMake H5_HAVE_THREADSAFE to set value in H5pubconf.h
...
Add REQUIRED to find_package(Threads)
Link against thread library if static and not WIN32 platform
2019-02-21 16:39:37 -06:00
Allen Byrne
6d07eb126e
Update standard check
2019-02-17 13:56:54 -06:00
Allen Byrne
a27d1b909d
Fix typo
2019-02-17 11:17:19 -06:00
Allen Byrne
d16c4f59c2
HDFFV-10703 Update version match logic
2019-02-15 16:40:13 -06:00
Allen Byrne
0116375ed2
HDFFV-10703 revert pre-3.11 option
2019-02-15 16:22:31 -06:00
Allen Byrne
122b63a5a2
HDFFV-10703 Update CMake commands to latest standard
2019-02-15 15:48:24 -06:00
Allen Byrne
6ea0dafa41
Use correct variable name
2019-02-14 15:47:02 -06:00
Allen Byrne
d676456b54
Add command to build options and check defines
2019-02-14 15:03:05 -06:00
Allen Byrne
2268685c08
CMake if statement correction
2019-02-14 11:20:17 -06:00
Allen Byrne
b95f05638c
TRILAB-111 fixes for parallel testing
2019-02-13 15:53:59 -06:00
Allen Byrne
3ed1ac0f1b
Add missing toolchain include for cross-compile
2019-02-13 08:24:27 -06:00
Allen Byrne
8c22f41801
KNL option for batch scripts
2019-02-12 15:51:42 -06:00
Allen Byrne
691b92ff9c
Set the full generator name
2019-02-11 10:09:32 -06:00
Allen Byrne
742894ce88
Add new cmake copy file tests to ignore
2019-02-11 08:56:14 -06:00
Allen Byrne
648a21473f
Use correct values for other file versions
2019-02-08 21:38:39 -06:00
Allen Byrne
d0be2f5840
CMake script changes to simplify execution
2019-02-08 10:48:49 -06:00
Allen Byrne
e73197077b
Remove F2003 Option and references
2019-02-06 10:10:46 -06:00
Allen Byrne
3ebfd7edd4
Remove obsolete file
2019-02-06 08:45:59 -06:00
Allen Byrne
a476f5348e
Update examples version
2019-02-06 08:38:55 -06:00
Allen Byrne
ee9771425f
Update to example reference version
2019-02-06 08:37:11 -06:00
Allen Byrne
18e875f75f
Fail configure if SZIP/ZLIB is requested but not found
2019-02-05 15:25:30 -06:00
Larry Knox
6c2a4b728f
Add LOCAL_BATCH_SCRIPT_ARG variable for submitting account information
...
and other batch command variations with ctest command.
2019-02-04 08:46:57 -06:00
Larry Knox
d2624dae03
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
2019-02-03 21:34:25 -06:00
Larry Knox
dddc940bdf
Add batchscript options that work when running ctest directly.
2019-02-03 21:33:16 -06:00
Larry Knox
30df67700c
Merge pull request #1517 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
...
* commit 'c348d453b583ec9092152e6aef1f7fa9854cf5d9':
Correct H5DIFF to PH5DIFF in *ctestS.sl.in.cmake list of parallel tests reserved for *ctestP.sl.cmake. Revise options to run batch tests and alternative options for cross compile in HPC/*-HDF5options.cmake.
Change examples file to zip for CMake zip file.
Update bin/release for filename changes and HPC-CMake tar file corrections.
Add new files to MANIFEST. Update permissions for raybsub to 755.
2019-02-02 22:45:55 -06:00
Larry Knox
c348d453b5
Correct H5DIFF to PH5DIFF in *ctestS.sl.in.cmake list of parallel tests
...
reserved for *ctestP.sl.cmake.
Revise options to run batch tests and alternative options for cross
compile in HPC/*-HDF5options.cmake.
2019-02-02 08:02:48 -06:00
Dana Robinson
2d4f58adf0
Merge pull request #1515 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:pread_vfd_squash to develop
...
* commit '055208b71c573be3d4b1047b840d4d8b255bc25e':
Minor tweak to CMake preadwrite entry.
Updated sec2, log, and core VFDs to use pread/pwrite when available (can be controlled via a configure/CMake option)
2019-02-01 16:01:22 -06:00
Larry Knox
bae744199b
Add more specific batch scripts.
...
Add script raybsub to handle submitting .lsf files on ray with bsub <
script.lsf syntax that we couldn't handle with CMake.
Add hpc-cmake-tgz option for bin/release.
2019-01-31 14:22:52 -06:00
Dana Robinson
f833001e39
Updated sec2, log, and core VFDs to use pread/pwrite when
...
available (can be controlled via a configure/CMake option)
2019-01-30 17:32:40 -08:00
Larry Knox
0ef4c812c7
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
2019-01-28 12:51:12 -06:00
Larry Knox
64114e331a
Add HDF5options.cmake files for serial and parallel tests on HPC
...
machines (where tests are to be run as batch jobs.
Add README_HPC file with instructions for setting up configuration
to use batch scripts for running tests on HPC machines and some
pointers for cross compiling.
2019-01-28 12:43:35 -06:00
Allen Byrne
f26ee27b1f
Revert build name setting
2019-01-27 16:55:39 -06:00
Allen Byrne
822caec907
Fix CMake on Windows
2019-01-25 11:36:46 -06:00
Allen Byrne
37f5c682b6
CMake fix
2019-01-24 16:36:47 -06:00
Allen Byrne
62277207a4
Java html fix and cmake update
2019-01-24 15:56:42 -06:00
Allen Byrne
41010b8d1e
Update CMake
2019-01-23 17:25:41 -06:00
Allen Byrne
f033214796
Add clear objects to ignore tests
2019-01-22 16:30:37 -06:00
Allen Byrne
182e5f7556
Add clear objects to ignore tests
2019-01-22 16:26:43 -06:00
Allen Byrne
036a8e4fe1
Add new clear tests to ignore list
2019-01-22 16:18:22 -06:00
Allen Byrne
cdf9cb0efb
Cleanup variable names
2019-01-22 15:38:32 -06:00
Allen Byrne
91249b9ad5
HDFFV-10685 Correct syntax
2019-01-22 12:54:34 -06:00
Allen Byrne
ff08bed268
HDFFV-10685 Corrected version
2019-01-22 12:29:45 -06:00
Allen Byrne
ce64bf57ce
HDFFV-10685 Always set Mac version flags - use soversion
2019-01-22 12:10:09 -06:00
Allen Byrne
e6be556088
MPI vars need passed in, change to grepTest
2019-01-20 16:47:50 -06:00
Allen Byrne
769837f3ae
Add parrallel runTest.cmake for ph5example
2019-01-18 16:30:36 -06:00
Allen Byrne
8adbf2552b
Fix CMake policy 54 warnings
2019-01-18 12:16:38 -06:00
Allen Byrne
f25e78ad42
TRILABS-105 Fix CMake policy 54 warnings
2019-01-18 11:55:16 -06:00
Allen Byrne
fe5650727c
Correct fix for new policy
2019-01-14 13:11:17 -06:00
Allen Byrne
a7aaf073d2
Fix for new policy
2019-01-14 12:13:03 -06:00
Ray Lu
44a67451be
Merge pull request #1450 in HDFFV/hdf5 from ~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.
2019-01-08 17:59:03 -06:00
Allen Byrne
b88df58cc9
Add missing define created in configure.ac
2019-01-08 14:31:46 -06:00
Scot Breitenfeld
b4d4d371a0
HDFFV-10443: Add "field" parameter to H5Oinfo* and H5Ovisit* APIs.
2019-01-08 11:24:00 -06:00
Larry Knox
e27df5a5fe
Add variables to set up module switch between configure and build for
...
cross compiling on CrayXC40.
2019-01-07 20:57:18 -06:00
Songyu Lu
75c105a2a4
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.
2019-01-07 20:28:37 -06:00
Larry Knox
3be0fbd817
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
2019-01-05 07:50:15 -06:00
Larry Knox
25fe692c5c
Configure build directory in batch scripts.
2019-01-05 07:49:19 -06:00
Larry Knox
cceb9f06b8
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* 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
...
2019-01-05 07:41:12 -06:00
Allen Byrne
f4516d40fe
Fix comment
2019-01-03 09:36:00 -06:00
Allen Byrne
9d0c66c7cb
Update toolchain comment
2019-01-03 09:33:55 -06:00
Allen Byrne
6f6d0921c0
Use c99 standard cmake variable
2019-01-02 17:07:37 -06:00
Allen Byrne
eaaddcc9e5
Add PGI toolchain
2019-01-02 14:39:38 -06:00
Allen Byrne
f3636c573f
HDFFV-10546 refactor variable name
2019-01-02 11:27:55 -06:00
Larry Knox
f9736d817e
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* 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
...
2019-01-02 10:07:31 -06:00
Dana Robinson
1f644fe7cd
Changed to Unix line endings and chmod -x.
2019-01-01 14:30:26 -08:00
Allen Byrne
0e6cf18b06
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* 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.
2018-12-31 14:06:43 -06:00
Allen Byrne
028d47d707
Fix runtest case for data to stdout in tool
2018-12-31 12:38:09 -06:00
Dana Robinson
a3faa92653
Merge branch 'develop' into openmpi_tweaks
2018-12-30 22:24:42 -08:00
Larry Knox
126d1e6176
Add .lsf batch scripts and insert the build directory into the scripts
...
during configuration.
2018-12-28 16:50:48 -06:00
Dana Robinson
552fec96e9
Merge branch 'develop' into md_cache_logging_squash
2018-12-27 22:22:24 -08:00
Dana Robinson
18e6ec82d0
Squash merge of MDC logging changes.
2018-12-20 20:41:42 -08:00
Allen Byrne
7e8923957f
HDFFV-10656 Add CHECK_VOL support to CMake
2018-12-20 15:11:27 -06:00
Dana Robinson
fe1a5b4279
Added a shell script so we can run the parallel flush test
...
on OpenMPI.
2018-12-20 03:03:16 -08:00
Allen Byrne
ec4902ae8d
Special text removal not conditional
2018-12-19 15:43:33 -06:00
Allen Byrne
c4913dd55f
TRILABS special output removal
2018-12-19 15:41:15 -06:00
Allen Byrne
0bcae40c8a
TRILABS special text removal
2018-12-19 14:44:29 -06:00
Dana Robinson
fc64bafb14
Updates the autotools tests to also emit the VOL connector
...
for each test.
2018-12-16 12:41:55 -08:00
Allen Byrne
9830927071
TRILABS - exclude host info lines
2018-12-13 12:52:50 -06:00
Allen Byrne
eb1b3f42c4
HDFFV=10632 test cleanup
2018-12-06 07:54:19 -06:00
Allen Byrne
307749cc71
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* 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.
...
2018-12-05 14:25:58 -06:00
Allen Byrne
e3e24a2989
HDFFV-10632 - split stderr and stdout in cmake
2018-12-03 09:35:59 -06:00
Quincey Koziol
8c606f586e
Correct "make check-vol" regression test target.
2018-11-28 22:54:46 -06:00
Quincey Koziol
d442fe2d98
Add support for "make check-vol", along with a few minor cleanups, etc.
2018-11-28 19:07:30 -06:00
Larry Knox
7bf6e98bd9
Move wait_H5init.cmake up to config/cmake.
2018-11-20 12:09:14 -06:00
Larry Knox
8544aae3e8
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into develop
2018-11-20 11:58:27 -06:00
Larry Knox
720bbdfe61
Changes to CMake code to pause cmake/ctest, waiting for batch jobs to
...
run and finish.
2018-11-20 11:03:58 -06:00
Allen Byrne
3dc4055aaf
Fix typo
2018-11-19 11:41:11 -06:00
Allen Byrne
4bc283a0f2
Standardize script
2018-11-19 11:03:42 -06:00
Allen Byrne
d9fbacff90
add max count to options file
2018-11-19 11:02:20 -06:00
Allen Byrne
a26aedce04
Check PARALLEL_LEVEL maximum
2018-11-19 10:03:18 -06:00
Larry Knox
38f7e3c86b
Really don't run parallel tests without option specifying script.
2018-11-14 11:35:36 -06:00
Larry Knox
6cbd463d41
Add script and changes to wait for H5Tinit.c
...
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.
2018-11-14 11:19:28 -06:00
Allen Byrne
b9b89705c3
Correct extlib depends
2018-11-06 15:10:55 -06:00
Allen Byrne
e753904d0b
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit 'e6545faa5699aae4d5dca23ed40e3080fa9dc72d':
Update HDF5-Examples version to be included in CMake-* tar/zip files.
Snapshot version 1.11 release 3.
2018-11-05 16:57:51 -06:00
hdftest
db48399bd8
Snapshot version 1.11 release 3.
2018-11-05 12:21:13 -06:00
Allen Byrne
ae0f4a23c0
Fix typo in whitespace area
2018-10-29 15:52:39 -05:00
Larry Knox
b24259ed8c
Add files and changes to cross compile with CrayLinuxEnvironment and run
...
ctest tests with a batch job on knl compute nodes.
2018-10-29 14:24:08 -05:00
Allen Byrne
096279caf7
HDFFV-10608 Move toolchain files into a subfolder
2018-10-22 16:08:52 -05:00
Allen Byrne
164bae2439
TRILAB-36 add option for test script batch command
2018-10-22 15:39:03 -05:00
Allen Byrne
7e00924d1b
EED-258 Add modules uses toolchain files
2018-10-18 14:44:27 -05:00
Allen Byrne
42c8dd66d7
Correct quote char
2018-10-11 14:34:34 -05:00
Allen Byrne
4659e43a6b
HDFFV-10603 fixup cmake usage
2018-10-11 12:24:15 -05:00
Dana Robinson
e962df1591
VOL FEATURE
2018-10-10 08:10:15 -07:00
Allen Byrne
299852b6b5
Update examples version
2018-10-04 16:59:22 -05:00
Allen Byrne
4442b5b743
TRILABS-34 improve cross compile with emulator
2018-10-04 16:06:31 -05:00
Allen Byrne
a5301ee6b8
TRILABS-34 Cleanup try_run
2018-10-04 15:34:29 -05:00
Allen Byrne
9c39016e1d
TRILABS-34 avoid try-run output capture
2018-10-04 14:00:49 -05:00
Allen Byrne
2a95ab5acb
TRILABS-21 add toolchain related info and files
2018-10-04 11:40:33 -05:00
Allen Byrne
284cb8ffc0
TRILABS-21 Add intel compiler support
2018-10-04 10:42:44 -05:00
Allen Byrne
3209d1278f
TRILAB-21 Intel flags
2018-10-02 18:13:21 -05:00
Allen Byrne
d26bb4d26c
HDFFV-10594 - mac must be space separated
2018-09-26 15:12:44 -05:00
Allen Byrne
5527dbfac2
Add extra path option for build location
2018-09-26 12:05:43 -05:00
Allen Byrne
01e40b31fe
Use relative RPATH paths
2018-09-26 09:40:03 -05:00
hdftest
e2f6e6f62f
Snapshot version 1.11 release 2.
2018-09-20 14:54:10 -05:00
Allen Byrne
1d2beee51f
HDFFV-10569 Add unsupported option notes to docs
2018-09-04 11:43:15 -05:00
Allen Byrne
fed65c435a
Move muti-config dir setting to root process
2018-08-31 19:01:43 -05:00
Allen Byrne
a87f597d89
Correct name of osx installer
2018-08-23 09:40:22 -05:00
Allen Byrne
0483f47192
Use project vars
2018-08-22 14:10:38 -05:00
Allen Byrne
9d1dae5daf
Fix for packaging prefix in examples
2018-08-22 12:13:53 -05:00
Allen Byrne
732aae11c5
HDFFV-10547 develop needs 1.12 default option
2018-08-20 15:07:19 -05:00
Allen Byrne
b33fdb17c3
HDFFV-10547 requires updated examples version
2018-08-20 11:25:09 -05:00
Allen Byrne
ae7da889ec
HDFFV-10552 Add missing HDF5_USE_110[2]_API_DEFAULT option
2018-08-17 14:48:43 -05:00
Allen Byrne
454b04176a
Update cmake warnings to match the autotools files better
2018-08-16 15:45:31 -05:00
Jordan Henderson
70de0b18e3
Merge pull request #1167 in HDFFV/hdf5 from ~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
2018-08-02 09:25:00 -05:00
Jordan Henderson
9aa2eaeb9e
Add Autotools and CMake checks for big I/O MPI-3 functions
2018-07-31 13:42:19 -05:00
Jordan Henderson
5e138dc1e9
Add hdf5settings section for parallel compression status in CMake builds
2018-07-31 10:45:43 -05:00
Allen Byrne
496372dc18
HDFFV-10508 more config fixes
2018-07-30 17:10:00 -05:00
Allen Byrne
323635f2b5
HDFFV-10508 correct sizeof
2018-07-30 16:31:39 -05:00
Allen Byrne
63fa8acbac
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit 'b6d1e9abdc2571f6d7b56ebab26a245d2f036516':
Fixed typo in H5_H5CONFIG_F_IKIND name
2018-07-30 16:30:51 -05:00
M. Scot Breitenfeld
8f79022bc6
Fixed typo in H5_H5CONFIG_F_IKIND name
2018-07-30 16:17:27 -05:00
Allen Byrne
2770f0bf9f
HDFFV-10508 pubconf changes found
2018-07-30 15:46:42 -05:00
Larry Knox
ab31eafa2e
Correct typo in comment in config/gnu-flags.
2018-07-24 15:21:55 -05:00
Larry Knox
64d8a67943
Merge pull request #1143 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
...
* commit '3c6654921000a8659276f1fcb32dd0ada1353558':
Apply Cygwin pathches from Marco Atzeri. Commit Joe Lee's typo corrections for src/H5MF.c.
2018-07-18 17:15:42 -05:00
Larry Knox
3c66549210
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
2018-07-18 17:06:59 -05:00
Larry Knox
892252106a
Apply Cygwin pathches from Marco Atzeri.
...
Commit Joe Lee's typo corrections for src/H5MF.c.
2018-07-18 17:01:53 -05:00
Allen Byrne
72931507f9
ifdef around std flag for cygwin
2018-07-18 09:39:13 -05:00
Allen Byrne
47780cb4e0
TRILAB-31 Working locally
2018-07-16 13:01:53 -05:00
Allen Byrne
792771d52a
Update Java util lib, Refactor H5D write VL to match read
2018-06-27 17:53:47 -05:00
hdftest
b193bc11c9
Revert "Merge pull request #1116 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_10 to develop"
...
This reverts commit e9f476dad4
, reversing
changes made to 2ff00b1b93
.
2018-06-24 18:04:23 -05:00
hdftest
25f80cbbec
Snapshot version 1.10 release 3 (snap3)
2018-06-24 17:35:05 -05:00
hdftest
afe28b7607
Snapshot version 1.10 release 3 (snap2)
2018-06-03 21:53:30 -05:00
hdftest
f8690c40b9
Updated version to 1.10.3-snap2
2018-05-29 15:16:31 -05:00
M. Scot Breitenfeld
e8eb130ce6
Merge branch 'develop' into hdf5_1_10.sync
2018-05-23 17:15:13 -05:00
Allen Byrne
0ce9d125f6
Update support link
2018-05-23 14:37:30 -05:00
M. Scot Breitenfeld
4ddd7704b6
Merge branch 'develop' into hdf5_1_10.sync
2018-05-22 11:48:44 -05:00
Allen Byrne
715ae9c865
Correct attribute location
2018-05-22 10:43:01 -05:00
Allen Byrne
955201531f
Fix soversion
2018-05-16 11:25:07 -05:00
M. Scot Breitenfeld
88e0c3e748
Merge branch 'develop' into hdf5_1_10.sync
2018-05-10 09:06:35 -05:00
M. Scot Breitenfeld
b69bd0771e
Merge branch 'develop' into hdf5_1_10.sync
2018-05-08 17:17:45 -05:00
Allen Byrne
6fcf4c9aeb
Remove APPEND
2018-05-03 15:41:50 -05:00
Allen Byrne
1d1333ed6b
Revert to old style for LINK_FLAGS gen expr not working
2018-05-03 11:57:30 -05:00
Allen Byrne
01a77cbfb1
LINK_FLAGS must be separate property sets
2018-05-03 10:44:57 -05:00
Allen Byrne
6dd91d206f
TRILABS-19 Link flags need - character
2018-05-02 10:04:14 -05:00
Allen Byrne
76d0cc0ca9
TRILABS-19 Refactor fortran properties
2018-04-30 09:03:29 -05:00
hdftest
0c91e6b922
Updated version to 1.10.3-snap1
2018-04-30 08:16:49 -05:00
Allen Byrne
80afe46e70
TRILABS-19 revert to previous method
2018-04-27 13:04:40 -05:00
Allen Byrne
2347bffaa2
TRILABS-19 remove add_defintions and use generator expressions
2018-04-26 16:41:04 -05:00
Allen Byrne
bc9a773b99
TRILABS-20 Fix fortran configure during fix of CXX configure
2018-04-24 17:22:55 -05:00
Allen Byrne
6c82c49dd5
TRILABS-20 set a compiler name on all project commands
2018-04-20 10:11:55 -05:00
Allen Byrne
46f2a2a432
TRILABS-19 Initial conversion of include_directories to targets
2018-04-17 15:57:58 -05:00
Allen Byrne
df83d78134
HDFFV-10444 fix so numbers and merge java test changes
2018-04-10 10:52:18 -05:00
Allen Byrne
db3d744f25
HDFFV-10444 fix soversion numbers for libraries
2018-04-10 08:55:17 -05:00
lrknox
8ff01c5fb7
Update config/lt_vers.am so that the .so numbers for the hdf5_1_10
...
snapshots are not behind the 1.10.2 release.
HDF5 version 1.10.2 released on 2018-03-29
2018-04-03 14:53:25 -05:00
Allen Byrne
73e2748547
Correct Readme VS version merge from develop
2018-03-22 13:09:24 -05:00
Allen Byrne
ef3e20d988
Correct if block typo
2018-03-22 13:08:04 -05:00
Allen Byrne
60eafb9f6c
Correct VS version for readme
2018-03-22 13:06:56 -05:00
lrknox
aa199c893f
Updated version to 1.10.3-snap0
2018-03-14 16:19:26 -05:00
M. Scot Breitenfeld
48eaac2029
Merge branch 'develop' into hdf5_1_10_merge
2018-03-12 12:07:51 -05:00
M. Scot Breitenfeld
a5d95ec083
Merge branch 'develop' into hdf5_1_10_merge
2018-03-09 16:57:54 -06:00
Allen Byrne
24c62ba7fe
Change CMake min to 3.10
2018-03-09 12:32:06 -06:00
Allen Byrne
3712738877
HDFFV-4359 Add C,HL,CXX files
2018-03-08 15:54:40 -06:00
M. Scot Breitenfeld
496af1be89
Needs to sync with lib version and Sencode.
2018-03-07 15:49:14 -06:00
Jerome Soumagne
9364df1c6d
Fix CMake build type if none was specified to be cached
...
Restrict CMAKE_BUILD_TYPE to default ones
2018-03-02 13:50:23 -06:00
Allen Byrne
d4e7beb9ee
Incr CMake min, add missing test, rework test CMake script
2018-02-27 16:39:10 -06:00
Allen Byrne
b36bad53d9
Inc CMake min, Add new tests, rework test CMake files
2018-02-27 12:57:07 -06:00
hdftest
fa3a845d49
Snapshot version 1.10 release 2 (snap9)
2018-02-11 15:54:22 -06:00
Allen Byrne
5b4c5b92d8
HDFFV-10403 fix soname
2018-02-08 15:50:38 -06:00
Allen Byrne
83211cf8f6
HDFFV-10403 Fix soname setting
2018-02-08 15:46:13 -06:00
Allen Byrne
16e649fa0d
HDFFV-10398 merge from develop improve CMake code
2018-01-30 16:30:17 -06:00
Allen Byrne
b005c5653e
HDFFV-10398 fix detection of repeat checks
2018-01-30 16:22:18 -06:00
Allen Byrne
dc384f474d
HDFFV-10398 - avoid ubsan crashes
2018-01-30 14:47:43 -06:00
Allen Byrne
6aee1578c3
HDFFV-10398 msvc: use /W0 rather than /w
2018-01-30 12:46:23 -06:00
Allen Byrne
98f8fd9603
HDFFV-10398 Suppress VS 2015 assertion failure popup during try_run
2018-01-30 12:43:01 -06:00
Allen Byrne
bd7bc909ed
HDFFV-10398 Honor CMAKE_MODULE_PATH when including check modules
2018-01-30 12:05:30 -06:00
Allen Byrne
d40f2039e7
Update CMake usage
2018-01-29 12:52:20 -06:00
Allen Byrne
2e387d1bf6
Update refences to CMake usage
2018-01-29 12:43:54 -06:00
Allen Byrne
f837afc875
Update reference files for CMake options
2018-01-29 12:40:52 -06:00
Allen Byrne
8b658fb747
Merge windows compile fix from develop
2018-01-29 10:31:12 -06:00
Allen Byrne
468fbc36f1
Fix windows compile errors abstract out common settings
2018-01-29 10:27:32 -06:00
Allen Byrne
79f2f73379
Fix ext lib references
2018-01-25 16:58:36 -06:00
Allen Byrne
3ab1a07368
Fix missing ext libs references
2018-01-25 16:54:28 -06:00
Allen Byrne
233afe3b6f
HDFFV-10385,10392,10393 merge from develop
2018-01-22 11:22:27 -06:00
Allen Byrne
f22d872670
HDFFV-10385 some platforms need this var
2018-01-22 11:09:58 -06:00
Allen Byrne
7e33ee85b8
HDFFV-10385 test OUTPUT_NAME var for mac
2018-01-22 08:55:30 -06:00
Allen Byrne
a87cf25f2d
HDFFV-10385 Correct name of var
2018-01-22 07:59:12 -06:00
Allen Byrne
608a71200d
HDFFV-10385 rename vars and macros
2018-01-19 10:49:17 -06:00
Allen Byrne
0f5ada2e08
HDFFV-10385 Refactor out CMAKE_BUILD_TYPE usage
2018-01-18 16:55:01 -06:00
Allen Byrne
6ca95c512a
HDFFV-10385 rework java names
2018-01-17 10:27:00 -06:00
Allen Byrne
19c18e44ed
Revert CMAKE_BUILD_TYPE for matches - need to redesign
2018-01-12 14:17:04 -06:00
Allen Byrne
9b5bd45740
HDFFV-10385 mult-config builders need a folder
2018-01-10 14:39:48 -06:00
Allen Byrne
9956b151e0
HDFFV-10385 multi-config builders need folder set
2018-01-10 14:35:00 -06:00
Allen Byrne
5b4b465832
Fix typo
2018-01-10 13:04:06 -06:00
Allen Byrne
fa2e3b4554
HDFFV-10385 correct platform issues
2018-01-09 16:38:54 -06:00
Allen Byrne
3e0c6530dc
HDFFV-10385 fix platform errors
2018-01-09 16:26:12 -06:00
Allen Byrne
be42e04791
HDFFV-10385 refactor CMAKE_BUILD_TYPE usage
2018-01-09 09:56:28 -06:00
Allen Byrne
49479589d3
HDFFV-10385 Refactor use of CMAKE_BUILD_TYPE
2018-01-08 16:04:46 -06:00
Allen Byrne
ca327ba1c4
Merge pull request #848 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
...
* commit '58a475d3fabba89a9fed2a22d3f0851c9933f650':
Fix link_libs and static CRT fortran
2018-01-08 12:57:33 -06:00
hdftest
9b059d7b28
Snapshot version 1.10 release 2 (snap8)
2018-01-07 22:34:20 -06:00
hdftest
7efa31d45e
Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)
...
* commit 'efa2a470c9d8cf2d584f6b22f5b80cd6687887d0': (36 commits)
Merge fix
HDFFV-9724 1_10 branch has a different number
HDFFV-9724 Merge vds prefix from develop
reverted changes from sync
Snapshot version 1.11 release 1
Fix valgrind issues
HDFFV-9724 init var to null
HDFFV-9724 add valgrind ENV
Fix memory leak due to addition of FORMAT check loop
HDFFV-9724 prefix of 0 length should be null value
HDFFV-9724 Corrected files and verified tests
Add library INTERFACE and MPI to tools
Increase maximum number of retries for h5watch tests.
Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop"
Fix library interface commands, add missing JNI
Add HD prefix
HDFFV-9724 Remove VDS file cache functionality
Removed incorrect MPI text
Par example needs to link with mpi libs
Because of MPI requirements in library ALWAYS add include path
...
2018-01-06 16:56:57 -06:00
Allen Byrne
58a475d3fa
Fix link_libs and static CRT fortran
2018-01-05 14:30:11 -06:00
hdftest
bee148a995
Snapshot version 1.11 release 2
2018-01-05 10:09:10 -06:00
M. Scot Breitenfeld
8712f3e231
synced with develop
2018-01-05 09:57:48 -06:00
hdftest
d01ad2a94a
Snapshot version 1.11 release 1
2018-01-05 08:50:10 -06:00
Allen Byrne
17b8f0bb93
Fix valgrind issues
2018-01-02 09:39:09 -06:00
hdftest
2f7e94c9c0
Snapshot version 1.10 release 2 (snap7)
2017-12-31 10:42:57 -06:00
Allen Byrne
bd34c9e455
HDFFV-9724 Corrected files and verified tests
2017-12-28 16:49:50 -06:00
hdftest
98bf60f722
Snapshot version 1.10 release 2 (snap6)
2017-12-24 15:28:56 -06:00
lrknox
86d8a4c267
Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop"
...
This reverts commit b1223dd653
, reversing
changes made to b25f123f5f
.
2017-12-22 12:28:24 -06:00
Allen Byrne
925f3c9b54
Because of MPI requirements in library ALWAYS add include path
2017-12-20 13:10:34 -06:00
Allen Byrne
bbcf9f31c6
Update MPI commands
2017-12-20 12:35:29 -06:00
hdftest
36b9818ecc
Snapshot version 1.10 release 2 (snap5)
2017-12-17 15:33:36 -06:00
Allen Byrne
ba714e6820
HDFFV-9724 Add H5LS prefix test with ${ORIGIN}
2017-12-13 15:08:04 -06:00
hdftest
ad85e417cf
Snapshot version 1.10 release 2 (snap4)
2017-12-11 08:58:41 -06:00
M. Scot Breitenfeld
8d462d5102
Merge branch 'develop' into hdf5_1_10
2017-11-28 11:42:45 -06:00
Allen Byrne
b4b3041839
Update macro
2017-11-27 13:08:07 -06:00
Allen Byrne
c3249ecd79
Update macros
2017-11-27 13:06:10 -06:00
hdftest
9dd1abc0d8
Snapshot version 1.10 release 2 (snap3)
2017-11-20 10:40:33 -06:00
Dana Robinson
cb235453a9
Changed ar to always use -cr instead of the autotools default
...
of cru.
2017-11-15 14:24:59 -08:00
Dana Robinson
1ddb1a08f1
Merge pull request #772 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:ar_warning_fix to develop
...
* commit 'a25366cc980695cebe40c2d471bfe5166dcb28a2':
Fixed that annoying ar warning about -u being ignored.
2017-11-14 13:05:25 -06:00
lrknox
10a9fb5319
Remove extra '&'s that cause syntax errors on Macs.
2017-11-14 09:52:47 -06:00
Dana Robinson
a25366cc98
Fixed that annoying ar warning about -u being ignored.
2017-11-12 23:22:39 -08:00
lrknox
e8239b2de5
Add check for realtimeOutput environment variable set containing
...
characters to indicate test output should be piped through tee to chklog
files in order to send output to stdout as tests run instead of waiting
to cat chklog file to stdout when each set of tests is completed. This
should stop buildbot from timing out when a test set doesn't complete in
less than 20 minutes.
2017-11-06 16:26:03 -06:00
Allen Byrne
c1edb4ad89
HDFFV-10321 merge from develop
2017-11-02 10:14:14 -05:00
Allen Byrne
3de5fa2662
Correct path
2017-11-01 15:24:35 -05:00
Allen Byrne
7222e5f6a3
Change to local path
2017-11-01 15:16:37 -05:00
Allen Byrne
21874ce5c2
Add back Find module and add support files
2017-11-01 15:06:46 -05:00
Allen Byrne
9aa8e01e5c
Remove duplicated module
2017-11-01 13:45:44 -05:00
Allen Byrne
f8fd6d0b41
Correct usage of MPI vars
2017-11-01 13:41:44 -05:00
Allen Byrne
3acacea954
New test requirement
2017-10-30 11:45:11 -05:00
Allen Byrne
25a2e40358
New requirement for test
2017-10-30 11:37:57 -05:00
M. Scot Breitenfeld
59e7c7703e
Merge branch 'develop' into hdf5_1_10
2017-10-26 10:13:33 -05:00
Allen Byrne
a1a1840d6e
Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)
...
* commit '6d353f8ccc908d494a4ea8e1a56c9fb8e973e908':
Snapshot version 1.10 release 2 (snap2)
Merge pull request #703 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
2017-10-19 12:32:15 -05:00
HDF Tester
b80fe75b7f
Snapshot version 1.10 release 2 (snap2)
2017-10-16 16:50:31 -05:00
Allen Byrne
f92ccce1f9
HDFFV-10297 merge from develop
2017-10-10 14:46:59 -05:00
Allen Byrne
4f9e47650a
Fix STREQUAL if commands.
2017-10-02 12:39:15 -05:00
Allen Byrne
0a9bc574e8
Fix find package process
2017-09-19 12:39:45 -05:00
Allen Byrne
b8039b3e00
Fix find package process
2017-09-19 12:39:27 -05:00
Allen Byrne
e59038e391
restore GEN HDRS and remove cache sets for defoult options
2017-09-13 15:03:52 -05:00
Allen Byrne
05af70b235
Restore GEN_HDRS and remove cache sets for defaults
2017-09-13 14:57:55 -05:00
Allen Byrne
163cd4cf00
Generators need to be ON for development work
2017-09-12 10:35:35 -05:00
Allen Byrne
67c91dcd41
Generate headers for 1.10 should default off
2017-09-12 09:22:03 -05:00
Allen Byrne
fa8ed205ba
HDFFV-9988 merge findmpi from cmake and add intel path
2017-09-07 10:00:19 -05:00
Allen Byrne
5584938600
HDFFV-9988 Merge from develop
2017-09-06 11:44:03 -05:00
Allen Byrne
c1afe1c21a
Correct VS2017 references
2017-09-05 13:29:59 -05:00
Allen Byrne
f4bc890039
HDFFV-10284 Add VS2017 merged from develop
2017-08-31 15:20:34 -05:00
Allen Byrne
073f524247
HDFFV-10284 Add VS2017 support
2017-08-31 13:37:50 -05:00
hdftest
1015828c1f
Snapshot version 1.10 release 2 (snap1)
2017-08-08 23:31:21 -05:00
hdftest
d3b8037137
Snapshot 1.10.2-snap1
...
(Committed 8/1/2017 but not pushed from fork)
2017-08-04 15:49:04 -05:00
M. Scot Breitenfeld
00d97d556b
added test for NAG compiler and use the FC_BASENAME for NAG detection, (HDFFV-10037)
2017-08-01 15:44:55 -05:00
M. Scot Breitenfeld
2d932366b2
added test for NAG compiler and use the FC_BASENAME for NAG detection, (HDFFV-10037)
2017-08-01 15:33:43 -05:00
Allen Byrne
7bb2e5dfef
Correct case of var
2017-07-25 16:36:36 -05:00
Allen Byrne
3a7c5f19c4
Correct case of var
2017-07-24 16:33:48 -05:00
Allen Byrne
82bf61e397
Correct name of VAR
2017-07-12 15:43:10 -05:00
Allen Byrne
d4896f7c30
Synch with CMake master
2017-07-12 15:43:10 -05:00
Dana Robinson
63647cd363
Merge of recent develop work to 1.10 branch.
...
Fixes for:
* HDFFV-10247 (autotools Fortran long double bug)
* HDFFV-10248 (autotools deprecated debug/production tweak)
* HDFFV-10250 (-fno-omit-frame-pointer w/ symbols)
* Disabled missing parameter warnings in Java constant code
* Added H5I_VFL ID checks to tmisc.c
* Added 'get a dummy VFD' call to h5test library
2017-07-05 11:35:03 -07:00
Allen Byrne
d1ec663ad2
Correct name of options variable
2017-06-19 09:31:03 -05:00