search for: libsvml

Displaying 6 results from an estimated 6 matches for "libsvml".

Did you mean: libsvm
2015 Sep 30
1
Build R with MKL and ICC
...(0x00007ffc5f3da000) libmkl_rt.so => /opt/intel/mkl/lib/intel64_lin/libmkl_rt.so (0x00007f232203e000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f2321e21000) libm.so.6 => /lib64/libm.so.6 (0x00007f2321b19000) libimf.so => /opt/intel/lib/intel64_lin/libimf.so (0x00007f2321621000) libsvml.so => /opt/intel/lib/intel64_lin/libsvml.so (0x00007f2320762000) libirng.so => /opt/intel/lib/intel64_lin/libirng.so (0x00007f2320559000) libiomp5.so => /opt/intel/lib/intel64_lin/libiomp5.so (0x00007f2320218000) libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f2320001000) libintlc.so.5 =...
2012 Oct 19
0
--enable-R-shlib and external BLAS/LAPACK libraries
....5 (0x00007ff52b47d000) libifcore.so.5 => /cluster/software/VERSIONS/intel-2011.10/composer_xe_2011_sp1/lib/intel64/libifcore.so.5 (0x00007ff52b238000) libimf.so => /cluster/software/VERSIONS/intel-2011.10/composer_xe_2011_sp1/lib/intel64/libimf.so (0x00007ff52ae6d000) libsvml.so => /cluster/software/VERSIONS/intel-2011.10/composer_xe_2011_sp1/lib/intel64/libsvml.so (0x00007ff52a6f3000) libm.so.6 => /lib64/libm.so.6 (0x00007ff52a45a000) libirc.so => /cluster/software/VERSIONS/intel-2011.10/composer_xe_2011_sp1/lib/intel64/libirc.so (0x00007ff52a3...
2012 Sep 21
0
--enable-R-shlib and external BLAS/LAPACK libraries
....5 (0x00007ff52b47d000) libifcore.so.5 => /cluster/software/VERSIONS/intel-2011.10/composer_xe_2011_sp1/lib/intel64/libifcore.so.5 (0x00007ff52b238000) libimf.so => /cluster/software/VERSIONS/intel-2011.10/composer_xe_2011_sp1/lib/intel64/libimf.so (0x00007ff52ae6d000) libsvml.so => /cluster/software/VERSIONS/intel-2011.10/composer_xe_2011_sp1/lib/intel64/libsvml.so (0x00007ff52a6f3000) libm.so.6 => /lib64/libm.so.6 (0x00007ff52a45a000) libirc.so => /cluster/software/VERSIONS/intel-2011.10/composer_xe_2011_sp1/lib/intel64/libirc.so (0x00007ff52a3...
2012 Dec 28
1
Irreproducible exception in R extension
...000-7f46444a8000 rw-p 00000000 00:00 0 7f46444a8000-7f46444a9000 ---p 00000000 00:00 0 7f46444a9000-7f4644eec000 rw-p 00000000 00:00 0 7f4644eec000-7f4645564000 r-xp 00000000 00:16 24113546 /rwthfs/rz/SW/intel/Compiler/12.1/6.361/composer_xe_2011_sp1.12.361/compiler/lib/intel64/libsvml.so 7f4645564000-7f4645664000 ---p 00678000 00:16 24113546 /rwthfs/rz/SW/intel/Compiler/12.1/6.361/composer_xe_2011_sp1.12.361/compiler/lib/intel64/libsvml.so 7f4645664000-7f4645666000 rw-p 00678000 00:16 24113546 /rwthfs/rz/SW/intel/Compiler/12.1/6.361/composer_x...
2015 Sep 29
2
Build R with MKL and ICC
On Wed, Sep 9, 2015 at 11:26 PM, Nathan Kurz <nate at verse.com> wrote: > > As a short and simple approach, I just compiled the current R release > on Ubuntu with ICC and MKL using just this: > > $ tar -xzf R-3.2.2.tar.gz > $ cd R-3.2.2 > $ CC=icc CXX=icpc AR=xiar LD=xild CFLAGS="-g -O3 -xHost" CXXFLAGS="-g > -O3 -xHost" ./configure
2013 Jan 27
4
[LLVMdev] SIMD trigonometry/logarithms?
I'm wondering if it makes sense to instead supply a bc math library. I would think it would be easier to maintain and debug, and should still give you all of the benefits. You could just link with it early in the optimization pipeline to ensure inlining. This may also make it easier to maintain SIMD functions for multiple backends. On Sun, Jan 27, 2013 at 8:49 AM, Hal Finkel <hfinkel