diff options
-rw-r--r-- | release_docs/RELEASE.txt | 2 | ||||
-rw-r--r-- | src/H5config.h.in | 3 |
2 files changed, 5 insertions, 0 deletions
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 |