summaryrefslogtreecommitdiffstats
path: root/src/H5FDsubfiling/H5FDsubfiling.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDsubfiling/H5FDsubfiling.c')
-rw-r--r--src/H5FDsubfiling/H5FDsubfiling.c63
1 files changed, 0 insertions, 63 deletions
diff --git a/src/H5FDsubfiling/H5FDsubfiling.c b/src/H5FDsubfiling/H5FDsubfiling.c
index 2371895..943594c 100644
--- a/src/H5FDsubfiling/H5FDsubfiling.c
+++ b/src/H5FDsubfiling/H5FDsubfiling.c
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Richard Warren
- *
- *
* Purpose: An initial implementation of a subfiling VFD which is
* derived from other "stacked" VFDs such as the splitter,
* mirror, and family VFDs.
@@ -85,8 +82,6 @@ static hbool_t H5FD_mpi_self_initialized = FALSE;
* and should be kept or not as appropriate for the sub-filing VFD.
*
*
- * Programmer: Richard Warren
- *
***************************************************************************/
typedef struct H5FD_subfiling_t {
@@ -283,8 +278,6 @@ H5FD__subfiling_mpi_finalize(void)
* Return: Success: The driver ID for the subfiling driver
* Failure: H5I_INVALID_HID
*
- * Programmer: Richard Warren
- *
*-------------------------------------------------------------------------
*/
hid_t
@@ -443,9 +436,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: John Mainzer
- * 9/10/17
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -530,9 +520,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: John Mainzer
- * 9/10/17
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -957,9 +944,6 @@ done:
*
* Failure: NULL
*
- * Programmer: John Mainzer
- * 9/8/17
- *
*-------------------------------------------------------------------------
*/
static void *
@@ -1038,9 +1022,6 @@ done:
*
* Failure: NULL
*
- * Programmer: John Mainzer
- * 9/8/17
- *
*-------------------------------------------------------------------------
*/
static void *
@@ -1080,9 +1061,6 @@ done:
*
* Return: SUCCEED (cannot fail)
*
- * Programmer: John Mainzer
- * 9/8/17
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1112,8 +1090,6 @@ H5FD__subfiling_fapl_free(void *_fa)
* caller, which is always H5FD_open().
* Failure: NULL
*
- * Programmer: Richard Warren
- *
*-------------------------------------------------------------------------
*/
static H5FD_t *
@@ -1366,8 +1342,6 @@ done:
* Return: Success: SUCCEED
* Failure: FAIL, file not closed.
*
- * Programmer: Richard Warren
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1393,8 +1367,6 @@ done:
* Failure: never fails (arguments were checked by the
* caller).
*
- * Programmer: Richard Warren
- *
*-------------------------------------------------------------------------
*/
static int
@@ -1424,9 +1396,6 @@ H5FD__subfiling_cmp(const H5FD_t *_f1, const H5FD_t *_f2)
*
* Return: SUCCEED (Can't fail)
*
- * Programmer: John Mainzer
- * 11/15/21
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1454,8 +1423,6 @@ H5FD__subfiling_query(const H5FD_t H5_ATTR_UNUSED *_file, unsigned long *flags /
*
* Return: The end-of-address marker.
*
- * Programmer: Richard Warren
- *
*-------------------------------------------------------------------------
*/
static haddr_t
@@ -1478,8 +1445,6 @@ H5FD__subfiling_get_eoa(const H5FD_t *_file, H5FD_mem_t H5_ATTR_UNUSED type)
*
* Return: SUCCEED (Can't fail)
*
- * Programmer: Richard Warren
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1564,8 +1529,6 @@ done:
* buffer BUF.
* Failure: FAIL, Contents of buffer BUF are undefined.
*
- * Programmer: Richard Warren
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1800,8 +1763,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Richard Warren
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -2069,8 +2030,6 @@ done:
* Failure: FAIL
* The contents of supplied buffers are undefined.
*
- * Programmer: RAW -- ??/??/21
- *
* Notes: Thus function doesn't actually implement vector read.
* Instead, it comverts the vector read call into a series
* of scalar read calls. Fix this when time permits.
@@ -2231,8 +2190,6 @@ done:
* input arguments are not valid, or the actual
* subfiling writes have failed for some reason.
*
- * Programmer: RAW -- ??/??/21
- *
* Notes: Thus function doesn't actually implement vector write.
* Instead, it comverts the vector write call into a series
* of scalar read calls. Fix this when time permits.
@@ -2380,8 +2337,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Richard Warren
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -2458,8 +2413,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Vailin Choi; May 2013
- *
*-------------------------------------------------------------------------
*/
#if 0
@@ -2492,8 +2445,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Vailin Choi; May 2013
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -2569,8 +2520,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: JRM -- 8/3/21
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -3062,9 +3011,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Richard Warren
- * 7/17/2020
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -3161,9 +3107,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Richard Warren
- * 7/17/2020
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -3292,9 +3235,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Richard Warren
- * 7/17/2020
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -3403,9 +3343,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Richard Warren
- * 7/17/2020
- *
*-------------------------------------------------------------------------
*/
static herr_t