summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2005-09-29 05:09:21 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2005-09-29 05:09:21 (GMT)
commitbf9b7eb39c19757c220012c166a9b0dde9935482 (patch)
tree09487741b17308dfb6db1c11fd185e63c72aaa7f /src
parent412fbdfad3dffee714ac19e7beba3135dd33427a (diff)
downloadhdf5-bf9b7eb39c19757c220012c166a9b0dde9935482.zip
hdf5-bf9b7eb39c19757c220012c166a9b0dde9935482.tar.gz
hdf5-bf9b7eb39c19757c220012c166a9b0dde9935482.tar.bz2
[svn-r11477] Purpose:
feature. Description: added the recognition of -lmpich as a form of MPI library. Platforms tested: Tested in heping. Real test will be in MCR.
Diffstat (limited to 'src')
-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 0ffb869..a02953c 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -154,6 +154,9 @@
/* Define to 1 if you have the `mpi' library (-lmpi). */
#undef HAVE_LIBMPI
+/* Define to 1 if you have the `mpich' library (-lmpich). */
+#undef HAVE_LIBMPICH
+
/* Define to 1 if you have the `mpio' library (-lmpio). */
#undef HAVE_LIBMPIO