ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/ac-tools/OOPSE.m4
(Generate patch)

Comparing trunk/ac-tools/OOPSE.m4 (file contents):
Revision 973 by gezelter, Thu May 25 14:54:41 2006 UTC vs.
Revision 975 by gezelter, Thu May 25 15:24:29 2006 UTC

# Line 857 | Line 857 | if test x = x"$MPI_LIB"; then
857   fi
858   $as_unset ac_cv_lib_mpich_MPI_Init
859   if test x = x"$MPI_LIB"; then
860 <        AC_CHECK_LIB(mpich, MPI_Init, [MPI_LIB="-lpmpich -lmpich"], [],
861 <                     "-lpmpich")
860 >        AC_CHECK_LIB(pmpich, MPI_Init, [MPI_LIB="-lpmpich -lmpich -lpmpich -lmpich"], [],
861 >                     [-lmpich -lpmpich -lmpich])
862   fi
863   if test x = x"$MPI_LIB"; then
864          AC_CHECK_LIB(mpi, MPI_Init, [MPI_LIB="-lmpi"])
# Line 866 | Line 866 | if test x = x"$MPI_LIB"; then
866   $as_unset ac_cv_lib_mpi_MPI_Init
867   if test x = x"$MPI_LIB"; then
868          AC_CHECK_LIB(mpi, MPI_Init, [MPI_LIB="-lmpi -llam"], [],
869 <                     "-llam")
869 >                     [-llam])
870   fi
871   $as_unset ac_cv_lib_mpi_MPI_Init
872   if test x = x"$MPI_LIB"; then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines