summaryrefslogtreecommitdiffstats
path: root/pablo/HDFTrace.h
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r3851] Dan Wells2001-04-241-0/+34
| | | | | | | | | | | | | | | | | Purpose: Bug fix. Description: The Pablo instrumentation would not build because the HAVE_PABLO flag was renamed H5_HAVE_PABLO. Also, there were problems with MPI I/O tracing when the MPI did not follow the MPI I/O standards exactly.A Solution: Renamed all conditional compiliation flags so that they begin H5_ . Added entries HDF_MPI_xxx for all MPI I/O functions HDF_MPI_xxx used in HDF. These functions record data, call the corresponding function MPI_xxx directly, then record exit data. Previously this was done in the MPI I/O portion of the Trace Library, but caused link conflicts. Platforms tested: IRIX64/IRIX32/Linux/Solaris/VClass32/VClass64
* [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.