summaryrefslogtreecommitdiffstats
path: root/testpar/t_cache_image.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_cache_image.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_cache_image.c')
-rw-r--r--testpar/t_cache_image.c44
1 files changed, 0 insertions, 44 deletions
diff --git a/testpar/t_cache_image.c b/testpar/t_cache_image.c
index 1ed713a..dd7125e 100644
--- a/testpar/t_cache_image.c
+++ b/testpar/t_cache_image.c
@@ -121,9 +121,6 @@ static hbool_t smoke_check_1(MPI_Comm mpi_comm, MPI_Info mpi_info, int mpi_rank,
*
* Return: void
*
- * Programmer: John Mainzer
- * 1/25/17
- *
*-------------------------------------------------------------------------
*/
@@ -382,9 +379,6 @@ construct_test_file(int test_file_index)
*
* Return: void
*
- * Programmer: John Mainzer
- * 7/15/15
- *
*-------------------------------------------------------------------------
*/
@@ -708,9 +702,6 @@ create_data_sets(hid_t file_id, int min_dset, int max_dset)
*
* Return: void
*
- * Programmer: John Mainzer
- * 10/31/16
- *
*-------------------------------------------------------------------------
*/
#if 0
@@ -803,9 +794,6 @@ delete_data_sets(hid_t file_id, int min_dset, int max_dset)
*
* Return: void
*
- * Programmer: John Mainzer
- * 7/14/15
- *
*-------------------------------------------------------------------------
*/
@@ -1272,9 +1260,6 @@ open_hdf5_file(const hbool_t create_file, const hbool_t mdci_sbem_expected, cons
*
* Return: void
*
- * Programmer: John Mainzer
- * 3/4/17
- *
*-------------------------------------------------------------------------
*/
@@ -1657,9 +1642,6 @@ par_create_dataset(int dset_num, hid_t file_id, int mpi_rank, int mpi_size)
*
* Return: void
*
- * Programmer: John Mainzer
- * 3/6/17
- *
*-------------------------------------------------------------------------
*/
@@ -1724,9 +1706,6 @@ par_delete_dataset(int dset_num, hid_t file_id, int mpi_rank)
*
* Return: void
*
- * Programmer: John Mainzer
- * 3/8/17
- *
*-------------------------------------------------------------------------
*/
@@ -1769,9 +1748,6 @@ par_insert_cache_image(int file_name_idx, int mpi_rank, int mpi_size)
*
* Return: void
*
- * Programmer: John Mainzer
- * 3/6/17
- *
*-------------------------------------------------------------------------
*/
@@ -2023,9 +1999,6 @@ par_verify_dataset(int dset_num, hid_t file_id, int mpi_rank)
*
* Return: TRUE if succussful, FALSE otherwise.
*
- * Programmer: John Mainzer
- * 3/8/17
- *
*-------------------------------------------------------------------------
*/
@@ -2133,9 +2106,6 @@ serial_insert_cache_image(int file_name_idx, int mpi_size)
*
* Return: void
*
- * Programmer: John Mainzer
- * 3/6/17
- *
*-------------------------------------------------------------------------
*/
@@ -2360,9 +2330,6 @@ serial_verify_dataset(int dset_num, hid_t file_id, int mpi_size)
*
* Return: void
*
- * Programmer: John Mainzer
- * 7/15/15
- *
*-------------------------------------------------------------------------
*/
@@ -2617,9 +2584,6 @@ verify_data_sets(hid_t file_id, int min_dset, int max_dset)
*
* Return: void
*
- * Programmer: John Mainzer
- * 3/11/17
- *
*-------------------------------------------------------------------------
*/
@@ -2880,9 +2844,6 @@ verify_cache_image_RO(int file_name_id, int md_write_strat, int mpi_rank)
*
* Return: void
*
- * Programmer: John Mainzer
- * 1/25/17
- *
*-------------------------------------------------------------------------
*/
@@ -3147,8 +3108,6 @@ verify_cache_image_RW(int file_name_id, int md_write_strat, int mpi_rank)
*
* Failure: FALSE
*
- * Programmer: JRM -- 3/6/17
- *
*****************************************************************************/
static hbool_t
smoke_check_1(MPI_Comm mpi_comm, MPI_Info mpi_info, int mpi_rank, int mpi_size)
@@ -3546,9 +3505,6 @@ smoke_check_1(MPI_Comm mpi_comm, MPI_Info mpi_info, int mpi_rank, int mpi_size)
*
* Failure: 1
*
- * Programmer: John Mainzer
- * 1/25/17
- *
*-------------------------------------------------------------------------
*/