ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/configure
(Generate patch)

Comparing trunk/OOPSE-3.0/configure (file contents):
Revision 2769 by gezelter, Thu May 25 14:54:41 2006 UTC vs.
Revision 2772 by gezelter, Thu May 25 15:27:20 2006 UTC

# Line 13164 | Line 13164 | if test x = x"$MPI_LIB"; then
13164   fi
13165   $as_unset ac_cv_lib_mpich_MPI_Init
13166   if test x = x"$MPI_LIB"; then
13167 <        echo "$as_me:$LINENO: checking for MPI_Init in -lmpich" >&5
13168 < echo $ECHO_N "checking for MPI_Init in -lmpich... $ECHO_C" >&6
13169 < if test "${ac_cv_lib_mpich_MPI_Init+set}" = set; then
13167 >        echo "$as_me:$LINENO: checking for MPI_Init in -lpmpich" >&5
13168 > echo $ECHO_N "checking for MPI_Init in -lpmpich... $ECHO_C" >&6
13169 > if test "${ac_cv_lib_pmpich_MPI_Init+set}" = set; then
13170    echo $ECHO_N "(cached) $ECHO_C" >&6
13171   else
13172    ac_check_lib_save_LIBS=$LIBS
13173 < LIBS="-lmpich "-lpmpich" $LIBS"
13173 > LIBS="-lpmpich -lmpich -lpmpich -lmpich $LIBS"
13174   cat >conftest.$ac_ext <<_ACEOF
13175   /* confdefs.h.  */
13176   _ACEOF
# Line 13223 | Line 13223 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13223    ac_status=$?
13224    echo "$as_me:$LINENO: \$? = $ac_status" >&5
13225    (exit $ac_status); }; }; then
13226 <  ac_cv_lib_mpich_MPI_Init=yes
13226 >  ac_cv_lib_pmpich_MPI_Init=yes
13227   else
13228    echo "$as_me: failed program was:" >&5
13229   sed 's/^/| /' conftest.$ac_ext >&5
13230  
13231 < ac_cv_lib_mpich_MPI_Init=no
13231 > ac_cv_lib_pmpich_MPI_Init=no
13232   fi
13233   rm -f conftest.err conftest.$ac_objext \
13234        conftest$ac_exeext conftest.$ac_ext
13235   LIBS=$ac_check_lib_save_LIBS
13236   fi
13237 < echo "$as_me:$LINENO: result: $ac_cv_lib_mpich_MPI_Init" >&5
13238 < echo "${ECHO_T}$ac_cv_lib_mpich_MPI_Init" >&6
13239 < if test $ac_cv_lib_mpich_MPI_Init = yes; then
13240 <  MPI_LIB="-lpmpich -lmpich"
13237 > echo "$as_me:$LINENO: result: $ac_cv_lib_pmpich_MPI_Init" >&5
13238 > echo "${ECHO_T}$ac_cv_lib_pmpich_MPI_Init" >&6
13239 > if test $ac_cv_lib_pmpich_MPI_Init = yes; then
13240 >  MPI_LIB="-lpmpich -lmpich -lpmpich -lmpich"
13241   fi
13242  
13243   fi
# Line 13327 | Line 13327 | LIBS="-lmpi "-llam" $LIBS"
13327    echo $ECHO_N "(cached) $ECHO_C" >&6
13328   else
13329    ac_check_lib_save_LIBS=$LIBS
13330 < LIBS="-lmpi "-llam" $LIBS"
13330 > LIBS="-lmpi -llam $LIBS"
13331   cat >conftest.$ac_ext <<_ACEOF
13332   /* confdefs.h.  */
13333   _ACEOF

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines