summaryrefslogtreecommitdiffstats
path: root/src/H5config.h.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2005-09-29 20:00:06 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2005-09-29 20:00:06 (GMT)
commit246fb66cd819d7639fe9d94bfb6a6a542e01d099 (patch)
tree19b1fcdc871af5eede2b209eae547ab6539626a6 /src/H5config.h.in
parent235ad61cdef961d30b199b0884c28dc2df3bbfaf (diff)
downloadhdf5-246fb66cd819d7639fe9d94bfb6a6a542e01d099.zip
hdf5-246fb66cd819d7639fe9d94bfb6a6a542e01d099.tar.gz
hdf5-246fb66cd819d7639fe9d94bfb6a6a542e01d099.tar.bz2
[svn-r11482] Purpose:
feature. Description: added the recognition of -lmpich as a form of MPI library. Platforms tested: v1.7 tested out fine. Folded this to v1.6. Document: RELEASE.txt updated.
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 5ada6e9..763c1b2 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -163,6 +163,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