summaryrefslogtreecommitdiffstats
path: root/src/H5config.h.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2003-01-03 19:37:48 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2003-01-03 19:37:48 (GMT)
commitbd54330abfb17cd4f8ebc45203581ccc1eddf5a9 (patch)
tree557fd8ddca9ef407f2259dc55975c2788091bb05 /src/H5config.h.in
parent8bd4ac2b3883db921a20de53130e274d7c456fd5 (diff)
downloadhdf5-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/H5config.h.in')
-rw-r--r--src/H5config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in
index daa16bf..4ae5487 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -164,6 +164,9 @@
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
+/* Define if we have MPE support */
+#undef HAVE_MPE
+
/* Define to 1 if you have the <netinet/tcp.h> header file. */
#undef HAVE_NETINET_TCP_H