diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2009-04-03 04:06:42 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2009-04-03 04:06:42 (GMT) |
commit | 303efe87836714cff7105681ec12f36fac42e3bd (patch) | |
tree | dd8ed2f3671367b5e5e7abcf30c561ea366fc516 /c++/configure | |
parent | 99075c00504b712b3a823da12e8f549e3f63a601 (diff) | |
download | hdf5-303efe87836714cff7105681ec12f36fac42e3bd.zip hdf5-303efe87836714cff7105681ec12f36fac42e3bd.tar.gz hdf5-303efe87836714cff7105681ec12f36fac42e3bd.tar.bz2 |
[svn-r16660] Bug 1529.
Description:
The MPE option is not working with the new mpich2. hdf5 configure is looking
for the routine CLOG_Init() in the library liblmpe.a. The old mpich has that
routine but the new mpich2 does not have it. I could not find any reference or
document of what the CLOG_Init() is or why it is needed. The only log message
for adding the requirement for liblmpe.a was for the NCSA old AIX platform
that has retired and could not be used to verify the correctness.
Solution:
Remove the requirement of liblmpe.a.
Tested:
Just parallel with fortran on kagiso, jam and smirom.
Diffstat (limited to 'c++/configure')
-rwxr-xr-x | c++/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/configure b/c++/configure index b8c32c4..3cd56c1 100755 --- a/c++/configure +++ b/c++/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From c++/configure.in Id: configure.in 16591 2009-03-22 20:50:15Z lrknox . +# From c++/configure.in Id: configure.in 16651 2009-04-01 20:20:06Z lrknox . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for HDF5 C++ 1.6.8-post12. # |