search for: intel64

Displaying 20 results from an estimated 51 matches for "intel64".

Did you mean: intel
2012 Oct 19
0
--enable-R-shlib and external BLAS/LAPACK libraries
...e we want to use the fast libraries, but some of our uses need to have libR.so, so up to now, we've had to build to versions of R.) # ldd libR.so linux-vdso.so.1 => (0x00007ff52bcf8000) libifport.so.5 => /cluster/software/VERSIONS/intel-2011.10/composer_xe_2011_sp1/lib/intel64/libifport.so.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 (0x00007ff52ae6d...
2012 Sep 21
0
--enable-R-shlib and external BLAS/LAPACK libraries
...e we want to use the fast libraries, but some of our uses need to have libR.so, so up to now, we've had to build to versions of R.) # ldd libR.so linux-vdso.so.1 => (0x00007ff52bcf8000) libifport.so.5 => /cluster/software/VERSIONS/intel-2011.10/composer_xe_2011_sp1/lib/intel64/libifport.so.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 (0x00007ff52ae6d...
2011 Nov 03
4
How to used MKL (not revolution-mkl) with Debian packages
...ed on my Thinkpad T410) with the R 2.14.0 built as Debian/Ubuntu packages available on CRAN mirror, the following tricks may works for without some known side-effects (likes openmp breaking issues), you may try to build your own libblas.so.3gf.0 with following command: $ gfortran -L/opt/intel/lib/intel64 -liomp5 -L/opt/intel/mkl/lib/intel64 -lmkl_rt -lmkl_core -lmkl_gf_lp64 -lmkl_gnu_thread -lmkl_gf_ilp64 -lgomp -lpthread -shared -Wl,-soname,libblas.so.3gf -o libblas.so.3gf. $ sudo mkdir /usr/local/lib/MKL $ sudo cp libblas.so.3gf.0 /usr/local/lib/MKL/. $ cd /usr/local/lib/MKL $ sudo ln -s libblas...
2015 Sep 04
2
Build R with MKL and ICC
...name: > > Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz - Sandybridge > > R-3.2.2 > > > > Here is my build configuration: > > > > ------------------------------------------------------- > > source /opt/intel/compilers_and_libraries_2016/linux/mkl/bin/mklvars.sh intel64 > > source /opt/intel/bin/compilervars.sh intel64 > > _mkllibpath=$MKLROOT/lib/intel64 > > _icclibpath=$MKLROOT/linux/compiler/lib > > export LD_LIBRARY_PATH=${_mkllibpath}:${_icclibpath} > > export MKL="-L${_mkllibpath} -L${_icclibpath} -lmkl_intel_lp64 > >...
2017 Apr 20
2
Intel MKL compiling issue
...MKL as follows, ./configure LDFLAGS=-L/genetics/data/software/lib CFLAGS=-fPIC -I/genetics/data/software/include --enable-R-shlib I have used, export MKL_NUM_THREADS=15 export MKLROOT=/genetics/data/software/intel/composer_xe_2013.4.183/mkl export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MKLROOT/lib/intel64 /genetics/data/software/intel/composer_xe_2013.4.183/mkl/bin/mklvars.sh intel64 CPPFLAGS="-I/genetics/data/software/include -L/genetics/data/software/lib" \ ./configure --prefix=/genetics/data/software --enable-R-shlib --enable-threads=posix --with-lapack \ --with-blas="-fopenmp -m6...
2015 Sep 02
4
Build R with MKL and ICC
...016 Hardware : 8 Thread(s) per core: 2 Vendor ID: GenuineIntel Model name: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz - Sandybridge R-3.2.2 Here is my build configuration: ------------------------------------------------------- source /opt/intel/compilers_and_libraries_2016/linux/mkl/bin/mklvars.sh intel64 source /opt/intel/bin/compilervars.sh intel64 _mkllibpath=$MKLROOT/lib/intel64 _icclibpath=$MKLROOT/linux/compiler/lib export LD_LIBRARY_PATH=${_mkllibpath}:${_icclibpath} export MKL="-L${_mkllibpath} -L${_icclibpath} -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread" expo...
2012 Aug 21
1
make check fails two tests on RHEL 6 build
I am installing R 2.15.1 onto RHEL 6, using gcc 4.7.0 with Intel MKL 10.3.7 and the following environment: export BLAS_LIBS="-Wl,--start-group /usr/caen/intel-12.1/mkl/lib/intel64/libmkl_gf_lp64.a /usr/caen/intel-12.1/mkl/lib/intel64/libmkl_sequential.a /usr/caen/intel-12.1/mkl/lib/intel64/libmkl_core.a -Wl,--end-group -lpthread" export LAPACK_LIBS="-Wl,--start-group /usr/caen/intel-12.1/mkl/lib/intel64/libmkl_gf_lp64.a /usr/caen/intel-12.1/mkl/lib/intel64/libmkl_...
2012 Dec 28
1
Irreproducible exception in R extension
...645d8b26d] /rwthfs/rz/cluster/home/simo_109/opt/R/lib64/R/library/MCpkg/libs/MCpkg.so(_Z11MCgmmS_implIN6scythe8mersenneEEvRNS0_3rngIT_EERP7SEXPRECS8_jjRNS0_6MatrixIdLNS0_12matrix_orderE0ELNS0_12matrix_styleE0EEERKSC_jS8_S8_+0x478f)[0x7f4645d6d6af] /opt/intel/Compiler/12.1/6.361/rwthlnk/compiler/lib/intel64/libiomp5.so(__kmp_invoke_microtask+0x93)[0x7f4645aabee3] ======= Memory map: ======== 00400000-00401000 r-xp 00000000 00:21 32550383 /rwthfs/rz/cluster/home/simo_109/opt/R/lib64/R/bin/exec/R 00600000-00601000 rw-p 00000000 00:21 32550383 /rwthfs/r...
2017 Apr 20
1
Intel MKL compiling issue
On our Scientific Linux 6, there is gcc --version gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-17) and later version (a symbolic at HOME to the system directory), export MKL=/home/jhz22/11.3.3.210/mkl export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MKLROOT/lib/intel64 ./configure --prefix=/home/jhz22 LDFLAGS=-L/home/jhz22/lib CPPFLAGS=-I/home/jhz22/include \ --enable-R-shlib --with-lapack \ --with-blas="-fopenmp -m64 -I$MKL/include -L$MKL/lib/intel64 -lmkl_gf_lp64 -lmkl_gnu_thread -lmkl_core -lpthread -lm" The errors are as follows, /usr/bin/ld: w...
2015 Sep 30
1
Build R with MKL and ICC
...ed to configure. Best is to source mklvars and compilervars in a script so it won't polluated your shell environment once the build is done. --------------------------------------------------------------- #! /bin/sh source /opt/intel/compilers_and_libraries_2016.0.109/linux/mkl/bin/mklvars.sh intel64 source /opt/intel/bin/compilervars.sh intel64 _icclibpath=/opt/intel/compilers_and_lbraries_2016.0.109/linux/compiler/lib/intel64/ _mkllibpath=${MKLROOT}/lib/intel64/ _omp_lib=/opt/intel/lib/intel64/ MKL=" -L${_mkllibpath} -lmkl_rt -lpthread" export CC="icc" export CXX="...
2014 Feb 06
0
Oplock break failed for file XXX-- replying anyway?
...smbd/oplock.c:330(oplock_timeout_handler) Oplock break failed for file windows/intel/Composer-XE-2013.198/Documentation/csupport.txt -- replying anyway [2014/02/06 10:19:02.167430, 0] smbd/oplock.c:330(oplock_timeout_handler) Oplock break failed for file windows/intel/Composer-XE-2013.198/bin/intel64/icl.cfg -- replying anyway [2014/02/06 10:19:32.212903, 0] smbd/oplock.c:330(oplock_timeout_handler) Oplock break failed for file windows/intel/Composer-XE-2013.198/bin/intel64/intelc.lic -- replying anyway [2014/02/06 10:20:02.640514, 0] smbd/oplock.c:330(oplock_timeout_handler) Oplock break...
2008 Nov 20
0
[PATCH 2/2][VTD] ats support for Intel64 with VT-d
This patch turns on ATS in VT-d context entries and devices with ATS capability. It also contain minor code clean up. Signed-off-by: Allen Kay <allen.m.kay@intel.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2015 Sep 07
2
Build R with MKL and ICC
...GHz - Sandybridge > >> > R-3.2.2 > >> > > >> > Here is my build configuration: > >> > > >> > ------------------------------------------------------- > >> > source /opt/intel/compilers_and_libraries_2016/linux/mkl/bin/mklvars.sh intel64 > >> > source /opt/intel/bin/compilervars.sh intel64 > >> > _mkllibpath=$MKLROOT/lib/intel64 > >> > _icclibpath=$MKLROOT/linux/compiler/lib > >> > export LD_LIBRARY_PATH=${_mkllibpath}:${_icclibpath} > >> > export MKL="-L${_mkllibpath...
2015 Sep 02
0
Build R with MKL and ICC
...re: 2 Vendor ID: GenuineIntel Model name: > Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz - Sandybridge > R-3.2.2 > > Here is my build configuration: > > ------------------------------------------------------- > source /opt/intel/compilers_and_libraries_2016/linux/mkl/bin/mklvars.sh intel64 > source /opt/intel/bin/compilervars.sh intel64 > _mkllibpath=$MKLROOT/lib/intel64 > _icclibpath=$MKLROOT/linux/compiler/lib > export LD_LIBRARY_PATH=${_mkllibpath}:${_icclibpath} > export MKL="-L${_mkllibpath} -L${_icclibpath} -lmkl_intel_lp64 > -lmkl_intel_thread -lmkl_core...
2015 Sep 05
0
Build R with MKL and ICC
...) Core(TM) i7-2600K CPU @ 3.40GHz - Sandybridge >> > R-3.2.2 >> > >> > Here is my build configuration: >> > >> > ------------------------------------------------------- >> > source /opt/intel/compilers_and_libraries_2016/linux/mkl/bin/mklvars.sh intel64 >> > source /opt/intel/bin/compilervars.sh intel64 >> > _mkllibpath=$MKLROOT/lib/intel64 >> > _icclibpath=$MKLROOT/linux/compiler/lib >> > export LD_LIBRARY_PATH=${_mkllibpath}:${_icclibpath} >> > export MKL="-L${_mkllibpath} -L${_icclibpath} -lmkl_...
2012 Dec 28
1
linux multi-threaded compilation is running only on one processor
...cores) ! do you know this fact depends on what ? thank you ! P.S. many functions of R are single-threaded, is there a simple way to make them multi-threaded ? ========================================================================================================= CMP_LIB_PATH=/opt/intel/lib/intel64 MKL_LIB_PATH=/opt/intel/composerxe/mkl/lib/intel64 INC_LIB_PATH=/usr/local/lib export CC="icc -std=c99" export CFLAGS="-g -O3 -wd188 -ip" export F77=ifort export FFLAGS="-g -O3" export CXX=icpc export CXXFLAGS="-g -O3" export FC=ifort export FCFLAGS="-g...
2015 Sep 29
2
Build R with MKL and ICC
...> $ sudo make install > $ R --version > R version 3.2.2 (2015-08-14) -- "Fire Safety" That is exactly the right combo: with-blas="-lmkl_rt -lpthread" Nothing more for $MKL now $ ldd bin/exec/R linux-vdso.so.1 (0x00007ffe305f9000) libmkl_rt.so => /opt/intel/mkl/lib/intel64_lin/libmkl_rt.so (0x00007f216c9e3000) ................................. Thank you > If you have 'ifort' available, you would probably want to add it to > the list of environment variables. > > --nate > > ______________________________________________ > R-devel...
2015 Jan 23
3
[LLVMdev] X86TarIgetLowering::LowerToBT
I’ll be happy to run it for you. Do you want Intel64, x86 or both? The Intel compiler doesn’t have a –Oz option. It has –Os and –O[123]. Also, FWIW, one of the Intel compiler experts on BT will comment on this thread, and on our rules for BT usage later this afternoon. Kevin B. Smith From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces a...
2019 Aug 07
2
Adding nops after ret
Hi, Is is possible via clang plugin (clang configuration) to add 4 nops after ret instruction on Intel64? Thanks, Alexei -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190807/229ecbf4/attachment.html>
2017 Apr 20
0
Intel MKL compiling issue
...S=-L/genetics/data/software/lib CFLAGS=-fPIC -I/genetics/data/software/include --enable-R-shlib > > > I have used, > > > export MKL_NUM_THREADS=15 > export MKLROOT=/genetics/data/software/intel/composer_xe_2013.4.183/mkl > export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MKLROOT/lib/intel64 > /genetics/data/software/intel/composer_xe_2013.4.183/mkl/bin/mklvars.sh intel64 > CPPFLAGS="-I/genetics/data/software/include -L/genetics/data/software/lib" \ > ./configure --prefix=/genetics/data/software --enable-R-shlib --enable-threads=posix --with-lapack \ > --with-bla...