mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r6276] Purpose:
Code cleanup Description: Check in some Pablo fixes I've had floating around for quite some time.
This commit is contained in:
parent
cc0d0285d8
commit
d895bd8464
@ -118,6 +118,7 @@
|
||||
#include "TraceParam.h"
|
||||
#include "ProcIDs.h"
|
||||
#include "IO_TraceParams.h"
|
||||
#include "IOTrace.h"
|
||||
#include "HDFTrace.h"
|
||||
#include "SDDFparam.h"
|
||||
#include <string.h>
|
||||
@ -248,7 +249,7 @@ void HDFinitTrace_RT( char *fileName, int OUTSW )
|
||||
// of the node as a suffix; if not, only one file is opened *
|
||||
// and it is not given a suffix. *
|
||||
//===================================================================*/
|
||||
IOtraceInit( fileName, OUTSW );
|
||||
initIOTraceMP( fileName, OUTSW );
|
||||
}
|
||||
/*======================================================================*
|
||||
// NAME *
|
||||
|
@ -68,6 +68,7 @@
|
||||
#include "SDDFparam.h"
|
||||
#include "TraceParam.h"
|
||||
#include "Trace.h"
|
||||
#include "IOTrace.h"
|
||||
#include "HDFTrace.h"
|
||||
void HDFendTrace_SDDF(void);
|
||||
void startHDFtraceEvent(int eventID);
|
||||
@ -92,8 +93,6 @@ void _hdfTraceDescriptor( char *, char *, int );
|
||||
void createHDFTraceDescriptor( int );
|
||||
void HDFfinalTimeStamp( void );
|
||||
|
||||
void initIOTrace( void );
|
||||
void endIOTrace( void );
|
||||
#define PABLO 1
|
||||
/* on the ipsc/860 we don't include unistd.h */
|
||||
#ifndef __NX
|
||||
@ -236,7 +235,7 @@ void HDFinitTrace_SDDF( char *traceFileName )
|
||||
MPI_Comm_rank( MPI_COMM_WORLD, &myNode );
|
||||
setTraceProcessorNumber( myNode );
|
||||
#else
|
||||
IOtraceInit( traceFileName, RUNTIME_TRACE );
|
||||
initIOTraceMP( traceFileName, RUNTIME_TRACE );
|
||||
#endif
|
||||
/*====================================================================
|
||||
// complete HDF initiailization. *
|
||||
|
Loading…
Reference in New Issue
Block a user