From bf9b7eb39c19757c220012c166a9b0dde9935482 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Thu, 29 Sep 2005 00:09:21 -0500 Subject: [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. --- release_docs/RELEASE.txt | 2 ++ src/H5config.h.in | 3 +++ 2 files changed, 5 insertions(+) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 1a106aa..a0ec6e3 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -36,6 +36,8 @@ New Features Configuration: -------------- + - Configure can recognize -lmpich as a form of MPI library. -AKC- + 2005/9/28. - MD5 checksumming has been added to snapshot releases. Release tarballs will be accompanied by .md5 checksum files, which can be verified using the md5sum utility. -JML 2005/9/6 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 -- cgit v0.12