summaryrefslogtreecommitdiffstats
path: root/testpar/t_2Gio.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-07-27 21:08:47 (GMT)
committerGitHub <noreply@github.com>2023-07-27 21:08:47 (GMT)
commit61186204c020a81b5b0044a3b5e08311ccf1424d (patch)
treed39acd70c119e92640277d4f595963f07d77f13c /testpar/t_2Gio.c
parent1e91d96fa02466ffe451319bdac1005f84dc7993 (diff)
downloadhdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.zip
hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.gz
hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.bz2
Remove "Programmer" lines (#3294)
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 a64b6c1..e651b1b 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)