diff options
author | Dan Wells <dwells@cs.uiuc.edu> | 2001-03-13 18:28:03 (GMT) |
---|---|---|
committer | Dan Wells <dwells@cs.uiuc.edu> | 2001-03-13 18:28:03 (GMT) |
commit | a5d53d6dacb5809ebb320ceae9b0e516aa8952a3 (patch) | |
tree | 9651c64155409d012f0851689e89e3fd21c534ad /pablo/HDFTrace.h | |
parent | 6c915a1fa6297bc7cbc08af7baa17274f1a9e492 (diff) | |
download | hdf5-a5d53d6dacb5809ebb320ceae9b0e516aa8952a3.zip hdf5-a5d53d6dacb5809ebb320ceae9b0e516aa8952a3.tar.gz hdf5-a5d53d6dacb5809ebb320ceae9b0e516aa8952a3.tar.bz2 |
[svn-r3619]
Purpose:
These changes allow the user to determine bytes requested and bytes
received by MPI I/O calls.
Description:
User wished to know if the number of bytes requested in MPI I/O calls was
save as the number actually received.
Solution:
Added additional fields to the HDFrecord structure for bytes requested and
bytes received. Other files reflect these changes.
Platforms tested:
Solaris
IRIX64 parallel
Diffstat (limited to 'pablo/HDFTrace.h')
-rw-r--r-- | pablo/HDFTrace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pablo/HDFTrace.h b/pablo/HDFTrace.h index 1bcf8d6..264291c 100644 --- a/pablo/HDFTrace.h +++ b/pablo/HDFTrace.h @@ -132,6 +132,7 @@ extern char *hdfRecordPointer; #define FAMILY_HDFPROCNAME 0300 typedef struct { + long numBytes; long setID; char *setName; } HDFsetInfo ; |