diff options
author | Dan Wells <dwells@cs.uiuc.edu> | 2001-04-30 19:26:25 (GMT) |
---|---|---|
committer | Dan Wells <dwells@cs.uiuc.edu> | 2001-04-30 19:26:25 (GMT) |
commit | dc8e89d465711256c7022df017a354a2c4fa61e9 (patch) | |
tree | ed4863f47c40dc56661c441031576462f3267c83 /pablo/ProcTrace.h | |
parent | 4f19d133e7366489b1bf27624042c26343f51d3b (diff) | |
download | hdf5-dc8e89d465711256c7022df017a354a2c4fa61e9.zip hdf5-dc8e89d465711256c7022df017a354a2c4fa61e9.tar.gz hdf5-dc8e89d465711256c7022df017a354a2c4fa61e9.tar.bz2 |
[svn-r3874]
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
Diffstat (limited to 'pablo/ProcTrace.h')
-rw-r--r-- | pablo/ProcTrace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pablo/ProcTrace.h b/pablo/ProcTrace.h index 405f0e6..ef8c16b 100644 --- a/pablo/ProcTrace.h +++ b/pablo/ProcTrace.h @@ -97,6 +97,7 @@ NO_TRACE, NUM_HDF_IDS } ; +#define SUPPRESS_MPIO_TRACE 2 #define ID_HDF_Last_Entry ID_ALLHDF void HDFinitTrace( const char *, int trace_id, ... ); |