mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-17 16:50:18 +08:00
fixed comments
This commit is contained in:
parent
61477db387
commit
c4a8671a0d
@ -2,10 +2,10 @@
|
||||
Copyright 2019, UCAR/Unidata
|
||||
See COPYRIGHT file for copying and redistribution conditions.
|
||||
|
||||
This program tests netcdf-4 parallel I/O using zlib, shuffle, and
|
||||
fletcher32 fliters while writing with parallel I/O. This works for
|
||||
HDF5-1.10.2 and later. In this case HDF5_SUPPORTS_PAR_FILTERS will
|
||||
be defined during configure.
|
||||
This program tests netcdf-4 parallel I/O using the zlib fliter while
|
||||
writing with parallel I/O. This works for HDF5-1.10.2 and later. In
|
||||
this case HDF5_SUPPORTS_PAR_FILTERS will be defined during
|
||||
configure.
|
||||
|
||||
Ed Hartnett, 12/19/2019
|
||||
*/
|
||||
|
@ -1,8 +1,11 @@
|
||||
/* Copyright 2019, UCAR/Unidata See COPYRIGHT file for copying and
|
||||
/*
|
||||
Copyright 2019, UCAR/Unidata See COPYRIGHT file for copying and
|
||||
redistribution conditions.
|
||||
|
||||
This program tests netcdf-4 parallel I/O using zlib compression while
|
||||
writing.
|
||||
This program tests netcdf-4 parallel I/O using zlib, shuffle, and
|
||||
fletcher32 fliters while writing with parallel I/O. This works for
|
||||
HDF5-1.10.2 and later. In this case HDF5_SUPPORTS_PAR_FILTERS will
|
||||
be defined during configure.
|
||||
|
||||
Ed Hartnett, 12/19/2019
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user