Binh-Minh Ribler
7e4b64bd83
Merge pull request #298 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp:develop to develop
...
New C++ wrappers for H5P[s/g]et_file_space.
* commit '5f759d6d9f804d99572f605f9d9933c897ef3671':
Description: Fixed and added function comments. Platform tested: Jam (very minor)
Description: Fixed small typos Platform tested: Jam (very minor)
Purpose: Add new C++ wrappers Description: Added wrappers for H5Pset_file_space and H5Pget_file_space
2017-02-17 15:34:43 -06:00
Larry Knox
9fba21485d
Merge pull request #295 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
...
* commit '92f4153a86a6a77f8d10507f3f922677da19a4b9':
Resolve missed conflicts.
Remove references to SVN.
Check in changes to snapshot script from hdfdts repository to copy in HDF5 develop branch. Most of the changes are for the switch from subversion to it repositories. This copy is not used for THG daily tests, but is available for testing on remote machines.
2017-02-17 15:33:39 -06:00
lrknox
92f4153a86
Resolve missed conflicts.
2017-02-17 15:32:07 -06:00
lrknox
4b0de5860f
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
2017-02-17 15:29:41 -06:00
lrknox
a22a9fe733
Remove references to SVN.
2017-02-17 15:16:15 -06:00
Allen Byrne
adfe442b6b
Merge pull request #301 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
...
* commit 'c37ecd5bba292e2b594547e0eeb6a385d20194b0':
Add MPI_Fortran variables
2017-02-17 15:01:39 -06:00
Allen Byrne
c37ecd5bba
Add MPI_Fortran variables
2017-02-17 12:43:47 -06:00
Allen Byrne
c4a208819d
Merge pull request #300 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
...
* commit '46bd5d0d95b83e4cd703907b0d950ef1ab6b309e':
Correct name of file
Update cmake build scripts, split out options to seprate file
2017-02-17 12:41:50 -06:00
Allen Byrne
46bd5d0d95
Correct name of file
2017-02-17 11:39:16 -06:00
Allen Byrne
229033fea6
Update cmake build scripts, split out options to seprate file
2017-02-17 11:37:43 -06:00
Allen Byrne
792a75afe1
Merge pull request #296 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
...
* commit '08b5edca0b6df7c50696ecf777ae5f108b19a953':
Fix parallel h5diff test comapare
Set depends test dependency for parallel h5diff
Convert string APPEND to set commands
Revert whitespace
Close file before trying to remove it
2017-02-16 10:16:19 -06:00
Binh-Minh Ribler
5f759d6d9f
Description:
...
Fixed and added function comments.
Platform tested:
Jam (very minor)
2017-02-16 00:35:44 -06:00
Binh-Minh Ribler
f51f05ec20
Description:
...
Fixed small typos
Platform tested:
Jam (very minor)
2017-02-15 09:15:06 -06:00
Binh-Minh Ribler
40b13c7445
Purpose: Add new C++ wrappers
...
Description:
Added wrappers for H5Pset_file_space and H5Pget_file_space
// Sets the strategy and the threshold value that the library will
// will employ in managing file space.
void setFileSpace(H5F_file_space_type_t strategy, hsize_t threshold) const;
// Returns the strategy that the library uses in managing file space.
H5F_file_space_type_t getFileSpaceStrategy() const;
// Returns the threshold value that the library uses in tracking free
// space sections.
hsize_t getFileSpaceThreshold() const;
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (jelly)
Darwin (osx1010test)
2017-02-15 09:01:05 -06:00
Allen Byrne
08b5edca0b
Fix parallel h5diff test comapare
2017-02-14 14:59:57 -06:00
Allen Byrne
5e87ada674
Set depends test dependency for parallel h5diff
2017-02-14 13:51:34 -06:00
Allen Byrne
00cd884aed
Convert string APPEND to set commands
2017-02-14 12:12:32 -06:00
Allen Byrne
220cf7d326
Revert whitespace
2017-02-13 14:16:24 -06:00
Allen Byrne
960f694197
Close file before trying to remove it
2017-02-13 14:11:13 -06:00
lrknox
f37f35245d
Check in changes to snapshot script from hdfdts repository to copy in
...
HDF5 develop branch. Most of the changes are for the switch from
subversion to it repositories. This copy is not used for THG daily
tests, but is available for testing on remote machines.
2017-02-13 09:18:12 -06:00
Dana Robinson
fc8866d41e
Merge pull request #294 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop
...
* commit 'd875f7f3e65754f5618246cec47a75690a58e80c':
Minor warning fixes.
2017-02-09 10:53:03 -06:00
Dana Robinson
d875f7f3e6
Minor warning fixes.
2017-02-09 11:44:38 -05:00
Dana Robinson
0399f55c54
Merge pull request #292 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop
...
* commit '46ede7f0399d4adf2696193ea083bffdfcc69f7e':
Deleted an extraneous remove() call from a test function that might be causing the flushrefresh test to fail.
2017-02-08 14:04:11 -06:00
Dana Robinson
46ede7f039
Deleted an extraneous remove() call from a test function
...
that might be causing the flushrefresh test to fail.
2017-02-08 14:49:25 -05:00
Dana Robinson
9fbb672eb4
Merge pull request #291 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop
...
* commit 'bb354058c00e276aece09ec13431d7ae2c5ff041':
Added #ifdef QAK macros around log VFD calls in SWMR acceptance tests.
2017-02-08 11:09:27 -06:00
Dana Robinson
bb354058c0
Added #ifdef QAK macros around log VFD calls in SWMR acceptance
...
tests.
2017-02-08 11:29:04 -05:00
Dana Robinson
5258d42aa6
Merge pull request #290 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop
...
* commit '422fc7cc9cac173d213b826455501c2ce8873992':
Whitespace changes in bin/trace.
2017-02-07 14:45:42 -06:00
Dana Robinson
422fc7cc9c
Whitespace changes in bin/trace.
2017-02-07 14:26:56 -05:00
Quincey Koziol
1c95d1cac5
Merge pull request #289 in HDFFV/hdf5 from merge_page_buffering_01 to develop
...
* commit 'a28b65bb9e9c654840e7e73b460921dc6d1a5a47':
Clean up whitespace
2017-02-07 11:26:08 -06:00
Quincey Koziol
a28b65bb9e
Clean up whitespace
2017-02-07 09:18:57 -08:00
Allen Byrne
1bb1ddc4fc
Merge pull request #287 in HDFFV/hdf5 from ~BYRN/hdf5_adb:bugfix/HDFFV-10125-cache_image-build-on-windows to develop
...
* commit 'c699bbc8bf54c012e495bb85c80a75ce8c051ca1':
HDFFV-10125 cache_common file already in test lib
2017-02-07 11:06:58 -06:00
Allen Byrne
6b59ebaea9
Merge pull request #285 in HDFFV/hdf5 from ~BYRN/hdf5_adb:bugfix/HDFFV-9875-investigate-adding-static-library to develop
...
* commit '05059545d7cd37a60d48964d84c4b26d87131986':
HDFFV-9875 Add new PDB folder
2017-02-06 13:39:40 -06:00
Allen Byrne
05059545d7
HDFFV-9875 Add new PDB folder
2017-02-06 12:43:32 -06:00
Allen Byrne
c2043bf482
Merge pull request #281 in HDFFV/hdf5 from ~BYRN/hdf5_adb:bugfix/HDFFV-9875-investigate-adding-static-library to develop
...
* commit 'd1292691c42cbc548fc7e4b39e4dd9cc1a376f94':
HDFFV-9875 enable static pdb and cleanup exports
Add static lib to pdb exports
HDFFV-9875 Fix typo
HDFFV-9875 Change test for shared libs
HDFFV-9875 Remove compile pdb references
HDFFV-9875 Fix target exports and add static tools pdb files
2017-02-03 16:29:03 -06:00
Quincey Koziol
d0b09fc7e0
Merge pull request #280 in HDFFV/hdf5 from develop_merge_cache_image_09 to develop
...
* commit '70d66452467d5cf40df31604cf2e3ebfc1d67acd':
Optimize loading cache image, removing lots of memory allocations and copies.
Simplify H5C__serialize_single_entry(), using H5C__generate_image()
2017-02-03 14:49:21 -06:00
Larry Knox
b29c344cc6
Merge pull request #276 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
...
* commit '04540598cde3f166eea35c19f5b94e33c2deeb92':
Updated platform and compiler versions in "More Tested Platforms" for current versions of EC2 cloud machines tested.
Remove obsolete platforms.
Update "Supported Platforms" and "Tested Configuration Features Summary" sections. Remove changes made before HDF5 1.10.0-patch1 from "New Features" and "Bug Fixes" sections.
2017-02-03 13:27:00 -06:00
lrknox
04540598cd
Updated platform and compiler versions in "More Tested Platforms" for
...
current versions of EC2 cloud machines tested.
Linux 2.6.18-431.11.2.el6 MPICH mpich 3.1.4 compiled with
#1 SMP x86_64 GNU/Linux gcc 4.9.3 and gfortran 4.9.3
(platypus)
2017-02-03 13:24:12 -06:00
Allen Byrne
d1292691c4
HDFFV-9875 enable static pdb and cleanup exports
2017-02-03 12:41:30 -06:00
Quincey Koziol
70d6645246
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into develop_merge_cache_image_09
2017-02-02 19:27:28 -08:00
Quincey Koziol
45a85f4fc4
Optimize loading cache image, removing lots of memory allocations and copies.
2017-02-02 19:26:39 -08:00
Allen Byrne
290a83ff8f
Add static lib to pdb exports
2017-02-02 16:34:07 -06:00
Allen Byrne
c699bbc8bf
HDFFV-10125 cache_common file already in test lib
2017-02-02 16:30:23 -06:00
Allen Byrne
46e23092a7
Merge pull request #1 in ~BYRN/hdf5_adb from develop to bugfix/HDFFV-10125-cache_image-build-on-windows
...
* commit '0a043cd64640c859c22491dfdd09c4dcd1360e3e':
HDFFV-10124 Using cache_common.h contains other include files
2017-02-02 16:27:59 -06:00
Allen Byrne
750df40ffb
HDFFV-9875 Fix typo
2017-02-02 15:49:21 -06:00
Allen Byrne
fb587185a2
HDFFV-9875 Change test for shared libs
2017-02-02 14:58:53 -06:00
Allen Byrne
0a043cd646
Merge pull request #278 in HDFFV/hdf5 from ~BYRN/hdf5_adb:bugfix/HDFFV-10124-compile-error-on-vs2012 to develop
...
* commit '2b383bb8ffdfb5856bb2b960a1c93fc8d9fdb163':
HDFFV-10124 Using cache_common.h contains other include files
2017-02-02 14:44:53 -06:00
Allen Byrne
b477d8142a
HDFFV-9875 Remove compile pdb references
2017-02-02 13:47:39 -06:00
Allen Byrne
177c050891
HDFFV-9875 Fix target exports and add static tools pdb files
2017-02-02 12:09:10 -06:00
Allen Byrne
2b383bb8ff
HDFFV-10124 Using cache_common.h contains other include files
2017-02-02 11:55:01 -06:00
Quincey Koziol
5d7aba67f7
Simplify H5C__serialize_single_entry(), using H5C__generate_image()
2017-02-01 20:21:06 -08:00