summaryrefslogtreecommitdiffstats
path: root/src/H5FDmpio.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 /src/H5FDmpio.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 'src/H5FDmpio.c')
-rw-r--r--src/H5FDmpio.c82
1 files changed, 0 insertions, 82 deletions
diff --git a/src/H5FDmpio.c b/src/H5FDmpio.c
index fbe1d86..be74a17 100644
--- a/src/H5FDmpio.c
+++ b/src/H5FDmpio.c
@@ -11,11 +11,7 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Robb Matzke
- * Thursday, July 29, 1999
- *
* Purpose: This is the MPI-2 I/O driver.
- *
*/
#include "H5FDdrvr_module.h" /* This source code file is part of the H5FD driver module */
@@ -181,9 +177,6 @@ static int H5FD_mpio_debug_rank_s = -1;
*
* Returns: N/A
*
- * Programmer: Quincey Koziol
- * Wednesday, Aug 12, 2020
- *
*---------------------------------------------------------------------------
*/
static void
@@ -251,9 +244,6 @@ H5FD__mem_t_to_str(H5FD_mem_t mem_type)
* Return: Success: The driver ID for the mpio driver
* Failure: H5I_INVALID_HID
*
- * Programmer: Robb Matzke
- * Thursday, August 5, 1999
- *
*-------------------------------------------------------------------------
*/
hid_t
@@ -320,9 +310,6 @@ done:
*
* Returns: Non-negative on success or negative on failure
*
- * Programmer: Quincey Koziol
- * Friday, Jan 30, 2004
- *
*---------------------------------------------------------------------------
*/
static herr_t
@@ -373,9 +360,6 @@ H5FD__mpio_term(void)
* Return: Success: Non-negative
* Failure: Negative
*
- * Programmer: Albert Cheng
- * Feb 3, 1998
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -426,9 +410,6 @@ done:
* of the application to free them.
* Failure: Negative
*
- * Programmer: Robb Matzke
- * Thursday, February 26, 1998
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -493,9 +474,6 @@ done:
* Return: Success: Non-negative
* Failure: Negative
*
- * Programmer: Albert Cheng
- * April 2, 1998
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -534,9 +512,6 @@ done:
* non-null.
* Failure: Negative
*
- * Programmer: Albert Cheng
- * April 2, 1998
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -575,8 +550,6 @@ done:
* Return: Success: Non-negative
* Failure: Negative
*
- * Programmer: Kent Yang
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -616,8 +589,6 @@ done:
* Return: Success: Non-negative
* Failure: Negative
*
- * Programmer: Kent Yang
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -655,8 +626,6 @@ done:
* Return: Success: Non-negative
* Failure: Negative
*
- * Programmer: Kent Yang
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -697,8 +666,6 @@ done:
* Return: Success: Non-negative
* Failure: Negative
*
- * Programmer: Kent Yang
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -731,9 +698,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Mohamad Chaarawi
- * Feb 14, 2012
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -773,9 +737,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Mohamad Chaarawi
- * Feb 14, 2012
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -827,9 +788,6 @@ done:
* Return: Success: A new file pointer
* Failure: NULL
*
- * Programmer: Robert Kim Yates
- * January 30, 1998
- *
*-------------------------------------------------------------------------
*/
static H5FD_t *
@@ -1030,9 +988,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Unknown
- * January 30, 1998
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1083,9 +1038,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Quincey Koziol
- * Friday, August 25, 2000
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1116,9 +1068,6 @@ H5FD__mpio_query(const H5FD_t H5_ATTR_UNUSED *_file, unsigned long *flags /* out
* Return: Success: The end-of-address marker
* Failure: HADDR_UNDEF
*
- * Programmer: Robb Matzke
- * Friday, August 6, 1999
- *
*-------------------------------------------------------------------------
*/
static haddr_t
@@ -1144,9 +1093,6 @@ H5FD__mpio_get_eoa(const H5FD_t *_file, H5FD_mem_t H5_ATTR_UNUSED type)
*
* Return: SUCCEED/FAIL
*
- * Programmer: Robb Matzke
- * Friday, August 6, 1999
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1186,9 +1132,6 @@ H5FD__mpio_set_eoa(H5FD_t *_file, H5FD_mem_t H5_ATTR_UNUSED type, haddr_t addr)
* Return: Success: The end-of-file marker
* Failure: HADDR_UNDEF
*
- * Programmer: Robb Matzke
- * Friday, August 6, 1999
- *
*-------------------------------------------------------------------------
*/
static haddr_t
@@ -1212,9 +1155,6 @@ H5FD__mpio_get_eof(const H5FD_t *_file, H5FD_mem_t H5_ATTR_UNUSED type)
*
* Returns: SUCCEED/FAIL
*
- * Programmer: Raymond Lu
- * Sept. 16, 2002
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1251,8 +1191,6 @@ done:
*
* Failure: FAIL. Contents of buffer BUF are undefined.
*
- * Programmer: rky, 1998-01-30
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1522,9 +1460,6 @@ done:
* Failure: FAIL. USE_TYPES and OLD_USE_TYPES in the
* access params may be altered.
*
- * Programmer: Robert Kim Yates
- * January 30, 1998
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1748,9 +1683,6 @@ done:
* Return: Success: SUCCEED.
* Failure: FAIL.
*
- * Programmer: Neil Fortner
- * March 14, 2022
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -2109,9 +2041,6 @@ done:
* Return: Success: SUCCEED.
* Failure: FAIL.
*
- * Programmer: John Mainzer
- * March 15, 2021
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -2512,9 +2441,6 @@ done:
* Return: Success: SUCCEED.
* Failure: FAIL.
*
- * Programmer: John Mainzer
- * March 15, 2021
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -2795,9 +2721,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Robb Matzke
- * January 30, 1998
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -2853,9 +2776,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Quincey Koziol
- * January 31, 2008
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -3043,8 +2963,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: JRM -- 8/3/21
- *
*-------------------------------------------------------------------------
*/
static herr_t