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 /src/H5config.h.in | |
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.
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 3 |
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 |