diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-06-29 19:13:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-29 19:13:29 (GMT) |
commit | fd933f30b1f8cd487ad790ac0b054bb779280a62 (patch) | |
tree | 9e366b2c19f1d84e28af4e588daf7bd8c075f8b6 /testpar/t_dset.c | |
parent | fd56a593b7928da636b2494b25cd7478fed78c29 (diff) | |
download | hdf5-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_dset.c')
-rw-r--r-- | testpar/t_dset.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/testpar/t_dset.c b/testpar/t_dset.c index 81edf17..9c72108 100644 --- a/testpar/t_dset.c +++ b/testpar/t_dset.c @@ -2890,16 +2890,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) @@ -3342,8 +3332,6 @@ test_actual_io_mode(int selection_mode) * * Purpose: Tests all possible cases of the actual_io_mode property. * - * Programmer: Jacob Gruber - * Date: 2011-04-06 */ void actual_io_mode_tests(void) @@ -3438,8 +3426,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 @@ -3780,8 +3766,6 @@ test_no_collective_cause_mode(int selection_mode) * * Purpose: Tests cases for broken collective IO. * - * Programmer: Jonathan Kim - * Date: Aug, 2012 */ void no_collective_cause_tests(void) @@ -4153,8 +4137,6 @@ dataset_atomicity(void) * * Purpose: Test cases for writing dense attributes in parallel * - * Programmer: Quincey Koziol - * Date: April, 2013 */ void test_dense_attr(void) |