summaryrefslogtreecommitdiffstats
path: root/pablo/HDFTrace.h
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r3874] Dan Wells2001-04-301-0/+33
| | | | | | | | | | | | | | Purpose: feature Description: This brings the development version up to date with the release version. It now supports Pablo tracing of MPI-I/O calls from MPI-I/O versions which are not totally compliant with the standars. Solution: Added entries to bypass the current MPI-I/O tracing in the Pablo Trace Library. Platforms tested: IRIX64/Solaris/IBM SP2
* [svn-r3619] Dan Wells2001-03-131-0/+1
| | | | | | | | | | | | | | | 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
* [svn-r1179] Changes made to enable automatic building of list of event IDs ↵Dan Wells1999-04-141-0/+139
and to make output of HDF 4 and HDF 5 tracing compatible.