search for: dmkl_ilp64

Displaying 7 results from an estimated 7 matches for "dmkl_ilp64".

2015 Sep 08
2
Build rpm package for R-MKL
...ell, but at one point make complains: make[2]: Entering directory '/home/poisonivy/rpmbuild/BUILD/R-3.2.1/src/unix' icc -std=c99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -fpic -ip -O3 -opt-mem-layout-trans=3 -xHost -mavx -fp-model precise -wd188 -DMKL_ILP64 -qopenmp -parallel -I/opt/intel/compilers_and_libraries_2016.0.109/linux/mkl/include -Wl,-z,relro -DR_HOME='"/usr/lib64/R"' \ -o Rscript ./Rscript.c make[2]: icc: Command not found Weird, as i had same line many times before with no complain. E.g: icc -std=c99 -I. -I../../../...
2015 Sep 07
2
Build rpm package for R-MKL
I want to create a clean .rpm package for R built with MKL and ICC. I follow Fedora instrcutions[0] to create the package. As a base, I use the R-3.2.2.src.rpm. I am left with this error: ------------------------------------------ installing R info pages ... updating '/usr/share/info/dir' ... make[1]: Leaving directory '/home/poisonivy/rpmbuild/BUILD/R-3.2.2/doc/manual' + mv
2015 Sep 04
2
Build R with MKL and ICC
...run $make install before ldd? > > > > 2- when visiting Intel MKL link advisor[0], here is what I get as > > configure and make options: > > Linking: -L${MKLROOT}/lib/intel64 -lmkl_intel_ilp64 -lmkl_core > > -lmkl_intel_thread -lpthread -lm > > Compiler options: -DMKL_ILP64 -qopenmp -I${MKLROOT}/include > > > > What is the difference between -openmp and -qopenmp? Shall I use > > indeed the above compiler options? The option -qopenmp replaces -openmp, which is deprecated. This is in the man page for icc. Martyn > > Thank you for help in this...
2015 Sep 02
4
Build R with MKL and ICC
.../.... libmkl_core.so => /opt/intel/... Or do I need to run $make install before ldd? 2- when visiting Intel MKL link advisor[0], here is what I get as configure and make options: Linking: -L${MKLROOT}/lib/intel64 -lmkl_intel_ilp64 -lmkl_core -lmkl_intel_thread -lpthread -lm Compiler options: -DMKL_ILP64 -qopenmp -I${MKLROOT}/include What is the difference between -openmp and -qopenmp? Shall I use indeed the above compiler options? Thank you for help in this difficult topic for me. -- google.com/+arnaudgabourygabx
2015 Sep 02
0
Build R with MKL and ICC
....so > > Or do I need to run $make install before ldd? > > 2- when visiting Intel MKL link advisor[0], here is what I get as > configure and make options: > Linking: -L${MKLROOT}/lib/intel64 -lmkl_intel_ilp64 -lmkl_core > -lmkl_intel_thread -lpthread -lm > Compiler options: -DMKL_ILP64 -qopenmp -I${MKLROOT}/include > > What is the difference between -openmp and -qopenmp? Shall I use > indeed the above compiler options? > > Thank you for help in this difficult topic for me. > > -- > > google.com/+arnaudgabourygabx -- google.com/+arnaudgabourygabx
2015 Sep 05
0
Build R with MKL and ICC
...ldd? >> > >> > 2- when visiting Intel MKL link advisor[0], here is what I get as >> > configure and make options: >> > Linking: -L${MKLROOT}/lib/intel64 -lmkl_intel_ilp64 -lmkl_core >> > -lmkl_intel_thread -lpthread -lm >> > Compiler options: -DMKL_ILP64 -qopenmp -I${MKLROOT}/include >> > >> > What is the difference between -openmp and -qopenmp? Shall I use >> > indeed the above compiler options? > > The option -qopenmp replaces -openmp, which is deprecated. This is in > the man page for icc. > > Martyn &gt...
2015 Sep 07
2
Build R with MKL and ICC
...>> > 2- when visiting Intel MKL link advisor[0], here is what I get as > >> > configure and make options: > >> > Linking: -L${MKLROOT}/lib/intel64 -lmkl_intel_ilp64 -lmkl_core > >> > -lmkl_intel_thread -lpthread -lm > >> > Compiler options: -DMKL_ILP64 -qopenmp -I${MKLROOT}/include > >> > > >> > What is the difference between -openmp and -qopenmp? Shall I use > >> > indeed the above compiler options? > > > > The option -qopenmp replaces -openmp, which is deprecated. This is in > > the man page...