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 2567 by gezelter, Mon Jan 16 15:26:55 2006 UTC vs.
Revision 2733 by gezelter, Tue Apr 25 02:09:01 2006 UTC

# Line 11137 | Line 11137 | if test "$ac_test_FCFLAGS" != "set"; then
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  
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 11163 | Line 11163 | if test "$ac_test_FCFLAGS" != "set"; then
11163     *darwin*)
11164          if test "$FC" = f90 -o "$FC" = xlf90 -o "$FC" = xlf95; then
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 11322 | Line 11325 | if test "$ac_test_CFLAGS" != "set"; then
11325     *darwin*)
11326          if test "$CC" = xlc -o "$CC" = cc; then
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 11776 | Line 11782 | if test "$ac_test_CXXFLAGS" != "set"; then
11782     *darwin*)
11783          if test "$CXX" = xlc++ -o "$CXX" = xlC ; then
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  
# Line 12568 | Line 12577 | if test $ac_cv_lib_mpich_MPI_Init = yes; then
12577   echo "$as_me:$LINENO: result: $ac_cv_lib_mpich_MPI_Init" >&5
12578   echo "${ECHO_T}$ac_cv_lib_mpich_MPI_Init" >&6
12579   if test $ac_cv_lib_mpich_MPI_Init = yes; then
12580 <  MPI_LIB="-lmpich -lpmpich"
12580 >  MPI_LIB="-lpmpich -lmpich"
12581   fi
12582  
12583   fi
# Line 14622 | Line 14631 | fi
14631    $ac_cs_success || { (exit 1); exit 1; }
14632   fi
14633  
14625
14626

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines