summaryrefslogtreecommitdiffstats
path: root/testpar/t_filters_parallel.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_filters_parallel.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_filters_parallel.c')
-rw-r--r--testpar/t_filters_parallel.c68
1 files changed, 0 insertions, 68 deletions
diff --git a/testpar/t_filters_parallel.c b/testpar/t_filters_parallel.c
index dacdee5..16856bd 100644
--- a/testpar/t_filters_parallel.c
+++ b/testpar/t_filters_parallel.c
@@ -11,8 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Jordan Henderson
- * 01/31/2017
*
* This file contains tests for writing to and reading from
* datasets in parallel with filters applied to the data.
@@ -395,8 +393,6 @@ verify_space_alloc_status(hid_t dset_id, hid_t dcpl_id, num_chunks_written_t chu
* Tests parallel write of filtered data in the special
* case where a dataset is composed of a single chunk.
*
- * Programmer: Jordan Henderson
- * 02/01/2017
*/
static void
test_write_one_chunk_filtered_dataset(const char *parent_group, H5Z_filter_t filter_id, hid_t fapl_id,
@@ -549,8 +545,6 @@ test_write_one_chunk_filtered_dataset(const char *parent_group, H5Z_filter_t fil
* In this case, the write operation can be optimized because
* chunks do not have to be redistributed to new owners.
*
- * Programmer: Jordan Henderson
- * 02/01/2017
*/
static void
test_write_filtered_dataset_no_overlap(const char *parent_group, H5Z_filter_t filter_id, hid_t fapl_id,
@@ -858,8 +852,6 @@ test_write_filtered_dataset_no_overlap_partial(const char *parent_group, H5Z_fil
* redistributed before the operation so that only one process
* writes to a particular chunk.
*
- * Programmer: Jordan Henderson
- * 02/01/2017
*/
static void
test_write_filtered_dataset_overlap(const char *parent_group, H5Z_filter_t filter_id, hid_t fapl_id,
@@ -1654,8 +1646,6 @@ test_write_filtered_dataset_multi_unlim_dim_overlap(const char *parent_group, H5
* participate in the re-insertion of the filtered chunks
* into the chunk index.
*
- * Programmer: Jordan Henderson
- * 02/01/2017
*/
static void
test_write_filtered_dataset_single_no_selection(const char *parent_group, H5Z_filter_t filter_id,
@@ -1826,8 +1816,6 @@ test_write_filtered_dataset_single_no_selection(const char *parent_group, H5Z_fi
* but the dataset is populated with the default fill
* value.
*
- * Programmer: Jordan Henderson
- * 02/02/2017
*/
static void
test_write_filtered_dataset_all_no_selection(const char *parent_group, H5Z_filter_t filter_id, hid_t fapl_id,
@@ -1945,8 +1933,6 @@ test_write_filtered_dataset_all_no_selection(const char *parent_group, H5Z_filte
* Tests parallel write of filtered data by using
* point selections instead of hyperslab selections.
*
- * Programmer: Jordan Henderson
- * 02/02/2017
*/
static void
test_write_filtered_dataset_point_selection(const char *parent_group, H5Z_filter_t filter_id, hid_t fapl_id,
@@ -2093,8 +2079,6 @@ test_write_filtered_dataset_point_selection(const char *parent_group, H5Z_filter
* the whole chunk is selected, leading to an interleaved
* write pattern.
*
- * Programmer: Jordan Henderson
- * 02/02/2017
*/
static void
test_write_filtered_dataset_interleaved_write(const char *parent_group, H5Z_filter_t filter_id, hid_t fapl_id,
@@ -2264,8 +2248,6 @@ test_write_filtered_dataset_interleaved_write(const char *parent_group, H5Z_filt
* the transform function resulting in not breaking to
* independent I/O.
*
- * Programmer: Jan-Willem Blokland
- * 08/20/2021
*/
static void
test_write_transformed_filtered_dataset_no_overlap(const char *parent_group, H5Z_filter_t filter_id,
@@ -2428,8 +2410,6 @@ test_write_transformed_filtered_dataset_no_overlap(const char *parent_group, H5Z
* the dataset has 3 dimensions and each process writes
* to its own "page" in the 3rd dimension.
*
- * Programmer: Jordan Henderson
- * 02/06/2017
*/
static void
test_write_3d_filtered_dataset_no_overlap_separate_pages(const char *parent_group, H5Z_filter_t filter_id,
@@ -2590,8 +2570,6 @@ test_write_3d_filtered_dataset_no_overlap_separate_pages(const char *parent_grou
* to each "page" in the 3rd dimension. However, no chunk
* on a given "page" is written to by more than one process.
*
- * Programmer: Jordan Henderson
- * 02/06/2017
*/
static void
test_write_3d_filtered_dataset_no_overlap_same_pages(const char *parent_group, H5Z_filter_t filter_id,
@@ -2753,8 +2731,6 @@ test_write_3d_filtered_dataset_no_overlap_same_pages(const char *parent_group, H
* to each "page" in the 3rd dimension. Further, each chunk
* in each "page" is written to equally by all processes.
*
- * Programmer: Jordan Henderson
- * 02/06/2017
*/
static void
test_write_3d_filtered_dataset_overlap(const char *parent_group, H5Z_filter_t filter_id, hid_t fapl_id,
@@ -2927,8 +2903,6 @@ test_write_3d_filtered_dataset_overlap(const char *parent_group, H5Z_filter_t fi
* chunks using a compound datatype which doesn't
* require a datatype conversion.
*
- * Programmer: Jordan Henderson
- * 02/10/2017
*/
static void
test_write_cmpd_filtered_dataset_no_conversion_unshared(const char *parent_group, H5Z_filter_t filter_id,
@@ -3108,8 +3082,6 @@ test_write_cmpd_filtered_dataset_no_conversion_unshared(const char *parent_group
* chunks using a compound datatype which doesn't
* require a datatype conversion.
*
- * Programmer: Jordan Henderson
- * 02/10/2017
*/
static void
test_write_cmpd_filtered_dataset_no_conversion_shared(const char *parent_group, H5Z_filter_t filter_id,
@@ -3301,8 +3273,6 @@ test_write_cmpd_filtered_dataset_no_conversion_shared(const char *parent_group,
* allowed when there are filters in the pipeline,
* unless there is only one MPI rank.
*
- * Programmer: Jordan Henderson
- * 02/07/2017
*/
static void
test_write_cmpd_filtered_dataset_type_conversion_unshared(const char *parent_group, H5Z_filter_t filter_id,
@@ -3500,8 +3470,6 @@ test_write_cmpd_filtered_dataset_type_conversion_unshared(const char *parent_gro
* allowed when there are filters in the pipeline,
* unless there is only one MPI rank.
*
- * Programmer: Jordan Henderson
- * 02/10/2017
*/
static void
test_write_cmpd_filtered_dataset_type_conversion_shared(const char *parent_group, H5Z_filter_t filter_id,
@@ -3698,8 +3666,6 @@ test_write_cmpd_filtered_dataset_type_conversion_shared(const char *parent_group
* the singular chunk and contributes its piece to a
* global buffer that is checked for consistency.
*
- * Programmer: Jordan Henderson
- * 05/14/2018
*/
static void
test_read_one_chunk_filtered_dataset(const char *parent_group, H5Z_filter_t filter_id, hid_t fapl_id,
@@ -3899,8 +3865,6 @@ test_read_one_chunk_filtered_dataset(const char *parent_group, H5Z_filter_t filt
* the dataset and contributes its piece to a global buffer
* that is checked for consistency.
*
- * Programmer: Jordan Henderson
- * 05/15/2018
*/
static void
test_read_filtered_dataset_no_overlap(const char *parent_group, H5Z_filter_t filter_id, hid_t fapl_id,
@@ -4100,8 +4064,6 @@ test_read_filtered_dataset_no_overlap(const char *parent_group, H5Z_filter_t fil
* each chunk of the dataset and contributes its pieces
* to a global buffer that is checked for consistency.
*
- * Programmer: Jordan Henderson
- * 05/15/2018
*/
static void
test_read_filtered_dataset_overlap(const char *parent_group, H5Z_filter_t filter_id, hid_t fapl_id,
@@ -4318,8 +4280,6 @@ test_read_filtered_dataset_overlap(const char *parent_group, H5Z_filter_t filter
* reads a part of the dataset and contributes its piece
* to a global buffer that is checked for consistency.
*
- * Programmer: Jordan Henderson
- * 05/15/2018
*/
static void
test_read_filtered_dataset_single_no_selection(const char *parent_group, H5Z_filter_t filter_id,
@@ -4547,8 +4507,6 @@ test_read_filtered_dataset_single_no_selection(const char *parent_group, H5Z_fil
* data to the dataset. Then, each rank will simply issue
* a no-op read.
*
- * Programmer: Jordan Henderson
- * 05/15/2018
*/
static void
test_read_filtered_dataset_all_no_selection(const char *parent_group, H5Z_filter_t filter_id, hid_t fapl_id,
@@ -4683,8 +4641,6 @@ test_read_filtered_dataset_all_no_selection(const char *parent_group, H5Z_filter
* contribute its piece to a global buffer that is
* checked for consistency.
*
- * Programmer: Jordan Henderson
- * 05/15/2018
*/
static void
test_read_filtered_dataset_point_selection(const char *parent_group, H5Z_filter_t filter_id, hid_t fapl_id,
@@ -4897,8 +4853,6 @@ test_read_filtered_dataset_point_selection(const char *parent_group, H5Z_filter_
* of each chunk of the dataset and will contribute its
* pieces to a global buffer that is checked for consistency.
*
- * Programmer: Jordan Henderson
- * 05/15/2018
*/
static void
test_read_filtered_dataset_interleaved_read(const char *parent_group, H5Z_filter_t filter_id, hid_t fapl_id,
@@ -5125,8 +5079,6 @@ test_read_filtered_dataset_interleaved_read(const char *parent_group, H5Z_filter
* of the dataset and contributes its piece to a global buffer
* that is checked for consistency.
*
- * Programmer: Jordan Henderson
- * 05/16/2018
*/
static void
test_read_3d_filtered_dataset_no_overlap_separate_pages(const char *parent_group, H5Z_filter_t filter_id,
@@ -5344,8 +5296,6 @@ test_read_3d_filtered_dataset_no_overlap_separate_pages(const char *parent_group
* the dataset and contributes its piece to a global buffer
* that is checked for consistency.
*
- * Programmer: Jan-Willem Blokland
- * 08/20/2021
*/
static void
test_read_transformed_filtered_dataset_no_overlap(const char *parent_group, H5Z_filter_t filter_id,
@@ -5569,8 +5519,6 @@ test_read_transformed_filtered_dataset_no_overlap(const char *parent_group, H5Z_
* each "page" of the dataset and contributes its piece to a
* global buffer that is checked for consistency.
*
- * Programmer: Jordan Henderson
- * 05/16/2018
*/
static void
test_read_3d_filtered_dataset_no_overlap_same_pages(const char *parent_group, H5Z_filter_t filter_id,
@@ -5780,8 +5728,6 @@ test_read_3d_filtered_dataset_no_overlap_same_pages(const char *parent_group, H5
* chunk of each "page" and contributes its pieces to a
* global buffer that is checked for consistency.
*
- * Programmer: Jordan Henderson
- * 05/16/2018
*/
static void
test_read_3d_filtered_dataset_overlap(const char *parent_group, H5Z_filter_t filter_id, hid_t fapl_id,
@@ -6012,8 +5958,6 @@ test_read_3d_filtered_dataset_overlap(const char *parent_group, H5Z_filter_t fil
* the dataset and contributes its piece to a global
* buffer that is checked for consistency.
*
- * Programmer: Jordan Henderson
- * 05/17/2018
*/
static void
test_read_cmpd_filtered_dataset_no_conversion_unshared(const char *parent_group, H5Z_filter_t filter_id,
@@ -6239,8 +6183,6 @@ test_read_cmpd_filtered_dataset_no_conversion_unshared(const char *parent_group,
* each chunk of the dataset and contributes its piece
* to a global buffer that is checked for consistency.
*
- * Programmer: Jordan Henderson
- * 05/17/2018
*/
static void
test_read_cmpd_filtered_dataset_no_conversion_shared(const char *parent_group, H5Z_filter_t filter_id,
@@ -6472,8 +6414,6 @@ test_read_cmpd_filtered_dataset_no_conversion_shared(const char *parent_group, H
* the dataset and contributes its piece to a global
* buffer that is checked for consistency.
*
- * Programmer: Jordan Henderson
- * 05/17/2018
*/
static void
test_read_cmpd_filtered_dataset_type_conversion_unshared(const char *parent_group, H5Z_filter_t filter_id,
@@ -6708,8 +6648,6 @@ test_read_cmpd_filtered_dataset_type_conversion_unshared(const char *parent_grou
* each chunk of the dataset and contributes its pieces
* to a global buffer that is checked for consistency.
*
- * Programmer: Jordan Henderson
- * 05/17/2018
*/
static void
test_read_cmpd_filtered_dataset_type_conversion_shared(const char *parent_group, H5Z_filter_t filter_id,
@@ -6946,8 +6884,6 @@ test_read_cmpd_filtered_dataset_type_conversion_shared(const char *parent_group,
* re-opened in parallel and read by all
* processes to ensure data correctness.
*
- * Programmer: Jordan Henderson
- * 08/03/2017
*/
static void
test_write_serial_read_parallel(const char *parent_group, H5Z_filter_t filter_id, hid_t fapl_id,
@@ -7083,8 +7019,6 @@ test_write_serial_read_parallel(const char *parent_group, H5Z_filter_t filter_id
* then re-opened and read by a single
* process to ensure data correctness.
*
- * Programmer: Jordan Henderson
- * 08/03/2017
*/
static void
test_write_parallel_read_serial(const char *parent_group, H5Z_filter_t filter_id, hid_t fapl_id,
@@ -7260,8 +7194,6 @@ test_write_parallel_read_serial(const char *parent_group, H5Z_filter_t filter_id
* thus controlling the compression ratio) does not cause
* problems.
*
- * Programmer: Jordan Henderson
- * 06/04/2018
*/
static void
test_shrinking_growing_chunks(const char *parent_group, H5Z_filter_t filter_id, hid_t fapl_id, hid_t dcpl_id,