Edward Hartnett
663540b3a7
adjusted tst_parallel_zlib to HDF5 version flag
2019-12-20 06:44:14 -07:00
Edward Hartnett
6d2d92ddec
added new tests to cmake, also additional test development
2019-12-20 06:30:23 -07:00
Edward Hartnett
f86c0fb8f9
now check that HDF5 version supports parallel zlib
2019-12-20 05:54:21 -07:00
Edward Hartnett
6952eb779b
documentation updates
2019-12-20 05:36:09 -07:00
Edward Hartnett
d534b1298a
adding another zlib parallel I/O test
2019-12-20 05:28:20 -07:00
Edward Hartnett
2a415dba7c
stop running tst_mode test
2019-12-20 05:22:53 -07:00
Edward Hartnett
cde58d23c1
allowing parallel write of gzipped data, plus added test
2019-12-19 09:20:20 -07:00
Edward Hartnett
3e00967879
allow parallel writes to use zlib
2019-12-19 09:19:23 -07:00
Ward Fisher
3acf69c6a0
Merge pull request #1578 from zenotech/cmake_mpi
...
Call find_package(MPI) to locate MPI paths and link to libdispatch if…
2019-12-18 16:14:47 -07:00
James Sharpe
c5d1e4bdec
Call find_package(MPI) to locate MPI paths and link to libdispatch if required
2019-12-18 16:48:40 +00:00
Ward Fisher
29d070c50f
Merge pull request #1564 from NetCDF-World-Domination-Council/ejh_docs_cleanup
...
fix memory issue that may occur for some HDF5 file opens
2019-12-17 16:18:44 -07:00
Ward Fisher
7ba4e4d48d
Merge pull request #1561 from NetCDF-World-Domination-Council/ejh_remove_unrelax
...
Make RELAX_COORD_BOUNDS mandatory for all builds
2019-12-02 15:18:19 -07:00
Edward Hartnett
c0a6da7757
changed test filename to one that will be cleaned
2019-12-01 08:47:46 -07:00
Edward Hartnett
c5c38148bd
moved udata.grps initialization to avoid memory problem on BAIL
2019-12-01 07:37:32 -07:00
Edward Hartnett
ddf986665b
comment to explain
2019-12-01 07:35:41 -07:00
Edward Hartnett
f86ca19ee3
added test for opening HDF5 file without creation ordering
2019-12-01 07:30:32 -07:00
Edward Hartnett
cdbef479fc
removed last vestiges of RELAX_COORD_BOUND option, which is now always on
2019-11-26 07:03:07 -07:00
Edward Hartnett
4a5ae05dbf
cleanup of RELAX_COORD_BOUND in cmake build
2019-11-26 06:59:03 -07:00
Edward Hartnett
dd4ae41504
further removal of RELAX_COORD_BOUND macro
2019-11-26 06:54:33 -07:00
Edward Hartnett
6a902fe210
further removal of RELAX_COORD_BOUNDS macro
2019-11-26 06:45:26 -07:00
Edward Hartnett
ccaaa2e745
took RELAX_COORD_BOUND out of libsrc code
2019-11-26 06:29:27 -07:00
Edward Hartnett
64d821b568
removed non-relaxed coord bounds from test code
2019-11-26 06:20:34 -07:00
Edward Hartnett
8c648b5a2d
changed cmake build to only allow relaxed coord builds
2019-11-26 05:40:03 -07:00
Edward Hartnett
5ab7bf7796
now always relax!
2019-11-26 05:36:16 -07:00
Edward Hartnett
d516652c05
took option out of configure.ac
2019-11-26 05:30:41 -07:00
Ward Fisher
fe5614e184
Merge pull request #1535 from Unidata/v4.7.3-wellspring.wif
...
v4.7.4 Development Branch upstream from 4.7.3
2019-11-22 15:45:08 -07:00
Ward Fisher
bef8e2d39d
Updated one of the static software pages.
2019-11-21 14:18:10 -07:00
Ward Fisher
5923a747aa
Corrects a version typo.
2019-11-20 16:59:18 -07:00
Ward Fisher
695d84bb28
Merge branch 'bugfix/issue-1533' of https://github.com/kprussing/netcdf-c into v4.7.3-wellspring.wif
2019-11-20 12:48:15 -07:00
Ward Fisher
070f9ccf02
Updated release date.
2019-11-20 12:12:20 -07:00
kprussing
af3f2e9362
Update FAQ based on actual usage of HDF5 variables
...
The CMakeLists.txt actually uses `HDF5_C_LIBRARY` and `HDF5_HL_LIBRARY`
to find non-standard HDF5 installation. This just updates the FAQ with
the correct usage.
2019-11-19 22:18:46 -05:00
Ward Fisher
9b0bfd17e2
Fixed tabs.
2019-11-19 15:14:26 -07:00
Ward Fisher
c1377ad156
Merge branch 'v4.7.3-wellspring.wif' of github.com:Unidata/netcdf-c into v4.7.3-wellspring.wif
2019-11-19 15:10:22 -07:00
Ward Fisher
81303c3615
Merge branch 'v4.7.3-wellspring.wif' of github.com:Unidata/netcdf-c into v4.7.3-wellspring.wif
2019-11-19 14:36:25 -07:00
Ward Fisher
dac41651ee
Merge branch 'feature/cmake-targets' of https://github.com/kprussing/netcdf-c into v4.7.3-wellspring.wif
2019-11-19 14:12:41 -07:00
Ward Fisher
f4c77f3dc9
Merge branch 'ejh_fix_benchmarks' of https://github.com/NOAA-GSD/netcdf-c into v4.7.3-wellspring.wif
2019-11-19 14:11:11 -07:00
Ward Fisher
309110c1e8
Merge branch 'ejh_release_notes' of https://github.com/NOAA-GSD/netcdf-c into v4.7.3-wellspring.wif
2019-11-19 14:07:07 -07:00
Ward Fisher
b6b66cac28
Moved Dispatch Version up to General stanza in libnetcdf.settings
2019-11-19 14:01:27 -07:00
Keith F. Prussing
808803ceeb
Add namespace for CMake targets
...
The usual convention with modern CMake is to namespace the targets.
This gives the netCDF namespace to the package.
2019-11-19 14:45:21 -05:00
Keith F. Prussing
adf2f4d098
Add include directories as netcdf property
...
Modern CMake tracks the properties of targets so that down stream
libraries do not have to worry about include directories. However, the
include directories must be added to the target and not just at the
directory level.
2019-11-19 14:39:46 -05:00
Edward Hartnett
1ba34115c2
updated release notes more
2019-11-19 11:40:04 -07:00
Edward Hartnett
b439490995
fixed nc_perf Makefile.am to include benchmark scripts in EXTRA_DIST
2019-11-19 09:21:00 -07:00
Ward Fisher
e4efdd4cfb
Bumped version to next development version.
2019-11-18 14:35:01 -07:00
Ward Fisher
970436b9b9
Bumped revision in accordance with guidelines in preparation for 4.7.3 release.
2019-11-18 14:32:47 -07:00
Ward Fisher
a268e6d69f
Ctest security stance.
2019-11-18 12:07:01 -07:00
Ward Fisher
7cbbc32dad
Adding new security stance to cdash instance.
2019-11-18 10:58:44 -07:00
edwardhartnett
c26b1f5042
updated RELEASE_NOTES with recent PRs that have been merged
2019-11-18 06:46:43 -07:00
Ward Fisher
af8f9ad2cf
Merge pull request #1523 from NetCDF-World-Domination-Council/ejh_udf
...
User-defined formats must come first in NC_infermodel, plus test
2019-11-15 16:40:07 -07:00
Ward Fisher
e4003be502
Merge pull request #1515 from NetCDF-World-Domination-Council/ejh_att_docs
...
update for attribute documentation
2019-11-15 16:39:46 -07:00
Ward Fisher
788d20df59
Merge pull request #1531 from NetCDF-World-Domination-Council/ejh_update_netcdf_meta
...
Add a dispatch version number to netcdf_meta.h and libnetcdf.settings, in case we decide to change dispatch table in future
2019-11-15 16:38:54 -07:00