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 2732 by gezelter, Mon Apr 17 21:49:12 2006 UTC vs.
Revision 2733 by gezelter, Tue Apr 25 02:09:01 2006 UTC

# Line 11142 | Line 11142 | if test "$ac_test_FFLAGS" != "set"; then
11142    case "${host_cpu}-${host_os}" in
11143  
11144    *linux*) if test "$FC" = ifc -o "$FC" = ifort; then
11145 <                    FCFLAGS="-O"
11145 >                    FCFLAGS="-fast"
11146                  fi;;
11147     rs6000*-aix*)  if test "$FC" = xlf90 -o "$FC" = f90 -o "$FC" = xlf95; then
11148                      FCFLAGS="-O3 -qarch=pwrx -qtune=pwrx -qansialias -w"
# Line 11162 | Line 11162 | if test "$ac_test_FFLAGS" != "set"; then
11162          fi;;
11163     *darwin*)
11164          if test "$FC" = f90 -o "$FC" = xlf90 -o "$FC" = xlf95; then
11165 <                FCFLAGS="-qthreaded -O3 -qtune=auto -qarch=auto -qunroll=auto"
11165 >                FCFLAGS="-qthreaded -O -qtune=auto -qarch=auto -qunroll=auto"
11166 >        fi
11167 >        if test "$FC" = ifort; then
11168 >                FCFLAGS="-O3 -ip -no-prec-dev -mdynamic-no-pic"
11169          fi;;
11170    esac
11171  
# Line 11321 | Line 11324 | if test "$ac_test_CFLAGS" != "set"; then
11324          fi;;
11325     *darwin*)
11326          if test "$CC" = xlc -o "$CC" = cc; then
11327 <                CFLAGS="-qthreaded -O3 -qtune=auto -qarch=auto -qunroll=auto -qaltivec"
11327 >                CFLAGS="-qthreaded -O -qtune=auto -qarch=auto -qunroll=auto -qaltivec"
11328 >        fi
11329 >        if test "$CC" = icc; then
11330 >                CFLAGS="-O3 -ip -no-prec-div -mdynamic-no-pic"
11331          fi;;
11332    esac
11333  
# Line 11775 | Line 11781 | if test "$ac_test_CXXFLAGS" != "set"; then
11781          fi;;
11782     *darwin*)
11783          if test "$CXX" = xlc++ -o "$CXX" = xlC ; then
11784 <                CXXFLAGS="-qthreaded -O3 -qtune=auto -qarch=auto -qunroll=auto -qaltivec"
11784 >                CXXFLAGS="-qthreaded -O -qtune=auto -qarch=auto -qunroll=auto -qaltivec"
11785 >        fi
11786 >        if test "$CXX" = icpc; then
11787 >                CXXFLAGS="-O3 -ip -no-prec-div -mdynamic-no-pic"
11788          fi;;
11789    esac
11790  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines