diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2003-01-18 14:38:02 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2003-01-18 14:38:02 (GMT) |
commit | 052153434e54887cd6d90e4ac4194faf0776f777 (patch) | |
tree | 0838643b99d461c0238d8151453ef7c9c3e61a13 | |
parent | 04f2fe8ff8ca098a88d769deaa5b663a629ddecc (diff) | |
download | hdf5-052153434e54887cd6d90e4ac4194faf0776f777.zip hdf5-052153434e54887cd6d90e4ac4194faf0776f777.tar.gz hdf5-052153434e54887cd6d90e4ac4194faf0776f777.tar.bz2 |
[svn-r6302] Added the testing of libmpe.
This is generated by autoheader.
Platforms tested:
Tested h5committest {arabica (fortran), eirene (fortran, C++)
modi4 (parallel, fortran)}? YES
Other platforms/configurations tested? eirene with --enable-mpe
-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 4ae5487..09d84e7 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -125,6 +125,9 @@ /* Define to 1 if you have the `m' library (-lm). */ #undef HAVE_LIBM +/* Define to 1 if you have the `mpe' library (-lmpe). */ +#undef HAVE_LIBMPE + /* Define to 1 if you have the `mpi' library (-lmpi). */ #undef HAVE_LIBMPI |