summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2003-04-24 21:08:43 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2003-04-24 21:08:43 (GMT)
commit0c936cb87645f03b88801d42f7080445101b22e0 (patch)
tree32886da9bdbb378496ca23f077aaee2b2d6caa13 /release_docs/RELEASE.txt
parent57c41e622b4123f983b6a86c982f9bbf7bdb3373 (diff)
downloadhdf5-0c936cb87645f03b88801d42f7080445101b22e0.zip
hdf5-0c936cb87645f03b88801d42f7080445101b22e0.tar.gz
hdf5-0c936cb87645f03b88801d42f7080445101b22e0.tar.bz2
[svn-r6748] Purpose:
Bug Fix Description: In parallel mode, the MPI libraries were being added to the LDFLAGS variable instead of the LIBS variable. This was playing havoc with the h5fc script (the order you specify libraries is important to some compilers). Solution: The AC_CHECK_FLIB macro was placing these libraries into the LDFLAGS instead of LIBS, which is where they should have gone. Replaced LDFLAGS with LIBS in that case. Platforms tested: Modi4 (Parallel & Fortran) Arabica (Fortran) Verbena (Fortran, no C++ since it's not affected) Ran "make check-install" after installation... Misc. update:
Diffstat (limited to 'release_docs/RELEASE.txt')
0 files changed, 0 insertions, 0 deletions