summaryrefslogtreecommitdiffstats
path: root/testpar/t_2Gio.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 /testpar/t_2Gio.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 'testpar/t_2Gio.c')
-rw-r--r--testpar/t_2Gio.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/testpar/t_2Gio.c b/testpar/t_2Gio.c
index c9faa09..8ab13bf 100644
--- a/testpar/t_2Gio.c
+++ b/testpar/t_2Gio.c
@@ -3332,16 +3332,6 @@ none_selection_chunk(void)
* is not needed as they are covered by DIRECT_CHUNK_MIX and
* MULTI_CHUNK_MIX_DISAGREE cases. _DIRECT_ cases are only for testing
* path way to multi-chunk-io by H5FD_MPIO_CHUNK_MULTI_IO instead of num-threshold.
- *
- * Modification:
- * - Refctore to remove multi-chunk-without-opimization test and update for
- * testing direct to multi-chunk-io
- * Programmer: Jonathan Kim
- * Date: 2012-10-10
- *
- *
- * Programmer: Jacob Gruber
- * Date: 2011-04-06
*/
static void
test_actual_io_mode(int selection_mode)
@@ -3774,9 +3764,6 @@ test_actual_io_mode(int selection_mode)
/* Function: actual_io_mode_tests
*
* Purpose: Tests all possible cases of the actual_io_mode property.
- *
- * Programmer: Jacob Gruber
- * Date: 2011-04-06
*/
void
actual_io_mode_tests(void)
@@ -3852,9 +3839,6 @@ actual_io_mode_tests(void)
*
* TEST_NOT_CONTIGUOUS_OR_CHUNKED_DATASET_EXTERNAL:
* Test for Externl-File storage as the cause of breaking collective I/O.
- *
- * Programmer: Jonathan Kim
- * Date: Aug, 2012
*/
#define FILE_EXTERNAL "nocolcause_extern.data"
static void
@@ -4190,9 +4174,6 @@ test_no_collective_cause_mode(int selection_mode)
/* Function: no_collective_cause_tests
*
* Purpose: Tests cases for broken collective IO.
- *
- * Programmer: Jonathan Kim
- * Date: Aug, 2012
*/
void
no_collective_cause_tests(void)
@@ -4560,9 +4541,6 @@ dataset_atomicity(void)
/* Function: dense_attr_test
*
* Purpose: Test cases for writing dense attributes in parallel
- *
- * Programmer: Quincey Koziol
- * Date: April, 2013
*/
void
test_dense_attr(void)