psblas3-type-indexed
Salvatore Filippone 17 years ago
parent 74c616618c
commit bd8f9e2242

20
configure vendored

@ -6767,6 +6767,9 @@ if test "X$CFLAGS" == "X" ; then
elif test "X$psblas_cv_fc" == X"xlf" ; then elif test "X$psblas_cv_fc" == X"xlf" ; then
# XL compiler : consider using -qarch=auto # XL compiler : consider using -qarch=auto
CCOPT="-O3 -qarch=auto $CCOPT" CCOPT="-O3 -qarch=auto $CCOPT"
elif test "X$psblas_cv_fc" == X"ifc" ; then
# other compilers ..
CCOPT="-O3 $CCOPT"
elif test "X$psblas_cv_fc" == X"pg" ; then elif test "X$psblas_cv_fc" == X"pg" ; then
# other compilers .. # other compilers ..
CCOPT="-fast $CCOPT" CCOPT="-fast $CCOPT"
@ -6776,7 +6779,7 @@ if test "X$CFLAGS" == "X" ; then
CCOPT="-fast $CCOPT" CCOPT="-fast $CCOPT"
# NOTE : PG & Sun use -fast instead -O3 # NOTE : PG & Sun use -fast instead -O3
else else
CCOPT="-fast $CCOPT" CCOPT="-O2 $CCOPT"
fi fi
else else
CCOPT="${CFLAGS}" CCOPT="${CFLAGS}"
@ -6791,6 +6794,9 @@ if test "X$FFLAGS" == "X" ; then
elif test "X$psblas_cv_fc" == X"xlf" ; then elif test "X$psblas_cv_fc" == X"xlf" ; then
# XL compiler : consider using -qarch=auto # XL compiler : consider using -qarch=auto
FCOPT="-O3 -qarch=auto $FCOPT" FCOPT="-O3 -qarch=auto $FCOPT"
elif test "X$psblas_cv_fc" == X"ifc" ; then
# other compilers ..
FCOPT="-O3 $FCOPT"
elif test "X$psblas_cv_fc" == X"pg" ; then elif test "X$psblas_cv_fc" == X"pg" ; then
# other compilers .. # other compilers ..
FCOPT="-fast $FCOPT" FCOPT="-fast $FCOPT"
@ -6800,7 +6806,7 @@ if test "X$FFLAGS" == "X" ; then
FCOPT="-fast $FCOPT" FCOPT="-fast $FCOPT"
# NOTE : PG & Sun use -fast instead -O3 # NOTE : PG & Sun use -fast instead -O3
else else
FCOPT="-fast $FCOPT" FCOPT="-O2 $FCOPT"
fi fi
else else
FCOPT="${FFLAGS}" FCOPT="${FFLAGS}"
@ -6815,12 +6821,18 @@ if test "X$FCFLAGS" == "X" ; then
elif test "X$psblas_cv_fc" == X"xlf" ; then elif test "X$psblas_cv_fc" == X"xlf" ; then
# XL compiler : consider using -qarch=auto # XL compiler : consider using -qarch=auto
F90COPT="-O3 -qarch=auto $F90COPT" F90COPT="-O3 -qarch=auto $F90COPT"
elif test "X$psblas_cv_fc" == X"pgf77" ; then elif test "X$psblas_cv_fc" == X"ifc" ; then
# other compilers ..
F90COPT="-O3 $F90COPT"
elif test "X$psblas_cv_fc" == X"pg" ; then
# other compilers ..
F90COPT="-fast $F90COPT"
elif test "X$psblas_cv_fc" == X"sun" ; then
# other compilers .. # other compilers ..
F90COPT="-fast $F90COPT" F90COPT="-fast $F90COPT"
# NOTE : PG & Sun use -fast instead -O3 # NOTE : PG & Sun use -fast instead -O3
else else
F90COPT="-fast $F90COPT" F90COPT="-O2 $F90COPT"
fi fi
else else
F90COPT="${FCFLAGS}" F90COPT="${FCFLAGS}"

@ -313,6 +313,9 @@ dnl if true ; then
elif test "X$psblas_cv_fc" == X"xlf" ; then elif test "X$psblas_cv_fc" == X"xlf" ; then
# XL compiler : consider using -qarch=auto # XL compiler : consider using -qarch=auto
CCOPT="-O3 -qarch=auto $CCOPT" CCOPT="-O3 -qarch=auto $CCOPT"
elif test "X$psblas_cv_fc" == X"ifc" ; then
# other compilers ..
CCOPT="-O3 $CCOPT"
elif test "X$psblas_cv_fc" == X"pg" ; then elif test "X$psblas_cv_fc" == X"pg" ; then
# other compilers .. # other compilers ..
CCOPT="-fast $CCOPT" CCOPT="-fast $CCOPT"
@ -322,7 +325,7 @@ dnl if true ; then
CCOPT="-fast $CCOPT" CCOPT="-fast $CCOPT"
# NOTE : PG & Sun use -fast instead -O3 # NOTE : PG & Sun use -fast instead -O3
else else
CCOPT="-fast $CCOPT" CCOPT="-O2 $CCOPT"
fi fi
else else
CCOPT="${CFLAGS}" CCOPT="${CFLAGS}"
@ -337,6 +340,9 @@ if test "X$FFLAGS" == "X" ; then
elif test "X$psblas_cv_fc" == X"xlf" ; then elif test "X$psblas_cv_fc" == X"xlf" ; then
# XL compiler : consider using -qarch=auto # XL compiler : consider using -qarch=auto
FCOPT="-O3 -qarch=auto $FCOPT" FCOPT="-O3 -qarch=auto $FCOPT"
elif test "X$psblas_cv_fc" == X"ifc" ; then
# other compilers ..
FCOPT="-O3 $FCOPT"
elif test "X$psblas_cv_fc" == X"pg" ; then elif test "X$psblas_cv_fc" == X"pg" ; then
# other compilers .. # other compilers ..
FCOPT="-fast $FCOPT" FCOPT="-fast $FCOPT"
@ -346,7 +352,7 @@ if test "X$FFLAGS" == "X" ; then
FCOPT="-fast $FCOPT" FCOPT="-fast $FCOPT"
# NOTE : PG & Sun use -fast instead -O3 # NOTE : PG & Sun use -fast instead -O3
else else
FCOPT="-fast $FCOPT" FCOPT="-O2 $FCOPT"
fi fi
else else
FCOPT="${FFLAGS}" FCOPT="${FFLAGS}"
@ -361,12 +367,18 @@ if test "X$FCFLAGS" == "X" ; then
elif test "X$psblas_cv_fc" == X"xlf" ; then elif test "X$psblas_cv_fc" == X"xlf" ; then
# XL compiler : consider using -qarch=auto # XL compiler : consider using -qarch=auto
F90COPT="-O3 -qarch=auto $F90COPT" F90COPT="-O3 -qarch=auto $F90COPT"
elif test "X$psblas_cv_fc" == X"pgf77" ; then elif test "X$psblas_cv_fc" == X"ifc" ; then
# other compilers ..
F90COPT="-O3 $F90COPT"
elif test "X$psblas_cv_fc" == X"pg" ; then
# other compilers ..
F90COPT="-fast $F90COPT"
elif test "X$psblas_cv_fc" == X"sun" ; then
# other compilers .. # other compilers ..
F90COPT="-fast $F90COPT" F90COPT="-fast $F90COPT"
# NOTE : PG & Sun use -fast instead -O3 # NOTE : PG & Sun use -fast instead -O3
else else
F90COPT="-fast $F90COPT" F90COPT="-O2 $F90COPT"
fi fi
else else
F90COPT="${FCFLAGS}" F90COPT="${FCFLAGS}"

Loading…
Cancel
Save