Commit Graph

16585 Commits

Author SHA1 Message Date
Allen Byrne
86de942cf5 Added toolset and intel checks 2017-05-30 11:16:11 -05:00
Dana Robinson
56d23f00a7 Merge pull request #548 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:compat_feature_flag to develop
* commit '13d3d4bd0e0b799aa9c3a9b45e445d1f52294d47':
  Added feature flag checks for a few other VFDs in test/vfd.c.
  * Added new public H5FDdriver_query() API call. * Changed return type of H5FD_driver_query() to herr_t. * Updated swmr.c to use H5FDdriver_query() instead of the private call. * Added some flags tests to vfd.c.
  * Made H5FD_driver_query() a private function instead of static. * Moved H5FD_driver_query() to H5FDint.c. * Minor typo fixes in H5I.c. * Updated swmr.c to check the VFD feature flags and skip the   retries test when the VFD is not compatible with H5P_DEFAULT.
  Initialized IDs to -1 and minor code tidy.
  Fixed HDFFV-10214: * Updated comments in the library to accurately reflect the semantics   of the H5FD_FEAT_POSIX_COMPAT_HANDLE flag. * Removed the check for the POSIX compatible handle feature flag   when determining if a VFD supports SWMR. Partial work for HDFFV-10197: * Added a new H5FD_FEAT_DEFAULT_VFD_COMPATIBLE feature flag that is   set when a VFD creates output that is compatible with the default   VFD. Will be used in the testing but might also be generally useful   to users.
2017-05-27 10:24:46 -05:00
Dana Robinson
13d3d4bd0e Added feature flag checks for a few other VFDs in test/vfd.c. 2017-05-26 18:22:07 -04:00
Dana Robinson
343b53d64f Merge branch 'develop' into compat_feature_flag 2017-05-26 17:29:52 -04:00
Dana Robinson
9e75f7eeee Merge pull request #547 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:gcc_flag_cull to develop
* commit 'b6de142cf4a863787dceaa333684615fc190d6d5':
  Chagned gfortran40 to gfortran in a few config files.
2017-05-26 14:29:27 -05:00
Allen Byrne
c70bcaa77f Merge pull request #545 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'c059e6ecf7bafc6b5c1c9b8a39e8515e23f52303':
  Spelling
  Enhanced the release note using 'Writing Notes in a RELEASE.txt File'
  Note HDFFV-8611 change
2017-05-26 13:59:25 -05:00
Allen Byrne
c059e6ecf7 Spelling 2017-05-26 13:59:00 -05:00
Dana Robinson
b6de142cf4 Chagned gfortran40 to gfortran in a few config files. 2017-05-26 14:56:23 -04:00
Allen Byrne
7f6443cc0d Enhanced the release note using 'Writing Notes in a RELEASE.txt File' 2017-05-26 13:05:18 -05:00
Dana Robinson
c9121bfdf4 Merge pull request #546 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:gcc_flag_cull to develop
* commit '742e1d5541a488ca1a1772c05833c16a6a73d3ab':
  Fixed misplaced space in config/gnu-flags.
2017-05-26 12:38:18 -05:00
Dana Robinson
742e1d5541 Fixed misplaced space in config/gnu-flags. 2017-05-26 12:56:55 -04:00
Allen Byrne
d809de2ebe Note HDFFV-8611 change 2017-05-26 11:16:20 -05:00
Dana Robinson
cf80aac401 Merge pull request #538 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:may_dev_warnings to develop
* commit '57f0a296c0b727e3d86cea312ba46efc98d76227':
  Minor warning fix.
  More minor warning fixes.
  Minor warning fixes in the tools.
  Minor type fixes to h5watch.
  A few more warnings fixed.
  Fixed additional minor warnings.
  Fixed many minor warnings.
2017-05-26 10:43:56 -05:00
Dana Robinson
d5f570acba Merge pull request #540 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:gcc_flag_cull to develop
* commit '35aec6ab2ca6018a6f5babc943d29957d6595f67':
  Updated the gnu-flags config file to remove gcc 3.x and 4.0 configurations as well as other minor rework and cleanup.
2017-05-26 10:34:18 -05:00
Allen Byrne
19a61e8e85 Merge pull request #541 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'db2da9f4b4b582d644d4b2e976040fce4dd1d665':
  Reduce warnings
2017-05-26 09:06:11 -05:00
Allen Byrne
db2da9f4b4 Reduce warnings 2017-05-25 15:57:18 -05:00
Dana Robinson
35aec6ab2c Merge branch 'develop' into gcc_flag_cull 2017-05-25 16:07:36 -04:00
Frank Willmore
53c5b41ec2 Merge pull request #534 in HDFFV/hdf5 from ~FRANK.WILLMORE/hdf5:fix-set-mpi-err-handler to develop
* commit '1ee90786196c10c2c616a9fb4b8b1f92ebefa1f2':
  updated MPI error handling call for MPICH2 standard
  cleanup
  enabled MPI error handling
  added test file
2017-05-25 13:30:54 -05:00
Dana Robinson
57f0a296c0 Minor warning fix. 2017-05-25 10:25:30 -04:00
Dana Robinson
1b74c5ca95 More minor warning fixes. 2017-05-25 10:11:26 -04:00
Dana Robinson
291b107d4d Minor warning fixes in the tools. 2017-05-25 09:47:20 -04:00
Dana Robinson
a33859d677 Minor type fixes to h5watch. 2017-05-25 09:24:24 -04:00
Dana Robinson
65e2e8f87c A few more warnings fixed. 2017-05-25 09:06:49 -04:00
Dana Robinson
18ae45027c Fixed additional minor warnings. 2017-05-25 08:42:18 -04:00
Dana Robinson
946fd98b8d Fixed many minor warnings. 2017-05-25 06:45:53 -04:00
Dana Robinson
23dfa24439 Merge pull request #535 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5i_object_verify to develop
* commit '8807f918b9b00916efa822dda0301d3aa9debd80':
  Added missing casts for the return value of H5I_object_verify().
2017-05-24 15:43:57 -05:00
Dana Robinson
8807f918b9 Added missing casts for the return value of H5I_object_verify(). 2017-05-24 16:13:12 -04:00
Dana Robinson
479f326a26 * Added new public H5FDdriver_query() API call.
* Changed return type of H5FD_driver_query() to herr_t.
* Updated swmr.c to use H5FDdriver_query() instead of the private call.
* Added some flags tests to vfd.c.
2017-05-24 09:41:26 -04:00
Dana Robinson
e5a57c97aa * Made H5FD_driver_query() a private function instead of static.
* Moved H5FD_driver_query() to H5FDint.c.
* Minor typo fixes in H5I.c.
* Updated swmr.c to check the VFD feature flags and skip the
  retries test when the VFD is not compatible with H5P_DEFAULT.
2017-05-24 07:44:18 -04:00
Dana Robinson
e3b22b8fa4 Initialized IDs to -1 and minor code tidy. 2017-05-24 06:51:45 -04:00
Dana Robinson
e45d97b6be Merge branch 'develop' into compat_feature_flag 2017-05-24 05:13:46 -04:00
Frank Willmore
1ee9078619 updated MPI error handling call for MPICH2 standard 2017-05-23 19:01:52 -07:00
Allen Byrne
710ed6d10a Merge pull request #531 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '416ad00182e2d0fccc09d60a6da95aef8ad94d0e':
  HDFFV-8611 add autotools test
  Remove obsolete function
  HDFFV-8611 change h5repack to save the root group creation order Added test and new arguments to control the the input file parsing.
2017-05-23 17:21:33 -05:00
Allen Byrne
416ad00182 Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '9fc2b3ef8e7933da716e2d2f832e93d8fc8023c0':
  add linking flag to cmake, does not fix the issue, still disabled shared with fortran
  add documention comments for shared Fortran Fix on OSX
  Fix for shared fortran libraries on mac (HDFFV-2772).
  Fix for shared fortran libraries on mac (HDFFV-2772).
  Fix for shared fortran libraries on mac (HDFFV-2772).
2017-05-23 17:21:15 -05:00
Scot Breitenfeld
9fc2b3ef8e Merge pull request #532 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop
* commit '57ab1e7d6945c45107ebdd945bb89951ec90b8f1':
  add linking flag to cmake, does not fix the issue, still disabled shared with fortran
  add documention comments for shared Fortran Fix on OSX
  Fix for shared fortran libraries on mac (HDFFV-2772).
  Fix for shared fortran libraries on mac (HDFFV-2772).
  Fix for shared fortran libraries on mac (HDFFV-2772).
2017-05-23 17:16:46 -05:00
M. Scot Breitenfeld
57ab1e7d69 add linking flag to cmake, does not fix the issue, still disabled shared with fortran 2017-05-23 17:14:21 -05:00
Frank Willmore
364fe58fea cleanup 2017-05-23 10:20:37 -07:00
Frank Willmore
8f25e21e10 enabled MPI error handling 2017-05-23 10:14:35 -07:00
M. Scot Breitenfeld
69ccaee00a add documention comments for shared Fortran Fix on OSX 2017-05-23 09:53:59 -05:00
M. Scot Breitenfeld
6301d5a6cb Fix for shared fortran libraries on mac (HDFFV-2772). 2017-05-22 16:03:56 -05:00
M. Scot Breitenfeld
97ac37592b Fix for shared fortran libraries on mac (HDFFV-2772). 2017-05-22 15:45:17 -05:00
Allen Byrne
0f81f23d69 HDFFV-8611 add autotools test 2017-05-22 13:55:15 -05:00
Allen Byrne
60cfdf138c Remove obsolete function 2017-05-22 13:24:53 -05:00
Allen Byrne
cdcef539a3 HDFFV-8611 change h5repack to save the root group creation order
Added test and new arguments to control the the input file parsing.
2017-05-22 13:10:40 -05:00
Dana Robinson
f36174b750 Merge branch 'develop' into compat_feature_flag 2017-05-19 19:18:09 -04:00
Dana Robinson
14c286d51a Fixed HDFFV-10214:
* Updated comments in the library to accurately reflect the semantics
  of the H5FD_FEAT_POSIX_COMPAT_HANDLE flag.
* Removed the check for the POSIX compatible handle feature flag
  when determining if a VFD supports SWMR.
Partial work for HDFFV-10197:
* Added a new H5FD_FEAT_DEFAULT_VFD_COMPATIBLE feature flag that is
  set when a VFD creates output that is compatible with the default
  VFD. Will be used in the testing but might also be generally useful
  to users.
2017-05-19 14:58:34 -07:00
Allen Byrne
8861b5a494 Merge pull request #527 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '973aebe25f87b84ff6dd3d9eca51b76643090564':
  Add  debug trace commands
  HDFFV-9055 Correct file generator
  Added note about 9055 and 10128, 9995 not needed
2017-05-19 13:39:46 -05:00
Allen Byrne
973aebe25f Add debug trace commands 2017-05-19 11:35:07 -05:00
M. Scot Breitenfeld
2b2a1d605e Fix for shared fortran libraries on mac (HDFFV-2772). 2017-05-18 16:32:26 -05:00
Allen Byrne
e60bf13c76 HDFFV-9055 Correct file generator 2017-05-18 16:29:52 -05:00