diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-06-27 15:58:36 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-06-27 15:58:36 (GMT) |
commit | 237fc48acbc3eefc6aac46d1eef148ce0cc69421 (patch) | |
tree | 0ffe441010565375b9ce8bc8ebde8e75f7d87141 /pablo/PabloHDF_MPIO.c | |
parent | 15349afd346599ab2c5d47130e94f850378b8d87 (diff) | |
download | hdf5-237fc48acbc3eefc6aac46d1eef148ce0cc69421.zip hdf5-237fc48acbc3eefc6aac46d1eef148ce0cc69421.tar.gz hdf5-237fc48acbc3eefc6aac46d1eef148ce0cc69421.tar.bz2 |
[svn-r7115] Purpose:
Update code
Description:
Incorporate Pablo support patches from Dan Wells
Platforms tested:
FreeBSD 4.8 (sleipnir)
h5committest
Diffstat (limited to 'pablo/PabloHDF_MPIO.c')
-rw-r--r-- | pablo/PabloHDF_MPIO.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pablo/PabloHDF_MPIO.c b/pablo/PabloHDF_MPIO.c index 13ed41a..025e823 100644 --- a/pablo/PabloHDF_MPIO.c +++ b/pablo/PabloHDF_MPIO.c @@ -97,6 +97,7 @@ // //======================================================================*/ #ifdef H5_HAVE_PARALLEL +void HDFtraceEvent_RT( int , char *, unsigned ) ; #include "mpi.h" /************************************************************************/ /* Return the node number. */ @@ -125,6 +126,7 @@ int HDF_get_comm( MPI_Comm ); int HDF_get_Datatype( MPI_Datatype ); int HDF_get_DataRep( char* ); int HDF_get_Bytes( MPI_Datatype, int ); +void HDFtraceIOEvent( int , void *, unsigned ); /* Get the mode at the file openning */ int |