fixed comments

This commit is contained in:
Edward Hartnett 2019-12-20 14:04:57 -07:00
parent 61477db387
commit c4a8671a0d
2 changed files with 10 additions and 7 deletions

View File

@ -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
*/

View File

@ -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
*/