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 2770 by gezelter, Thu May 25 15:19:34 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 >        # absolute insanity if profiling libraries are required to get mpich to work
13168 >        echo "$as_me:$LINENO: checking for MPI_Init in -lpmpich" >&5
13169 > echo $ECHO_N "checking for MPI_Init in -lpmpich... $ECHO_C" >&6
13170 > if test "${ac_cv_lib_pmpich_MPI_Init+set}" = set; then
13171    echo $ECHO_N "(cached) $ECHO_C" >&6
13172   else
13173    ac_check_lib_save_LIBS=$LIBS
13174 < LIBS="-lmpich "-lpmpich" $LIBS"
13174 > LIBS="-lpmpich "-lmpich -lpmpich -lmpich" $LIBS"
13175   cat >conftest.$ac_ext <<_ACEOF
13176   /* confdefs.h.  */
13177   _ACEOF
# Line 13223 | Line 13224 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13224    ac_status=$?
13225    echo "$as_me:$LINENO: \$? = $ac_status" >&5
13226    (exit $ac_status); }; }; then
13227 <  ac_cv_lib_mpich_MPI_Init=yes
13227 >  ac_cv_lib_pmpich_MPI_Init=yes
13228   else
13229    echo "$as_me: failed program was:" >&5
13230   sed 's/^/| /' conftest.$ac_ext >&5
13231  
13232 < ac_cv_lib_mpich_MPI_Init=no
13232 > ac_cv_lib_pmpich_MPI_Init=no
13233   fi
13234   rm -f conftest.err conftest.$ac_objext \
13235        conftest$ac_exeext conftest.$ac_ext
13236   LIBS=$ac_check_lib_save_LIBS
13237   fi
13238 < echo "$as_me:$LINENO: result: $ac_cv_lib_mpich_MPI_Init" >&5
13239 < echo "${ECHO_T}$ac_cv_lib_mpich_MPI_Init" >&6
13240 < if test $ac_cv_lib_mpich_MPI_Init = yes; then
13241 <  MPI_LIB="-lpmpich -lmpich"
13238 > echo "$as_me:$LINENO: result: $ac_cv_lib_pmpich_MPI_Init" >&5
13239 > echo "${ECHO_T}$ac_cv_lib_pmpich_MPI_Init" >&6
13240 > if test $ac_cv_lib_pmpich_MPI_Init = yes; then
13241 >  MPI_LIB="-lpmpich -lmpich -lpmpich -lmpich"
13242   fi
13243  
13244   fi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines