| # | Line 985 | Line 985 | fi | |
|---|---|---|
| 985 | AC_CHECK_LIB(mpi, MPI_Init, [MPI_LIB="-lmpi -llam"], [], | |
| 986 | "-llam") | |
| 987 | fi | |
| 988 | + | $as_unset ac_cv_lib_mpich_MPI_Init |
| 989 | + | if test x = x"$MPI_LIB"; then |
| 990 | + | AC_CHECK_LIB(mpich, MPI_Init, [MPI_LIB="-lmpich -lpmpich"], [], |
| 991 | + | "-lpmpich") |
| 992 | + | fi |
| 993 | ||
| 994 | $as_unset ac_cv_lib_mpi_MPI_Init | |
| 995 | if test x = x"$MPI_LIB"; then | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |