diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/H5config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index a50cfe2..a947969 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -332,9 +332,15 @@ /* Define if you have the mfhdf library (-lmfhdf). */ #undef HAVE_LIBMFHDF +/* Define if you have the mpi library (-lmpi). */ +#undef HAVE_LIBMPI + /* Define if you have the mpich library (-lmpich). */ #undef HAVE_LIBMPICH +/* Define if you have the mpio library (-lmpio). */ +#undef HAVE_LIBMPIO + /* Define if you have the nsl library (-lnsl). */ #undef HAVE_LIBNSL |