ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/configure
(Generate patch)

Comparing trunk/configure (file contents):
Revision 863 by gezelter, Fri Jan 13 15:48:46 2006 UTC vs.
Revision 938 by gezelter, Mon Apr 17 21:49:12 2006 UTC

# Line 11137 | Line 11137 | case $debug in
11137   # Try to determine "good" native compiler flags if none specified on command
11138   # line
11139  
11140 < if test "$ac_test_FCFLAGS" != "set"; then
11140 > if test "$ac_test_FFLAGS" != "set"; then
11141    FCFLAGS=""
11142    case "${host_cpu}-${host_os}" in
11143  
# Line 11162 | Line 11162 | if test "$ac_test_FCFLAGS" != "set"; then
11162          fi;;
11163     *darwin*)
11164          if test "$FC" = f90 -o "$FC" = xlf90 -o "$FC" = xlf95; then
11165 <                FCFLAGS="-qthreaded -O -qtune=auto -qarch=auto -qunroll=auto"
11165 >                FCFLAGS="-qthreaded -O3 -qtune=auto -qarch=auto -qunroll=auto"
11166          fi;;
11167    esac
11168  
# Line 11321 | Line 11321 | if test "$ac_test_CFLAGS" != "set"; then
11321          fi;;
11322     *darwin*)
11323          if test "$CC" = xlc -o "$CC" = cc; then
11324 <                CFLAGS="-qthreaded -O -qtune=auto -qarch=auto -qunroll=auto -qaltivec"
11324 >                CFLAGS="-qthreaded -O3 -qtune=auto -qarch=auto -qunroll=auto -qaltivec"
11325          fi;;
11326    esac
11327  
# Line 11775 | Line 11775 | if test "$ac_test_CXXFLAGS" != "set"; then
11775          fi;;
11776     *darwin*)
11777          if test "$CXX" = xlc++ -o "$CXX" = xlC ; then
11778 <                CXXFLAGS="-qthreaded -O -qtune=auto -qarch=auto -qunroll=auto -qaltivec"
11778 >                CXXFLAGS="-qthreaded -O3 -qtune=auto -qarch=auto -qunroll=auto -qaltivec"
11779          fi;;
11780    esac
11781  
# Line 12568 | Line 12568 | if test $ac_cv_lib_mpich_MPI_Init = yes; then
12568   echo "$as_me:$LINENO: result: $ac_cv_lib_mpich_MPI_Init" >&5
12569   echo "${ECHO_T}$ac_cv_lib_mpich_MPI_Init" >&6
12570   if test $ac_cv_lib_mpich_MPI_Init = yes; then
12571 <  MPI_LIB="-lmpich -lpmpich"
12571 >  MPI_LIB="-lpmpich -lmpich"
12572   fi
12573  
12574   fi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines