Remove programmer/date from comments (#3210)

* Removes Programmer: and Date: fields
* Fixes a few Modifications: fields leftover from previous work
This commit is contained in:
Dana Robinson
2023-06-29 12:13:29 -07:00
committed by GitHub
parent fd56a593b7
commit fd933f30b1
644 changed files with 36 additions and 20203 deletions
-15
View File
@@ -1241,9 +1241,6 @@ create_faccess_plist(MPI_Comm comm, MPI_Info info, int l_facc_type)
*
* Failure: -1
*
* Programmer: Unknown
* July 12th, 2004
*
*-------------------------------------------------------------------------
*/
@@ -1291,12 +1288,6 @@ coll_chunk1(void)
* Return: Success: 0
*
* Failure: -1
*
* Programmer: Unknown
* July 12th, 2004
*
* Modifications:
*
*-------------------------------------------------------------------------
*/
@@ -1345,9 +1336,6 @@ coll_chunk2(void)
*
* Failure: -1
*
* Programmer: Unknown
* July 12th, 2004
*
*-------------------------------------------------------------------------
*/
@@ -1402,9 +1390,6 @@ coll_chunk3(void)
*
* Failure: -1
*
* Programmer: Unknown
* July 12th, 2004
*
*-------------------------------------------------------------------------
*/
-3
View File
@@ -13,9 +13,6 @@
/*
* This verifies if the storage space allocation methods are compatible between
* serial and parallel modes.
*
* Created by: Christian Chilan and Albert Cheng
* Date: 2006/05/25
*/
#include "hdf5.h"
-72
View File
@@ -42,12 +42,6 @@ static void coll_chunktest(const char *filename, int chunk_factor, int select_fa
* Return: Success: 0
*
* Failure: -1
*
* Programmer: Unknown
* July 12th, 2004
*
* Modifications:
*
*-------------------------------------------------------------------------
*/
@@ -109,12 +103,6 @@ coll_chunk1(void)
* Return: Success: 0
*
* Failure: -1
*
* Programmer: Unknown
* July 12th, 2004
*
* Modifications:
*
*-------------------------------------------------------------------------
*/
@@ -176,12 +164,6 @@ coll_chunk2(void)
* Return: Success: 0
*
* Failure: -1
*
* Programmer: Unknown
* July 12th, 2004
*
* Modifications:
*
*-------------------------------------------------------------------------
*/
@@ -246,12 +228,6 @@ coll_chunk3(void)
* Return: Success: 0
*
* Failure: -1
*
* Programmer: Unknown
* July 12th, 2004
*
* Modifications:
*
*-------------------------------------------------------------------------
*/
@@ -314,12 +290,6 @@ coll_chunk4(void)
* Return: Success: 0
*
* Failure: -1
*
* Programmer: Unknown
* July 12th, 2004
*
* Modifications:
*
*-------------------------------------------------------------------------
*/
@@ -384,12 +354,6 @@ coll_chunk5(void)
* Return: Success: 0
*
* Failure: -1
*
* Programmer: Unknown
* July 12th, 2004
*
* Modifications:
*
*-------------------------------------------------------------------------
*/
@@ -452,12 +416,6 @@ coll_chunk6(void)
* Return: Success: 0
*
* Failure: -1
*
* Programmer: Unknown
* July 12th, 2004
*
* Modifications:
*
*-------------------------------------------------------------------------
*/
@@ -520,12 +478,6 @@ coll_chunk7(void)
* Return: Success: 0
*
* Failure: -1
*
* Programmer: Unknown
* July 12th, 2004
*
* Modifications:
*
*-------------------------------------------------------------------------
*/
@@ -588,12 +540,6 @@ coll_chunk8(void)
* Return: Success: 0
*
* Failure: -1
*
* Programmer: Unknown
* July 12th, 2004
*
* Modifications:
*
*-------------------------------------------------------------------------
*/
@@ -656,12 +602,6 @@ coll_chunk9(void)
* Return: Success: 0
*
* Failure: -1
*
* Programmer: Unknown
* July 12th, 2004
*
* Modifications:
*
*-------------------------------------------------------------------------
*/
@@ -727,18 +667,6 @@ coll_chunk10(void)
* Return: Success: 0
*
* Failure: -1
*
* Modifications:
* Remove invalid temporary property checkings for API_LINK_HARD and
* API_LINK_TRUE cases.
* Programmer: Jonathan Kim
* Date: 2012-10-10
*
* Programmer: Unknown
* July 12th, 2004
*
* Modifications:
*
*-------------------------------------------------------------------------
*/
-18
View File
@@ -3029,16 +3029,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)
@@ -3492,8 +3482,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)
@@ -3574,8 +3562,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
*/
#ifdef LATER
#define DSET_NOCOLCAUSE "nocolcause"
@@ -3877,8 +3863,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)
@@ -4261,8 +4245,6 @@ dataset_atomicity(void)
*
* Purpose: Test cases for writing dense attributes in parallel
*
* Programmer: Quincey Koziol
* Date: April, 2013
*/
void
test_dense_attr(void)
-18
View File
@@ -13,9 +13,6 @@
/*
* This verifies the correctness of parallel reading of a dataset that has been
* written serially using filters.
*
* Created by: Christian Chilan
* Date: 2007/05/15
*/
#include "hdf5.h"
@@ -47,11 +44,6 @@ static int mpi_size, mpi_rank;
* Return: 1: decode+encode is enabled
* 0: only decode is enabled
* -1: other
*
* Programmer:
*
* Modifications:
*
*-------------------------------------------------------------------------
*/
int
@@ -88,10 +80,6 @@ h5_szip_can_encode(void)
* Purpose: Tests parallel reading of a 2D dataset written serially using
* filters. During the parallel reading phase, the dataset is
* divided evenly among the processors in vertical hyperslabs.
*
* Programmer: Christian Chilan
* Tuesday, May 15, 2007
*
*-------------------------------------------------------------------------
*/
static void
@@ -238,12 +226,6 @@ filter_read_internal(const char *filename, hid_t dcpl, hsize_t *dset_size)
*
* Purpose: Tests parallel reading of datasets written serially using
* several (combinations of) filters.
*
* Programmer: Christian Chilan
* Tuesday, May 15, 2007
*
* Modifications:
*
*-------------------------------------------------------------------------
*/
-4
View File
@@ -26,10 +26,6 @@
*
* Return: Success: None
* Failure: Abort
*
* Programmer: Albert Cheng
* January 9, 2003
*
*-------------------------------------------------------------------------
*/
void
-3
View File
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
* Programmer: Mohamad Chaarawi
* February 2015
*
* Purpose: This test creates a file and a bunch of objects in the
* file and then calls MPI_Finalize without closing anything. The
* library should exercise the attribute callback destroy attached to
-28
View File
@@ -122,8 +122,6 @@ struct hs_dr_pio_test_vars_t {
*
* Return: void
*
* Programmer: JRM -- 8/9/11
*
*-------------------------------------------------------------------------
*/
@@ -574,8 +572,6 @@ hs_dr_pio_test__setup(const int test_num, const int edge_size, const int checker
*
* Return: void
*
* Programmer: JRM -- 9/18/09
*
*-------------------------------------------------------------------------
*/
@@ -695,8 +691,6 @@ hs_dr_pio_test__takedown(struct hs_dr_pio_test_vars_t *tv_ptr)
*
* Return: void
*
* Programmer: JRM -- 9/10/11
*
*-------------------------------------------------------------------------
*/
@@ -905,8 +899,6 @@ contig_hs_dr_pio_test__d2m_l2s(struct hs_dr_pio_test_vars_t *tv_ptr)
*
* Return: void
*
* Programmer: JRM -- 8/10/11
*
*-------------------------------------------------------------------------
*/
@@ -1152,8 +1144,6 @@ contig_hs_dr_pio_test__d2m_s2l(struct hs_dr_pio_test_vars_t *tv_ptr)
*
* Return: void
*
* Programmer: JRM -- 8/10/11
*
*-------------------------------------------------------------------------
*/
@@ -1430,8 +1420,6 @@ contig_hs_dr_pio_test__m2d_l2s(struct hs_dr_pio_test_vars_t *tv_ptr)
*
* Return: void
*
* Programmer: JRM -- 8/10/11
*
*-------------------------------------------------------------------------
*/
@@ -1706,8 +1694,6 @@ contig_hs_dr_pio_test__m2d_s2l(struct hs_dr_pio_test_vars_t *tv_ptr)
*
* Return: void
*
* Programmer: JRM -- 9/18/09
*
*-------------------------------------------------------------------------
*/
@@ -1896,8 +1882,6 @@ contig_hs_dr_pio_test__run_test(const int test_num, const int edge_size, const i
*
* Return: void
*
* Programmer: JRM -- 9/18/09
*
*-------------------------------------------------------------------------
*/
@@ -2550,8 +2534,6 @@ return (good_data);
*
* Return: void
*
* Programmer: JRM -- 9/15/11
*
*-------------------------------------------------------------------------
*/
@@ -2785,8 +2767,6 @@ ckrbrd_hs_dr_pio_test__d2m_l2s(struct hs_dr_pio_test_vars_t *tv_ptr)
*
* Return: void
*
* Programmer: JRM -- 8/15/11
*
*-------------------------------------------------------------------------
*/
@@ -3070,8 +3050,6 @@ ckrbrd_hs_dr_pio_test__d2m_s2l(struct hs_dr_pio_test_vars_t *tv_ptr)
*
* Return: void
*
* Programmer: JRM -- 8/15/11
*
*-------------------------------------------------------------------------
*/
@@ -3367,8 +3345,6 @@ ckrbrd_hs_dr_pio_test__m2d_l2s(struct hs_dr_pio_test_vars_t *tv_ptr)
*
* Return: void
*
* Programmer: JRM -- 8/15/11
*
*-------------------------------------------------------------------------
*/
@@ -3650,8 +3626,6 @@ ckrbrd_hs_dr_pio_test__m2d_s2l(struct hs_dr_pio_test_vars_t *tv_ptr)
*
* Return: void
*
* Programmer: JRM -- 10/10/09
*
*-------------------------------------------------------------------------
*/
@@ -3826,8 +3800,6 @@ ckrbrd_hs_dr_pio_test__run_test(const int test_num, const int edge_size, const i
*
* Return: void
*
* Programmer: JRM -- 9/18/09
*
*-------------------------------------------------------------------------
*/
-33
View File
@@ -52,9 +52,6 @@ static void coll_read_test(void);
*
* Failure: -1
*
* Programmer: Unknown
* Dec 2nd, 2004
*
*-------------------------------------------------------------------------
*/
void
@@ -90,9 +87,6 @@ coll_irregular_cont_write(void)
*
* Failure: -1
*
* Programmer: Unknown
* Dec 2nd, 2004
*
*-------------------------------------------------------------------------
*/
void
@@ -128,9 +122,6 @@ coll_irregular_cont_read(void)
*
* Failure: -1
*
* Programmer: Unknown
* Dec 2nd, 2004
*
*-------------------------------------------------------------------------
*/
void
@@ -166,9 +157,6 @@ coll_irregular_simple_chunk_write(void)
*
* Failure: -1
*
* Programmer: Unknown
* Dec 2nd, 2004
*
*-------------------------------------------------------------------------
*/
void
@@ -204,9 +192,6 @@ coll_irregular_simple_chunk_read(void)
*
* Failure: -1
*
* Programmer: Unknown
* Dec 2nd, 2004
*
*-------------------------------------------------------------------------
*/
void
@@ -242,9 +227,6 @@ coll_irregular_complex_chunk_write(void)
*
* Failure: -1
*
* Programmer: Unknown
* Dec 2nd, 2004
*
*-------------------------------------------------------------------------
*/
void
@@ -281,9 +263,6 @@ coll_irregular_complex_chunk_read(void)
*
* Failure: -1
*
* Programmer: Unknown
* Dec 2nd, 2004
*
*-------------------------------------------------------------------------
*/
void
@@ -738,9 +717,6 @@ coll_write_test(int chunk_factor)
*
* Failure: -1
*
* Programmer: Unknown
* Dec 2nd, 2004
*
*-------------------------------------------------------------------------
*/
static void
@@ -1524,9 +1500,6 @@ lower_dim_size_comp_test__verify_data(uint32_t *buf_ptr,
* has been corrected.
*
* Return: void
*
* Programmer: JRM -- 11/11/09
*
*-------------------------------------------------------------------------
*/
@@ -2373,9 +2346,6 @@ lower_dim_size_comp_test__run_test(const int chunk_edge_size, const hbool_t use_
* been corrected.
*
* Return: void
*
* Programmer: JRM -- 11/11/09
*
*-------------------------------------------------------------------------
*/
@@ -2435,9 +2405,6 @@ lower_dim_size_comp_test(void)
* and uses a 1 dimensional dataset.
*
* Return: void
*
* Programmer: JRM -- 12/16/09
*
*-------------------------------------------------------------------------
*/