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/PabloHDF_SDDF.c | |
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/PabloHDF_SDDF.c')
-rw-r--r-- | pablo/PabloHDF_SDDF.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pablo/PabloHDF_SDDF.c b/pablo/PabloHDF_SDDF.c index d5468c6..bf42112 100644 --- a/pablo/PabloHDF_SDDF.c +++ b/pablo/PabloHDF_SDDF.c @@ -260,7 +260,7 @@ void HDFinitTrace_SDDF( char *traceFileName, int OUTSW ) // MPIO initialization be performed and handle the naming of * // trace files. * //===========================================================*/ - initMPIOTrace( traceFileName, RUNTIME_TRACE ); + initMPIOTrace( traceFileName, SUPPRESS_MPIO_TRACE ); #else /*============================================================ // MPIO tracing is not supported. * |