summaryrefslogtreecommitdiffstats
path: root/testpar/t_cache_image.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_cache_image.c
parent1e91d96fa02466ffe451319bdac1005f84dc7993 (diff)
downloadhdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.zip
hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.gz
hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.bz2
Remove "Programmer" lines (#3294)
Diffstat (limited to 'testpar/t_cache_image.c')
-rw-r--r--testpar/t_cache_image.c53
1 files changed, 4 insertions, 49 deletions
diff --git a/testpar/t_cache_image.c b/testpar/t_cache_image.c
index d8acd92..028752d 100644
--- a/testpar/t_cache_image.c
+++ b/testpar/t_cache_image.c
@@ -10,12 +10,11 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/* Programmer: John Mainzer
- * 7/13/15
- *
- * This file contains tests specific to the cache image
- * feature implemented in H5C.c
+/*
+ * This file contains tests specific to the cache image
+ * feature implemented in H5C.c
*/
+
#include "testphdf5.h"
#include "cache_common.h"
@@ -122,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
- *
*-------------------------------------------------------------------------
*/
@@ -383,9 +379,6 @@ construct_test_file(int test_file_index)
*
* Return: void
*
- * Programmer: John Mainzer
- * 7/15/15
- *
*-------------------------------------------------------------------------
*/
@@ -709,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
@@ -804,9 +794,6 @@ delete_data_sets(hid_t file_id, int min_dset, int max_dset)
*
* Return: void
*
- * Programmer: John Mainzer
- * 7/14/15
- *
*-------------------------------------------------------------------------
*/
@@ -1273,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
- *
*-------------------------------------------------------------------------
*/
@@ -1658,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
- *
*-------------------------------------------------------------------------
*/
@@ -1725,9 +1706,6 @@ par_delete_dataset(int dset_num, hid_t file_id, int mpi_rank)
*
* Return: void
*
- * Programmer: John Mainzer
- * 3/8/17
- *
*-------------------------------------------------------------------------
*/
@@ -1770,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
- *
*-------------------------------------------------------------------------
*/
@@ -2024,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
- *
*-------------------------------------------------------------------------
*/
@@ -2134,9 +2106,6 @@ serial_insert_cache_image(int file_name_idx, int mpi_size)
*
* Return: void
*
- * Programmer: John Mainzer
- * 3/6/17
- *
*-------------------------------------------------------------------------
*/
@@ -2361,9 +2330,6 @@ serial_verify_dataset(int dset_num, hid_t file_id, int mpi_size)
*
* Return: void
*
- * Programmer: John Mainzer
- * 7/15/15
- *
*-------------------------------------------------------------------------
*/
@@ -2618,9 +2584,6 @@ verify_data_sets(hid_t file_id, int min_dset, int max_dset)
*
* Return: void
*
- * Programmer: John Mainzer
- * 3/11/17
- *
*-------------------------------------------------------------------------
*/
@@ -2881,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
- *
*-------------------------------------------------------------------------
*/
@@ -3148,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)
@@ -3547,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
- *
*-------------------------------------------------------------------------
*/