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
Ed Hartnett
35b0c5422d
got benchmark build working agian
2010-11-12 18:09:12 +00:00
Russ Rew
2ba3602188
remove writing attributes, since already tested in bm_many_atts benchmark
2010-11-12 05:36:24 +00:00
Russ Rew
171f42da85
Documentation fixes for udunits, cxx4. New benchmark programs for a large number of objects (groups, variables, attributes).
2010-11-12 03:56:26 +00:00
Russ Rew
6523e87b9b
Fix f90 example documentation bug.
2010-11-10 16:14:55 +00:00
Dennis Heimbigner
b2c05fa4d0
fixed:
...
ncgen: nan bug
made semicolons optional after type decls
libncdap{3,4}: revamped the NC surrogate to better match
with libsrc
libdispatch: Added a new_nc function to the dispatch table; its purpose
is to allow hierarchical use of NC compatible data structures.
libsrc: cleaned up the NC structure by removing drno field
general: removed --with-oc options
2010-11-09 22:53:03 +00:00
Russ Rew
cdffbf74a9
Fixed spelling errors.
2010-11-05 22:12:14 +00:00
Russ Rew
c0f9c533f6
fix nccopy man page
2010-11-05 20:53:01 +00:00
Ed Hartnett
ad5631b287
distclean the texi files generated by udunits
2010-11-02 22:46:16 +00:00
Ed Hartnett
aea3afe40a
trying to fix parallel make issue
2010-11-02 16:32:17 +00:00
Ed Hartnett
c2b967be53
changes to make parallel tests script output
2010-10-20 17:20:28 +00:00