diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-09-29 05:09:21 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-09-29 05:09:21 (GMT) |
commit | bf9b7eb39c19757c220012c166a9b0dde9935482 (patch) | |
tree | 09487741b17308dfb6db1c11fd185e63c72aaa7f | |
parent | 412fbdfad3dffee714ac19e7beba3135dd33427a (diff) | |
download | hdf5-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.
-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 |