Skip to content
Prev 50879 / 63421 Next

Build optimized R : openblas, MKL, ATLAS

arnaud gaboury <arnaud.gaboury at gmail.com> writes:
We regularly build the standard R against MKL, simply using

./configure --with-blas='-mkl=parallel' --with-lapack --enable-BLAS-shlib

(The --enable-BLAS-shlib is not strictly needed for building agains MKL.)


We also try to optimise the build by setting some environment variables
before running configure:

fast="-ip -O3 -opt-mem-layout-trans=3 -xHost -mavx"
export CC="icc"
export CFLAGS="$fast -wd188 -fp-model precise"
export F77="ifort"
export FFLAGS="$fast -fp-model precise"
export CXX="icpc"
export CXXFLAGS="$fast -fp-model precise"
export FC="ifort"
export FCFLAGS="$fast -fp-model precise"
Message-ID: <s3smvxhnife.fsf@slagelg.uio.no>
In-Reply-To: <CAK1hC9v6vu+tMLTVMpZd=covXX06cVk2JRLb+jT37yD2yk88ag@mail.gmail.com> (arnaud gaboury's message of "Sat, 22 Aug 2015 17:47:11 +0200")