Ed Hartnett
5faa166e8e
removed duplicated constant
2018-08-25 05:51:50 -06:00
Wei-keng Liao
116f303182
correct error code for operation not allowed in data mode is NC_ENOTINDEFINE
2018-08-24 21:26:25 -05:00
Ed Hartnett
85f3579195
fixed docs
2018-08-24 14:15:59 -06:00
Ed Hartnett
cf890be803
fixed docs
2018-08-24 14:14:15 -06:00
Ed Hartnett
8847c843fb
further cleanup for benchmark builds
2018-08-24 12:48:42 -06:00
Ward Fisher
17b7177868
Merge branch 'master' into patch-25
2018-08-24 11:27:10 -06:00
Ward Fisher
373d0365a1
Merge branch 'master' into default_format
2018-08-24 11:27:07 -06:00
Ward Fisher
b5db03595e
Merge branch 'master' into check_pnetcdf_version
2018-08-24 11:26:30 -06:00
Ed Hartnett
e1bd6f2c20
fixing cmake benchmarks, also removing unneeded run_bm.sh
2018-08-24 09:04:01 -06:00
Ed Hartnett
1310066494
getting parallel benchmarks to work, cleanup of benchmark scripts
2018-08-24 08:59:58 -06:00
Ed Hartnett
77d3a6db22
removed tst_ar5 from Makefile.am and cmake build
2018-08-24 07:11:51 -06:00
Ed Hartnett
933d91a556
fixed many benchmark warnings
2018-08-23 08:21:55 -06:00
Ed Hartnett
c665a23e86
fixed warnings in tst_chunks3.c
2018-08-23 07:05:33 -06:00
Ed Hartnett
077a96471e
got tst_chunks3 benchmark working
2018-08-23 07:02:44 -06:00
Ed Hartnett
c2b6d36779
comments
2018-08-23 06:34:10 -06:00
Ed Hartnett
a102f1c55d
got knmi benchmark test working with parallel builds
2018-08-23 06:32:04 -06:00
Ed Hartnett
cb51061861
got tst_files2
2018-08-22 10:09:32 -06:00
Ed Hartnett
00a8bbad8d
cleanup
2018-08-22 07:03:37 -06:00
Ed Hartnett
59307c405d
removing unneeded function nc4_rec_find_nc_type
2018-08-22 06:29:44 -06:00
Ed Hartnett
86cfc48a92
removing unneeded lookups
2018-08-22 06:13:53 -06:00
Ed Hartnett
8885c75ade
removing unneeded lookups
2018-08-22 06:08:19 -06:00
Ed Hartnett
ff1b71a1e4
cleanup of unneeded find functions
2018-08-21 16:46:44 -06:00
Ed Hartnett
580fc89776
cleanup of NC4_abort
2018-08-21 16:41:57 -06:00
Ed Hartnett
f4c36b532f
cleanup of NC4_abort
2018-08-21 16:40:32 -06:00
Ed Hartnett
8688b9cbf0
cleanup of NC4_sync
2018-08-21 16:37:12 -06:00
Ed Hartnett
d8c1a6209a
removed unneeded lookup function
2018-08-21 11:54:06 -06:00
Ed Hartnett
990a75d5d7
clean up of find_grp functions
2018-08-21 11:23:12 -06:00
Ed Hartnett
ece953458d
cleanup of group find functions
2018-08-21 10:50:32 -06:00
Ed Hartnett
42b9dc778f
removing unneeded function nc4_rec_find_grp
2018-08-21 10:28:44 -06:00
Ed Hartnett
8d0844fa7d
removing unneeded function calls
2018-08-21 10:20:32 -06:00
Ed Hartnett
e0bdcf5b64
clean up
2018-08-21 08:40:53 -06:00
Ed Hartnett
06db182eff
cleaned up error handling in nc4_close_netcdf4_file
2018-08-21 08:32:39 -06:00
Ed Hartnett
0feeba691e
removed enum test file from configure because it is not being used
2018-08-21 07:24:43 -06:00
Ed Hartnett
328cb8865f
undid changes to ocinternal.h
2018-08-21 07:14:28 -06:00
Ed Hartnett
30f03bc155
removed unneeded test data file
2018-08-21 07:09:49 -06:00
Ed Hartnett
62103d761c
fixed spaceing in nc.c
2018-08-21 06:53:27 -06:00
Ed Hartnett
563052d4b8
removed unneeded enum test
2018-08-21 06:42:10 -06:00
Ed Hartnett
b57b87c971
uncommented test code
2018-08-21 06:36:40 -06:00
Ed Hartnett
0bf04076dc
merged master
2018-08-21 06:16:03 -06:00
Ed Hartnett
3bbc590045
merged master
2018-08-20 17:08:20 -06:00
Ed Hartnett
c02f976d84
more tests
2018-08-20 17:05:29 -06:00
Ward Fisher
ab138d1f11
Merge branch 'master' into configure_error_out
2018-08-20 16:31:48 -06:00
Ward Fisher
c59f43d604
Merge pull request #1103 from NetCDF-World-Domination-Council/ejh_func_cleanup3
...
Warning, coverity warning, error handling, documentation, and hdf5_set_log_level fixes, all on the path to the lazy var feature
2018-08-20 16:31:31 -06:00
Greg Sjaardema
8743de7f34
Eliminate double printing of nccopy program name in usage output
...
The `error` macro used to output the usage information already outputs `progname`, so the `progname` argument is not needed and results in double printing of the `progname` as shown below:
```
ceerws2703a:build(master)> ../bin/nccopy
../bin/nccopy: ../bin/nccopy [-k kind] [-[3|4|6|7]] [-d n] [-s] [-c chunkspec] [-u] [-w] [-[v|V] varlist] [-[g|G] grplist] [-m n] [-h n] [-e n] [-r] infile outfile
[-k kind] specify kind of netCDF format for output file, default same as input
kind strings: 'classic', '64-bit offset', 'cdf5',
'netCDF-4', 'netCDF-4 classic model'
```
2018-08-20 11:28:55 -06:00
Ed Hartnett
fda87a8d5f
now check for max of 32 dims for a var in HDF5 file
2018-08-20 09:53:08 -06:00
Ed Hartnett
f77350c66d
testing error for HDF5 file with circular groups
2018-08-20 09:26:50 -06:00
Ed Hartnett
72805a5eed
tracking enum issue
2018-08-20 05:45:30 -06:00
Ed Hartnett
0ad7118064
no longer delete/re-create att if we dont have to
2018-08-20 05:10:34 -06:00
Ed Hartnett
e7b7430e75
trying to sort out nctest issue
2018-08-19 05:55:05 -06:00
Ed Hartnett
412c18a4a1
fixed error handling in read_coord_dimids
2018-08-18 05:59:30 -06:00