Displaying 1 result from an estimated 1 matches for "lfftw3xc_intel".
2013 Dec 02
1
Arithmetic Error while compiling R with the Intel compilers
...libraries. I used some of the libraries from Intel MKL
like fftw, mkl_lapack etc. I am pasting below the command that I used to
configure this R package.
./configure --prefix=$INSTALL_DIR --with-blas="-lmkl_intel_lp64
-lmkl_intel_thread -lmkl_lapack -lmkl_core -lpthread -lfftw3xf_intel
-lfftw3xc_intel" --with-lapack
I also tried installing using Intel compilers without using
Intel MKL libraries. It was done using below command.
./configure --prefix=$INSTALL_DIR
Exactly same errors were there.
There were no mismatch observed while compiling with gcc.Kindly
pro...