Wei-keng Liao
|
154b805dc4
|
check PnetCDF setting on erange-fill and adjust
|
2016-11-14 10:41:10 -06:00 |
|
Wei-keng Liao
|
e8cfdbb25a
|
Merge branch 'master' into issue258
|
2016-11-13 00:00:54 -06:00 |
|
Wei-keng Liao
|
2081ae7099
|
add configure option --enable-relax-coord-bound for issue #243
|
2016-11-12 23:58:09 -06:00 |
|
Ward Fisher
|
f4a5d38992
|
Corrected issue for systems that don't have libsz installed.
|
2016-11-10 18:06:29 -07:00 |
|
Ward Fisher
|
0927fed943
|
Modified previous change.
|
2016-11-11 00:39:19 +00:00 |
|
Ward Fisher
|
7d1289fb64
|
Started replacing hack using TLL_LIBS with CMAKE_REQUIRED_LIBRARIES
|
2016-11-10 23:30:01 +00:00 |
|
Ward Fisher
|
12d9891305
|
Moved stanza for NC_EXTRA_DEPS before checking for other libraries.
|
2016-11-10 23:22:02 +00:00 |
|
Ward Fisher
|
3796c7b15a
|
Merge branch 'master' into nc-config
|
2016-11-09 17:08:01 -07:00 |
|
Ward Fisher
|
f4ac2f827d
|
Merge branch 'patch-4' of https://github.com/gsjaardema/netcdf-c into gh290
|
2016-11-09 12:27:48 -07:00 |
|
Wei-keng Liao
|
e357696c8d
|
sync with PnetCDF on use of NC_ENULLSTART and NC_ENULLCOUNT
|
2016-11-04 17:29:40 -05:00 |
|
Wei-keng Liao
|
5137be27d1
|
add configure/cmake option to disable erange_fill
|
2016-11-03 15:14:14 -05:00 |
|
Ward Fisher
|
a5b595e974
|
Removed stray info lines in nc-config templates.
|
2016-11-01 10:47:17 -06:00 |
|
Wei-keng Liao
|
06c1f744e8
|
silence gcc compile warnings when using -Wconversion
|
2016-10-30 00:44:28 -05:00 |
|
Wei-keng Liao
|
7572e1cbbf
|
add sizeof checks for unsigned data types
|
2016-10-28 18:16:49 -05:00 |
|
Wei-keng Liao
|
04e5ff4c74
|
sync with master branch
|
2016-10-28 11:54:25 -05:00 |
|
Wei-keng Liao
|
309303e34e
|
remove argument fillv for get APIs as we use default fill values for fillv
|
2016-10-28 10:34:51 -05:00 |
|
Ward Fisher
|
99c8bccd85
|
Tweaked options table in install document.
|
2016-10-27 14:13:29 -06:00 |
|
Ward Fisher
|
08609a6ed4
|
Cleaning up the install doc, and updating some missing items.
|
2016-10-27 13:36:26 -06:00 |
|
Wei-keng Liao
|
f19e4ce81e
|
sync m4 files with PnetCDF
|
2016-10-25 15:11:16 -05:00 |
|
Wei-keng Liao
|
39ea0963e1
|
make ERANGE_FILL default
|
2016-10-25 15:10:25 -05:00 |
|
Wei-keng Liao
|
7fbde1b5bc
|
add a new option ERANGE_FILL to use fill values when NC_ERANGE occurs; sync ncx.m4 with PnetCDF
|
2016-10-25 15:09:52 -05:00 |
|
Wei-keng Liao
|
87fab92924
|
match type of a subroutine argument
|
2016-10-25 13:28:38 -05:00 |
|
Wei-keng Liao
|
d78ec898e5
|
SCHAR_MAX is 127, not 128
|
2016-10-25 13:21:54 -05:00 |
|
Wei-keng Liao
|
c282d18080
|
add two fill value inquiry subroutines
|
2016-10-25 13:14:03 -05:00 |
|
Ward Fisher
|
eb5be645ea
|
Added missing err_macros.h to tst_parallel.c
|
2016-10-25 12:00:39 -06:00 |
|
Ward Fisher
|
174aa62d75
|
Added missing err_macros.h to tst_parallel4.c
|
2016-10-25 11:59:27 -06:00 |
|
Ward Fisher
|
d8c04ead27
|
Added missing err_macros.h to tst_nc4perf.c
|
2016-10-25 11:58:24 -06:00 |
|
Ward Fisher
|
c9ca03deee
|
Added missing err_macros.h to tst_parallel3.c
|
2016-10-25 11:57:22 -06:00 |
|
Ward Fisher
|
414ef40ca1
|
Added missing err_macros.h to tst_mode.c
|
2016-10-25 11:56:25 -06:00 |
|
Ward Fisher
|
938b27bd84
|
Added missing err_macros.h to tst_mpi_parallel.c
|
2016-10-25 11:54:25 -06:00 |
|
Ward Fisher
|
4111dcfe9e
|
Propegated autoconf options in travis.yml
|
2016-10-24 17:21:15 -06:00 |
|
Ward Fisher
|
4feadbfd22
|
Additional updates in support of https://github.com/Unidata/netcdf-c/issues/321
|
2016-10-24 17:16:58 -06:00 |
|
Ward Fisher
|
b37784ed7f
|
Corrected parallel tests in support of https://github.com/Unidata/netcdf-c/issues.321
|
2016-10-24 22:45:15 +00:00 |
|
Ward Fisher
|
be9eeb1c96
|
Corrected missing include in a couple of hdf4 tests.
|
2016-10-21 13:55:49 -06:00 |
|
Ward Fisher
|
873b9e9557
|
Removed an old benchmark test for which the source data appears to be long gone.
|
2016-10-21 19:48:14 +00:00 |
|
Ward Fisher
|
dd557c1919
|
Updated an old benchmark script and ref files to accomodate updated metadata reported by ncdump.
|
2016-10-21 19:42:14 +00:00 |
|
Ward Fisher
|
1c11fc5d59
|
More refactoring, pushing to avoid accidental loss.
|
2016-10-21 19:24:40 +00:00 |
|
Ward Fisher
|
157af11bc2
|
Refactoring tests to separate out error macros from tests, in support of fixing http://github.com/Unidata/netcdf-c/issues/321
|
2016-10-21 17:17:39 +00:00 |
|
Wei-keng Liao
|
075bc075e4
|
ncmpi__enddef has been available since PnetCDF 1.5.0
|
2016-10-18 14:38:34 -05:00 |
|
Wei-keng Liao
|
08afcf1f88
|
add missing tests from the original netCDF
|
2016-10-13 13:25:16 -05:00 |
|
Wei-keng Liao
|
6737a38a24
|
add back a fix for NC_EDIMSIZE
|
2016-10-13 03:26:08 -05:00 |
|
Wei-keng Liao
|
beac085c7d
|
more updates due to renaming test_read.c and test_write.c to m4 files
|
2016-10-13 02:56:50 -05:00 |
|
Wei-keng Liao
|
ac86d8c9fb
|
Update CMakeLists.txt due to test_read.c and test_write.c have been renamed to m4 files
|
2016-10-13 02:25:21 -05:00 |
|
Wei-keng Liao
|
3a93d84a67
|
borrow some m4 files from PnetCDF
|
2016-10-13 02:17:31 -05:00 |
|
Wei-keng Liao
|
0d24dccbd3
|
copy ncx.m4 from PnetCDF
|
2016-10-13 02:15:45 -05:00 |
|
Wei-keng Liao
|
fbbed1f9ff
|
move ncid check to the first and add varid check before name check
|
2016-10-13 02:12:26 -05:00 |
|
Wei-keng Liao
|
df91c19f3c
|
add NULL name check
|
2016-10-12 13:45:41 -05:00 |
|
Wei-keng Liao
|
125ca43cfb
|
add NULL name check
|
2016-10-12 13:33:44 -05:00 |
|
Wei-keng Liao
|
4725c1484b
|
move varid check right after ncid
|
2016-10-12 13:33:17 -05:00 |
|
Ward Fisher
|
a3327a3621
|
removed outdated information re: parallel netcdf.
|
2016-10-10 10:53:25 -06:00 |
|