Displaying 10 results from an estimated 10 matches for "libmkl_intel_thread".
2012 Oct 19
0
--enable-R-shlib and external BLAS/LAPACK libraries
...libreadline.so.6 => /lib64/libreadline.so.6 (0x00007ff529ca6000)
librt.so.1 => /lib64/librt.so.1 (0x00007ff529a9e000)
libmkl_intel_lp64.so => /cluster/software/VERSIONS/intel-2011.10/composer_xe_2011_sp1/mkl/lib/intel64/libmkl_intel_lp64.so (0x00007ff5292b7000)
libmkl_intel_thread.so => /cluster/software/VERSIONS/intel-2011.10/composer_xe_2011_sp1/mkl/lib/intel64/libmkl_intel_thread.so (0x00007ff528238000)
libmkl_core.so => /cluster/software/VERSIONS/intel-2011.10/composer_xe_2011_sp1/mkl/lib/intel64/libmkl_core.so (0x00007ff5271c2000)
libiomp5.so =>...
2012 Sep 21
0
--enable-R-shlib and external BLAS/LAPACK libraries
...libreadline.so.6 => /lib64/libreadline.so.6 (0x00007ff529ca6000)
librt.so.1 => /lib64/librt.so.1 (0x00007ff529a9e000)
libmkl_intel_lp64.so => /cluster/software/VERSIONS/intel-2011.10/composer_xe_2011_sp1/mkl/lib/intel64/libmkl_intel_lp64.so (0x00007ff5292b7000)
libmkl_intel_thread.so => /cluster/software/VERSIONS/intel-2011.10/composer_xe_2011_sp1/mkl/lib/intel64/libmkl_intel_thread.so (0x00007ff528238000)
libmkl_core.so => /cluster/software/VERSIONS/intel-2011.10/composer_xe_2011_sp1/mkl/lib/intel64/libmkl_core.so (0x00007ff5271c2000)
libiomp5.so =>...
2015 Sep 02
4
Build R with MKL and ICC
...ibstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007f438e8dc000)
-----------------------------------------------------------------------------------------------
Now a few questions:
1- am I not supposed to see something like this in the ldd command return?
libmkl_intel_lp64.so => /opt/intel....
libmkl_intel_thread.so => /opt/intel/....
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...
2015 Sep 04
2
Build R with MKL and ICC
...7f438e8dc000)
> > -----------------------------------------------------------------------------------------------
> >
> >
> > Now a few questions:
> >
> EDIT
> > 1- am I not supposed to see these libraries in the list ?
> > libmkl_intel_lp64.so
> > libmkl_intel_thread.so
> > libmkl_core.so
You are looking in the wrong place. With the option --enable-BLAS-shlib,
R is linked to MKL via the library libRblas.so which you will find in
the directory "lib" after building R.
> > Or do I need to run $make install before ldd?
> >
> > 2-...
2015 Sep 04
1
Build R with MKL and ICC
...export FC="ifort"
export FCFLAGS="$fast -fp-model precise"
./configure --prefix=$destdir --with-blas='-mkl=parallel' --with-lapack
--enable-BLAS-shlib
Thank you for this configuration. Nothing about openmp?
What about my cited missing librairies.
libmkl_intel_lp64.so
libmkl_intel_thread.so
libmkl_core.so
Any idea why they are not listed by the ldd command?
## Notes (they might not be true anymore):
## -static and -ipo break compilation
## -no-prec-div breaks make check
## -fp-model precise is needed for make check
## -wd188 removes a lot of warnings (see R Inst. & Adm. manua...
2015 Sep 02
0
Build R with MKL and ICC
...dc++.so.6 => /lib64/libstdc++.so.6 (0x00007f438e8dc000)
> -----------------------------------------------------------------------------------------------
>
>
> Now a few questions:
>
EDIT
> 1- am I not supposed to see these libraries in the list ?
> libmkl_intel_lp64.so
> libmkl_intel_thread.so
> libmkl_core.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
>...
2015 Sep 05
0
Build R with MKL and ICC
...---------------------------------------------------------------------------------------
>> >
>> >
>> > Now a few questions:
>> >
>> EDIT
>> > 1- am I not supposed to see these libraries in the list ?
>> > libmkl_intel_lp64.so
>> > libmkl_intel_thread.so
>> > libmkl_core.so
>
> You are looking in the wrong place. With the option --enable-BLAS-shlib,
> R is linked to MKL via the library libRblas.so which you will find in
> the directory "lib" after building R.
Right.
$ ls lib
libRblas.so* libRlapack.so* libR.so*...
2015 Sep 07
2
Build R with MKL and ICC
...-----------------------------------------------
> >> >
> >> >
> >> > Now a few questions:
> >> >
> >> EDIT
> >> > 1- am I not supposed to see these libraries in the list ?
> >> > libmkl_intel_lp64.so
> >> > libmkl_intel_thread.so
> >> > libmkl_core.so
> >
> > You are looking in the wrong place. With the option --enable-BLAS-shlib,
> > R is linked to MKL via the library libRblas.so which you will find in
> > the directory "lib" after building R.
>
>
> Right.
> $...
2009 Mar 16
6
R with MKL
Hi,
I have seen a lot of problems from people trying to compile R with
MKL. So I am writing my experience in case it helps and to ask one
question. I installed R-2.8.1.patched in Ubuntu 9.04 (gcc 4.3.3) using
MKL 10.1.1.019.
I configured correctly (following MKL userguide) with :
sudo ./configure --with-blas="-I/opt/intel/mkl/10.1.1.019/include
-L/opt/intel/mkl/10.1.1.019/lib/em64t
2009 Mar 16
6
R with MKL
Hi,
I have seen a lot of problems from people trying to compile R with
MKL. So I am writing my experience in case it helps and to ask one
question. I installed R-2.8.1.patched in Ubuntu 9.04 (gcc 4.3.3) using
MKL 10.1.1.019.
I configured correctly (following MKL userguide) with :
sudo ./configure --with-blas="-I/opt/intel/mkl/10.1.1.019/include
-L/opt/intel/mkl/10.1.1.019/lib/em64t