summaryrefslogtreecommitdiffstats
path: root/tools/test/perform/chunk.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-06-29 19:13:29 (GMT)
committerGitHub <noreply@github.com>2023-06-29 19:13:29 (GMT)
commitfd933f30b1f8cd487ad790ac0b054bb779280a62 (patch)
tree9e366b2c19f1d84e28af4e588daf7bd8c075f8b6 /tools/test/perform/chunk.c
parentfd56a593b7928da636b2494b25cd7478fed78c29 (diff)
downloadhdf5-fd933f30b1f8cd487ad790ac0b054bb779280a62.zip
hdf5-fd933f30b1f8cd487ad790ac0b054bb779280a62.tar.gz
hdf5-fd933f30b1f8cd487ad790ac0b054bb779280a62.tar.bz2
Remove programmer/date from comments (#3210)
* Removes Programmer: and Date: fields * Fixes a few Modifications: fields leftover from previous work
Diffstat (limited to 'tools/test/perform/chunk.c')
-rw-r--r--tools/test/perform/chunk.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/tools/test/perform/chunk.c b/tools/test/perform/chunk.c
index f630cf3..665c857 100644
--- a/tools/test/perform/chunk.c
+++ b/tools/test/perform/chunk.c
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Robb Matzke
- * Thursday, May 14, 1998
- *
* Purpose: Checks the effect of various I/O request sizes and raw data
* cache sizes. Performance depends on the amount of data read
* from disk and we use a filter to get that number.
@@ -94,9 +91,6 @@ static const H5Z_class2_t H5Z_COUNTER[1] = {{
*
* Failure: never fails
*
- * Programmer: Robb Matzke
- * Thursday, May 14, 1998
- *
*-------------------------------------------------------------------------
*/
static size_t
@@ -118,9 +112,6 @@ counter(unsigned H5_ATTR_UNUSED flags, size_t H5_ATTR_UNUSED cd_nelmts,
*
* Return: void
*
- * Programmer: Robb Matzke
- * Thursday, May 14, 1998
- *
*-------------------------------------------------------------------------
*/
static void
@@ -168,9 +159,6 @@ create_dataset(void)
*
* Return: Efficiency: data requested divided by data actually read.
*
- * Programmer: Robb Matzke
- * Thursday, May 14, 1998
- *
*-------------------------------------------------------------------------
*/
static double
@@ -238,9 +226,6 @@ test_rowmaj(int op, size_t cache_size, size_t io_size)
*
* Return: Efficiency.
*
- * Programmer: Robb Matzke
- * Friday, May 15, 1998
- *
*-------------------------------------------------------------------------
*/
static double
@@ -307,9 +292,6 @@ test_diag(int op, size_t cache_size, size_t io_size, size_t offset)
*
* Failure:
*
- * Programmer: Robb Matzke
- * Thursday, May 14, 1998
- *
*-------------------------------------------------------------------------
*/
int