diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2003-01-03 19:37:48 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2003-01-03 19:37:48 (GMT) |
commit | bd54330abfb17cd4f8ebc45203581ccc1eddf5a9 (patch) | |
tree | 557fd8ddca9ef407f2259dc55975c2788091bb05 /src/H5Eprivate.h | |
parent | 8bd4ac2b3883db921a20de53130e274d7c456fd5 (diff) | |
download | hdf5-bd54330abfb17cd4f8ebc45203581ccc1eddf5a9.zip hdf5-bd54330abfb17cd4f8ebc45203581ccc1eddf5a9.tar.gz hdf5-bd54330abfb17cd4f8ebc45203581ccc1eddf5a9.tar.bz2 |
[svn-r6232] Purpose:
new feature
Description:
Added MPICH/MPE instrumentation support.
All source code are bracketed by the macro H5_HAVE_MPE.
Use "--enable-mpe" to configure it in.
Currently only worked in Eirene because the MPE library is
not installed in all machines yet.
The added file, H5MPprivate.h, holds HDF5/MPE related defintions.
Platforms tested:
Tested h5committest {arabica (fortran), eirene (fortran, C++)
modi4 (parallel, fortran)}? Yep.
Other platforms/configurations tested?
--enable-mpe feature tested in Eirene.
Diffstat (limited to 'src/H5Eprivate.h')
-rw-r--r-- | src/H5Eprivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Eprivate.h b/src/H5Eprivate.h index 75360f3..52566e4 100644 --- a/src/H5Eprivate.h +++ b/src/H5Eprivate.h @@ -74,6 +74,7 @@ * the return value. */ #define HRETURN(ret_val) { \ + FINISH_MPE_LOG; \ PABLO_TRACE_OFF (PABLO_MASK, pablo_func_id); \ H5TRACE_RETURN(ret_val); \ H5_API_UNLOCK \ |