Ward Fisher
770a646a89
Added some notes to release notes.
2016-06-28 13:23:14 -06:00
Ward Fisher
e502b40d6a
Updated static software html page.
2016-06-27 15:38:29 -06:00
Ward Fisher
b4e805bd8a
Added a link to https://github.com/Unidata/netcdf-c/pull/279 in Release notes.
2016-06-27 15:12:31 -06:00
Ward Fisher
17903e617d
Merge pull request #279 from Unidata/dapreport
...
Make ncdump/nccopy return a better error when given a bad constraint in a dap url
2016-06-27 21:09:28 +00:00
Ward Fisher
ac861dcb5b
Merge branch 'master' into dapreport
2016-06-27 17:39:02 +00:00
DennisHeimbigner
d285569517
Merge branch 'master' into dapreport
2016-06-24 16:33:47 -06:00
Ward Fisher
a9b04ec696
Corrected a doxygen issue in types.dox.
2016-06-24 15:31:13 -06:00
Dennis Heimbigner
1bf34d8557
A netcdfgroup email
...
(Re: [netcdfgroup] nccopy fails with corrupted double link list)
shows that ncdump/nccopy was returning EPERM instead of
NC_EDAPCONSTRAINT as an error when we have a malformed constraint.
Also clean up a potential bug that might occur if the user invokes
nc_set_default_format before calling nc_open on a dap url.
2016-06-24 15:28:50 -06:00
Ward Fisher
1beeef771d
Removing generated version of software.html.
2016-06-24 15:05:06 -06:00
Ward Fisher
09751a638e
Moving static, non-generated software into version control.
2016-06-24 15:02:18 -06:00
Scot Breitenfeld
55bf63d35c
Merge branch 'master' into extent-llu
2016-06-21 13:07:20 -05:00
M. Scot Breitenfeld
2bf233c9d5
This patch changes the algorithm for determining the extended size of a dataset in parallel to pass a variable of type unsigned long long to MPI_Allreduce. Despite the comment in the code on this line (removed in this patch), the current usage is not correct. For example, consider if process 0 has an extend size of 2^32 (0x100000000) and process 2 has an extend size of 1 (0x1). The current algorithm will compute the max of each 4 byte segment then combine these into an 8 byte number, yielding a max of (2^32)+1 (0x100000001), when it should simply be 2^32.
...
N. Fortner
2016-06-21 13:04:15 -05:00
Ward Fisher
3e24dcd575
Removed some dead assignments reported by clang.
2016-06-20 15:28:46 -06:00
Ward Fisher
bb96050e66
Addressed a UNIX API issue reported by clang.
2016-06-20 15:19:18 -06:00
Ward Fisher
34006f8615
Updated release notes in preparation for the third release candidate.
2016-06-17 10:32:06 -06:00
Ward Fisher
49b416182a
Flagged _netcdf_dim_info and _netcdf_var_info as deprecated in documentation in service of https://github.com/Unidata/netcdf-c/issues/254
2016-06-16 14:07:42 -06:00
Ward Fisher
1118628a09
Deleted gdb debug file.
2016-06-14 12:53:32 -06:00
Ward Fisher
46c63344f7
Added comments where needed.
2016-06-14 10:47:24 -06:00
Ward Fisher
a499bf1ed8
Extending when attributes are copied.
2016-06-14 10:29:14 -06:00
Ward Fisher
13b088f49f
Moved fix out to a separate function so that we can hopefully address a few other NCO-reported issues.
2016-06-14 10:22:06 -06:00
Ward Fisher
1ebb104f74
Tentatively fixed https://github.com/Unidata/netcdf-c/issues/239 but the test needs to be extended.
2016-06-10 17:03:08 -06:00
Ward Fisher
f248ef7714
Merge branch 'master' into gh239
2016-06-10 13:16:10 -06:00
Ward Fisher
c95bfe394d
Clean up stray file.
2016-06-09 15:38:53 -06:00
Ward Fisher
da5fa3666b
Added a note about the bug fix in release notes.
2016-06-09 15:26:17 -06:00
Ward Fisher
2edc4ce64a
Added a fix as contributed by Kent at HDF group for a collective I/O, parallel issue.
2016-06-09 14:16:20 -06:00
Ward Fisher
b2b8499f53
Got distcheck working, corrected some parallel test logic in cmakelists.
2016-06-09 13:21:28 -06:00
Ward Fisher
ea2e9959f5
Corrected a typo.
2016-06-09 13:08:18 -06:00
Ward Fisher
54b57d0e60
Gave the modified test a unique test file name.
2016-06-09 11:28:03 -06:00
Ward Fisher
2610b58a5d
Corrected a typo.
2016-06-09 11:26:06 -06:00
Ward Fisher
10061af1b9
Wiring in parallel test.
2016-06-09 11:23:14 -06:00
Ward Fisher
d87292763f
Added files contributed by Kent Yang at the HDF group regarding a bug in collective I/O. These files will be removed once properly integrated.
2016-06-09 11:14:56 -06:00
Ward Fisher
2e71768c47
Fenceposted includes to nc4internal.h in support of https://github.com/Unidata/netcdf-c/issues/275
2016-06-08 11:26:37 -06:00
Greg Sjaardema
5253720718
Eliminate c++ or c99-style comment
...
The single commented out line was the only use of a c-99 or c++ style comment in the entire file. Either remove line completely or change to c-89 style comment to permit use with projects that still require c89 compatible code.
2016-06-07 12:12:18 -04:00
Ward Fisher
d3b6512606
Fleshing out test, we now have it failing as one would expect.
2016-06-06 22:10:10 +00:00
Ward Fisher
aae3526b75
Fleshing out the test.
2016-06-06 21:44:38 +00:00
Ward Fisher
0dae521f13
Trying to sort out what's going on with the test.
2016-06-06 15:08:20 -06:00
Ward Fisher
dc1a9c34d8
Added a document to catalog what the various tests are.
2016-06-06 14:51:57 -06:00
Ward Fisher
cdcfecab90
Added blank gdb.txt for debugging https://github.com/Unidata/netcdf-c/issues/239
2016-06-06 13:47:49 -06:00
Ward Fisher
3983b37ac5
Merge pull request #273 from Unidata/hdf4fix
...
The name hash for hdf4 variables was not being computed.
2016-06-02 22:22:12 +00:00
Ward Fisher
305f5b352d
Corrected an issue with running the hdf4 test.
2016-06-02 14:34:13 -06:00
Ward Fisher
f19749425f
Wired hdf4 per-variable test into autoconf.
2016-06-02 14:22:42 -06:00
Ward Fisher
2d0de087fa
Fleshed out test script, wired into cmakelists.txt
2016-06-02 14:19:36 -06:00
Ward Fisher
ab43f75416
added blank file for testing that hdf4 file can be read a var at a time.
2016-06-02 14:09:35 -06:00
dmh
5bfdf54263
The name hash for hdf4 variables was
...
not being computed. Fix in nc4file.c.
Not sure how this ever worked for any variable.
What is also weird is that the dim hash is
apparently being computed.
2016-06-01 15:20:36 -06:00
Ward Fisher
252f129b3e
Merge pull request #272 from Unidata/issue271
...
HDF5 generates unnecessary error messages when netcdf4 logging enabled
2016-05-31 23:53:59 +00:00
Dennis Heimbigner
835511eaeb
HDF5 is generating unnecessary error messages when netcdf4 logging is enabled
...
re: github netcdf-c issue #271
This occurs for several reasons, including:
1. using H5Aopen_name instead of H5Aexists to test if attribute exists.
2. using H5Eset_auto instead of H5Eset_auto2.
There are probably others that will have to be extinguished as encountered.
p.s Hope I did not overdo this and kill too much.
2016-05-27 10:08:01 -06:00
Ward Fisher
7764a03f04
Merge pull request #270 from Unidata/issue269
...
re: https://github.com/Unidata/netcdf-c/issues/269
2016-05-25 21:05:46 +00:00
Dennis Heimbigner
22a343292a
Fix cmake build:
2016-05-24 20:26:09 -06:00
Dennis Heimbigner
71687d581e
Merge branch 'issue269' of https://github.com/Unidata/netcdf-c into issue269
2016-05-24 19:37:31 -06:00
Dennis Heimbigner
c8572f0bee
set tst_misc.sh executable
2016-05-24 19:37:21 -06:00