Edward Hartnett
|
b1c0fa07af
|
added tst_h_par_compress to CMake build
|
2020-07-08 13:26:50 -06:00 |
|
Edward Hartnett
|
73e21b4fd6
|
took out timing code
|
2020-07-08 13:21:33 -06:00 |
|
Edward Hartnett
|
c19aa14eaf
|
turned off szip testing while HDF5 issue is resolved
|
2020-07-08 13:14:58 -06:00 |
|
Edward Hartnett
|
4936edd840
|
adding other settings of dataset property list to match what is in nc4hdf5.c
|
2020-07-08 12:56:34 -06:00 |
|
Edward Hartnett
|
d1a13b28cc
|
adding property list for dataset creation to tst_h_par_compress.c
|
2020-07-08 12:39:35 -06:00 |
|
Edward Hartnett
|
c0b6792515
|
changed tst_h_par_compress to use H5Dcreate2() just like code in nc4hdf5.c does
|
2020-07-08 12:36:02 -06:00 |
|
Edward Hartnett
|
1d79a47c6d
|
fixed warning in tst_parallel5.c
|
2020-07-08 12:24:48 -06:00 |
|
Edward Hartnett
|
90777d6465
|
added new test tst_h_par_compress.c
|
2020-07-08 12:17:37 -06:00 |
|
Edward Hartnett
|
3e60a863de
|
fixed warning in hdf5filter.c
|
2020-07-08 11:24:54 -06:00 |
|
Edward Hartnett
|
5ff171a2fe
|
updated release notes
|
2020-07-08 11:11:28 -06:00 |
|
Edward Hartnett
|
832fbf19c8
|
now dont return error on second redef call for netcdf/HDF5 files
|
2020-07-08 11:10:15 -06:00 |
|
Edward Hartnett
|
5e41f33685
|
starting to test repeated redefs
|
2020-07-08 11:04:16 -06:00 |
|
Edward Hartnett
|
94c285afed
|
updated RELEASE_NOTES
|
2020-07-07 11:38:37 -06:00 |
|
Edward Hartnett
|
ab5a1c496c
|
updated RELEASE_NOTES
|
2020-07-07 11:36:22 -06:00 |
|
Edward Hartnett
|
2571552686
|
changed output to be more readable
|
2020-07-07 11:25:49 -06:00 |
|
Edward Hartnett
|
2dad8d1bff
|
now checking lat/lon coord values
|
2020-07-07 09:04:07 -06:00 |
|
Edward Hartnett
|
d539e03c68
|
further checking of metadata
|
2020-07-07 09:01:38 -06:00 |
|
Edward Hartnett
|
d13035b01e
|
further checking of metadata
|
2020-07-07 08:58:38 -06:00 |
|
Edward Hartnett
|
a13c0a2d23
|
starting to use get_vara functions to check metadata
|
2020-07-07 08:49:12 -06:00 |
|
Edward Hartnett
|
f9e753495e
|
more checking of metadata and coord vars
|
2020-07-07 08:04:06 -06:00 |
|
Ward Fisher
|
933a8979c1
|
Merge pull request #1775 from NOAA-GSD/ejh_test_szip_unlim
Allow szip to be used with unlimited dim
|
2020-07-06 16:40:53 -06:00 |
|
Edward Hartnett
|
6b2820ca95
|
now checking some coord vars
|
2020-07-06 08:26:35 -06:00 |
|
Edward Hartnett
|
661cde5203
|
more checking metadata
|
2020-07-06 08:14:15 -06:00 |
|
Edward Hartnett
|
7b477784f5
|
starting to check metadata
|
2020-07-06 07:53:11 -06:00 |
|
Edward Hartnett
|
8faa7ed946
|
added new metadata writing function
|
2020-07-05 15:57:07 -06:00 |
|
Edward Hartnett
|
a9b5c33ba7
|
dealing with coord var cleanup
|
2020-07-05 15:33:26 -06:00 |
|
Edward Hartnett
|
6e2a3cb3e3
|
cleaned up grid code
|
2020-07-05 14:27:19 -06:00 |
|
Edward Hartnett
|
aa1af2f456
|
cleaned up lat/lon code
|
2020-07-05 12:23:27 -06:00 |
|
Edward Hartnett
|
4a80190c64
|
code cleanup
|
2020-07-05 08:54:50 -06:00 |
|
Edward Hartnett
|
86c39cf7a2
|
working on 2D decomposition code
|
2020-07-04 10:45:33 -06:00 |
|
Edward Hartnett
|
7a9397aed8
|
cleanup of 2d decomposition
|
2020-07-04 10:31:12 -06:00 |
|
Edward Hartnett
|
ac3b77d418
|
merged in changes from ejh_test_szip_unlim
|
2020-07-04 07:43:50 -06:00 |
|
Edward Hartnett
|
4b78c0c4a3
|
merged master
|
2020-07-03 13:57:47 -06:00 |
|
Edward Hartnett
|
4cc06b683b
|
added test cdl files to cleanfiles
|
2020-07-03 12:56:22 -06:00 |
|
Edward Hartnett
|
64264190ba
|
merged in some ncdump tests
|
2020-07-02 14:30:35 -06:00 |
|
Edward Hartnett
|
4103faf0d5
|
added some ncdump tests for szip when it is present
|
2020-07-02 13:59:37 -06:00 |
|
Edward Hartnett
|
8b6a477151
|
updated RELEASE_NOTES
|
2020-07-02 10:58:26 -06:00 |
|
Edward Hartnett
|
6c112efb8e
|
fixed problem setting szip on var with unlimited dim and added test
|
2020-07-02 10:55:34 -06:00 |
|
Edward Hartnett
|
88dd5c5c65
|
starting to add test for unlimited dim
|
2020-07-02 10:34:15 -06:00 |
|
Edward Hartnett
|
b72dee72a1
|
starting to add decomp for 36 tasks
|
2020-07-02 09:37:55 -06:00 |
|
Edward Hartnett
|
ab25b62892
|
more benchmark development
|
2020-07-01 15:33:48 -06:00 |
|
Edward Hartnett
|
5b14cc1496
|
added attributes
|
2020-07-01 14:48:10 -06:00 |
|
Edward Hartnett
|
fd4e388002
|
added attributes
|
2020-07-01 14:47:59 -06:00 |
|
Edward Hartnett
|
527589a0d7
|
now create metadata in a function with many parameters
|
2020-07-01 13:30:24 -06:00 |
|
Ward Fisher
|
dd0609b153
|
Merge pull request #1769 from DennisHeimbigner/nczarr-experimental.dmh
First experimental release of nczarr
|
2020-07-01 13:03:14 -06:00 |
|
Edward Hartnett
|
3f6a367381
|
further development
|
2020-07-01 12:26:12 -06:00 |
|
Edward Hartnett
|
0568ca5e67
|
move data decomposition calculations to decomp_4D() function
|
2020-07-01 09:46:47 -06:00 |
|
Edward Hartnett
|
010c1b2766
|
fixed Makefile to refrain from building nc_perf/tst_gfs_data_1 for non-parallel builds
|
2020-07-01 08:28:58 -06:00 |
|
Edward Hartnett
|
1c8a361a62
|
more benchmark development for tst_gfs_data_1.c
|
2020-07-01 07:10:43 -06:00 |
|
Edward Hartnett
|
9a75e1a471
|
further test development
|
2020-06-30 14:31:54 -06:00 |
|