summaryrefslogtreecommitdiffstats
path: root/tools/src/h5perf/sio_engine.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/src/h5perf/sio_engine.c')
-rw-r--r--tools/src/h5perf/sio_engine.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/tools/src/h5perf/sio_engine.c b/tools/src/h5perf/sio_engine.c
index cc4a28e..3979cca 100644
--- a/tools/src/h5perf/sio_engine.c
+++ b/tools/src/h5perf/sio_engine.c
@@ -10,10 +10,6 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/*
- * Author: Christian Chilan, April 2008
- */
-
#include "hdf5.h"
#include <errno.h>
@@ -122,7 +118,6 @@ static hid_t h5dxpl = H5I_INVALID_HID; /* Dataset transfer property
* Function: do_sio
* Purpose: SIO Engine where IO are executed.
* Return: results
- * Programmer: Christian Chilan, April, 2008
*/
void
do_sio(parameters param, results *res)
@@ -281,7 +276,6 @@ done:
* doing. Also, place in the /tmp/{$USER,$LOGIN} directory if
* USER or LOGIN are specified in the environment.
* Return: Pointer to filename or NULL
- * Programmer: Bill Wendling, 21. November 2001
*/
static char *
sio_create_filename(iotype iot, const char *base_name, char *fullname, size_t size, parameters *param)
@@ -401,7 +395,6 @@ sio_create_filename(iotype iot, const char *base_name, char *fullname, size_t si
* Function: do_write
* Purpose: Write the required amount of data to the file.
* Return: SUCCESS or FAIL
- * Programmer: Christian Chilan, April, 2008
*/
static herr_t
do_write(results *res, file_descr *fd, parameters *parms, void *buffer)
@@ -615,7 +608,6 @@ done:
* Function: dset_write
* Purpose: Write buffer into the dataset.
* Return: SUCCESS or FAIL
- * Programmer: Christian Chilan, April, 2008
*/
static herr_t
dset_write(int local_dim, file_descr *fd, parameters *parms, void *buffer)
@@ -697,7 +689,6 @@ done:
* Function: posix_buffer_write
* Purpose: Write buffer into the POSIX file considering contiguity.
* Return: SUCCESS or FAIL
- * Programmer: Christian Chilan, April, 2008
*/
static herr_t
@@ -757,7 +748,6 @@ done:
* Function: do_read
* Purpose: Read the required amount of data to the file.
* Return: SUCCESS or FAIL
- * Programmer: Christian Chilan, April, 2008
*/
static herr_t
do_read(results *res, file_descr *fd, parameters *parms, void *buffer)
@@ -934,7 +924,6 @@ done:
* Function: dset_read
* Purpose: Read buffer into the dataset.
* Return: SUCCESS or FAIL
- * Programmer: Christian Chilan, April, 2008
*/
static herr_t
@@ -995,7 +984,6 @@ done:
* Function: posix_buffer_read
* Purpose: Read buffer into the POSIX file considering contiguity.
* Return: SUCCESS or FAIL
- * Programmer: Christian Chilan, April, 2008
*/
static herr_t
@@ -1049,7 +1037,6 @@ done:
* Function: do_fopen
* Purpose: Open the specified file.
* Return: SUCCESS or FAIL
- * Programmer: Albert Cheng, Bill Wendling, 2001/12/13
*/
static herr_t
do_fopen(parameters *param, char *fname, file_descr *fd /*out*/, int flags)
@@ -1117,7 +1104,6 @@ done:
* Function: set_vfd
* Purpose: Sets file driver.
* Return: SUCCESS or FAIL
- * Programmer: Christian Chilan, April, 2008
*/
hid_t
@@ -1214,7 +1200,6 @@ set_vfd(parameters *param)
* Function: do_fclose
* Purpose: Close the specified file descriptor.
* Return: SUCCESS or FAIL
- * Programmer: Albert Cheng, Bill Wendling, 2001/12/13
*/
static herr_t
do_fclose(iotype iot, file_descr *fd /*out*/)
@@ -1260,7 +1245,6 @@ done:
* Function: do_cleanupfile
* Purpose: Cleanup temporary file unless HDF5_NOCLEANUP is set.
* Return: void
- * Programmer: Albert Cheng 2001/12/12
*/
static void
do_cleanupfile(iotype iot, char *filename)