Ed Hartnett
|
6325187e26
|
fixed parallel I/O mistake
|
2011-01-12 12:55:36 +00:00 |
|
Dennis Heimbigner
|
8dac6733ee
|
Fixed bug in file:// handling
|
2011-01-11 00:07:38 +00:00 |
|
Russ Rew
|
f7aaa9e097
|
Fix nccopy chunking and rechunking functionality when copying classic files with custom chunking specified for netCDF-4 output.
|
2011-01-09 21:41:07 +00:00 |
|
Russ Rew
|
3534c60904
|
Added ability to customize output chunking to nccopy.
|
2011-01-06 22:09:14 +00:00 |
|
Ed Hartnett
|
33a8091c98
|
undid some mistaken commits
|
2011-01-06 20:18:43 +00:00 |
|
Ed Hartnett
|
1a3ba4a6d8
|
cywin-mingw32 dlls now building
|
2011-01-06 20:12:06 +00:00 |
|
Ed Hartnett
|
5c636ce828
|
cleaned up, added comments
|
2011-01-06 16:52:19 +00:00 |
|
Russ Rew
|
52e525c19c
|
Factor out common functionality in ncdump and nccopy and share between them.
|
2011-01-05 23:48:47 +00:00 |
|
Dennis Heimbigner
|
b4650e8e56
|
|
2011-01-05 16:30:59 +00:00 |
|
Dennis Heimbigner
|
30733da7f6
|
fixed file: url case
|
2011-01-04 22:16:55 +00:00 |
|
Ed Hartnett
|
52d1a2b74e
|
init data space to shut up valgrind
|
2011-01-04 13:26:55 +00:00 |
|
Ed Hartnett
|
659fd84edb
|
Removed all void functions from tst programs. Thanks to solaris C compiler for being sensitive enough to notice this sort of thing.
|
2011-01-03 15:41:20 +00:00 |
|
Ed Hartnett
|
7f554f08ce
|
took out void function
|
2011-01-03 15:37:00 +00:00 |
|
Ed Hartnett
|
7235ea9982
|
changed void function to int to please solaris compiler
|
2011-01-02 13:22:42 +00:00 |
|
Russ Rew
|
d27879027e
|
Fix memory problem detected with MALLOC_CHECK_=2
|
2011-01-02 06:20:24 +00:00 |
|
Russ Rew
|
39b6c1eb5c
|
Fixed nccopy bug when using --disable-netcdf-4. Removed premature nccopy chunking code.
|
2011-01-01 20:02:58 +00:00 |
|
Russ Rew
|
b37a176fa0
|
Clarified documentation for nc_inq_grp_ncid(), differentiating it from nc_inq_ncid(). Fixed problem returning values from functions declared void in some libsrc4/ test programs. Added test for bug in ncdump for dimensions with same name in nested groups, and fix for bug. Fixed nccopy bug involving dimensions with smae name in nested groups. Added code for specifying chunking by dimension to nccopy (but not implemented yet).
|
2010-12-30 18:17:04 +00:00 |
|
Ed Hartnett
|
99496dd311
|
turned void returns into int returns, to stop Sun conplaining about my ERR macro using a return
|
2010-12-22 12:48:12 +00:00 |
|
Ed Hartnett
|
590fd8e08d
|
change ERR macro back to return instead of abort
|
2010-12-21 17:26:06 +00:00 |
|
Ed Hartnett
|
7abc6347bf
|
must use abort() not return in ERR macro, or solaris compiler craps out
|
2010-12-20 13:49:23 +00:00 |
|
Dennis Heimbigner
|
209742ebec
|
Fixed dap memory leaks
|
2010-12-17 23:54:09 +00:00 |
|
Ed Hartnett
|
8058055536
|
all failed tests now cause return
|
2010-12-16 19:24:52 +00:00 |
|
Ed Hartnett
|
d689efdc06
|
don't run tst_atts unless this is a netcdf-4 build
|
2010-12-16 18:13:52 +00:00 |
|
Ed Hartnett
|
9617477e83
|
changed test to prevent so much output
|
2010-12-16 17:36:14 +00:00 |
|
Dennis Heimbigner
|
f7e41dde66
|
add cdmremote skeleton code
|
2010-12-15 21:45:05 +00:00 |
|
Ed Hartnett
|
6ecbe1209f
|
changes to get parallel I/O working with spock's new brain.
|
2010-12-14 18:33:45 +00:00 |
|
Dennis Heimbigner
|
345de82ac7
|
fix dap.y typo
|
2010-12-10 18:47:43 +00:00 |
|
Ed Hartnett
|
0ba976a515
|
turned off nctest valgrind checks, except when --enable-extra-tests is used
|
2010-12-06 19:37:35 +00:00 |
|
Ed Hartnett
|
94210cb492
|
fixed HDF4 build memory problem
|
2010-12-06 16:27:08 +00:00 |
|
Dennis Heimbigner
|
c3c87a6aa5
|
|
2010-12-04 22:38:15 +00:00 |
|
Dennis Heimbigner
|
cba787cfff
|
Fixed bug in libcndap about handling nested sequences
|
2010-12-03 22:01:21 +00:00 |
|
Ed Hartnett
|
d66a45f05c
|
optimized way special dimid is written or updated.
|
2010-12-03 00:03:48 +00:00 |
|
Ed Hartnett
|
edc5c64e54
|
optimized way special dimid is searched for when var is opened.
|
2010-12-02 23:52:53 +00:00 |
|
Russ Rew
|
c64330e74e
|
Fix typo in 'worst naming convention in 45 years of programming' :-)
|
2010-12-02 21:43:45 +00:00 |
|
Ed Hartnett
|
184b2d0945
|
freed new path string for nc3 and nc4 files
|
2010-12-01 18:21:47 +00:00 |
|
Ed Hartnett
|
1d733fe2e1
|
updated libtool version required to 2.4.
|
2010-11-30 20:25:04 +00:00 |
|
Ed Hartnett
|
bc8b6de486
|
removed unneeded define
|
2010-11-30 19:31:28 +00:00 |
|
Russ Rew
|
7db57da22a
|
Fix group bug in cxx4, remove extraneous include from cxx4 examples.
|
2010-11-30 17:39:21 +00:00 |
|
Ed Hartnett
|
03f63a5f1c
|
many changes for memory fixes
|
2010-11-29 22:23:16 +00:00 |
|
Ed Hartnett
|
8cc0fd982f
|
fixed valgrind problems
|
2010-11-29 21:07:09 +00:00 |
|
Dennis Heimbigner
|
7a37820c55
|
Fix #1 for constraints
|
2010-11-29 17:58:09 +00:00 |
|
Dennis Heimbigner
|
c96133ded7
|
removed extraneous global variable
|
2010-11-24 23:12:20 +00:00 |
|
Ed Hartnett
|
186597e4ad
|
fixed libtool initialization
|
2010-11-23 22:12:05 +00:00 |
|
Russ Rew
|
23307ac97b
|
Fix bug in name/hash code for renaming a dimension.
|
2010-11-23 18:10:51 +00:00 |
|
Ed Hartnett
|
f98352bef6
|
added rename test that fails
|
2010-11-22 16:47:14 +00:00 |
|
Russ Rew
|
f4b8da646c
|
Add nccopy doumentation to Users Guide. Update man pages for ncdump, nccopy. Other minor fixes to Users Guide.
|
2010-11-17 23:20:40 +00:00 |
|
Russ Rew
|
7fb25a2a5a
|
Jeff Whitaker's nc-config change. Cosmetic change to benchmark output.
|
2010-11-16 23:08:42 +00:00 |
|
Dennis Heimbigner
|
d6741c826a
|
Fixed some constraint handling bugs
|
2010-11-13 23:24:28 +00:00 |
|
Russ Rew
|
5e1967e466
|
Put gettimeofday(&start_time, ...) call in the right place for meaningful timings.
|
2010-11-12 21:18:11 +00:00 |
|
Ed Hartnett
|
e22ff1d34a
|
added timing test of HDF5 many attributes creation
|
2010-11-12 20:12:32 +00:00 |
|