search for: mkl_lapack

Displaying 4 results from an estimated 4 matches for "mkl_lapack".

Did you mean: lmkl_lapack
2013 Dec 02
1
Arithmetic Error while compiling R with the Intel compilers
...4 Case 1 was having slight difference in the values and assumed due to the floating point error, but Case 2 is having values with difference signs. Is such behaviour is normal or there is any issue with the Intel 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...
2004 Nov 11
1
problem building an R package under Windows XP with calls to
...lt;- function() { .C("test") return(0) } Based on Duncan Murdoch's recommendation, I then included a Makefile.win file containing the following code: test.dll : test.obj test.def link /dll /def:test.def /out:test.dll test.obj nagcsmt-mkl.lib mkl_s.lib mkl_def.lib mkl_lapack.lib advapi32.lib netapi32.lib Rdll.lib test.obj : test.c cl /MT /Ox /D "WIN32" /c -I"C:\Program Files\Numerical Algorithms Group\CLW3207DA\include" test.c I inspired myself from the readme.package file in the \R folder to write these lines. Note that this makefile relies...
2014 Feb 06
0
Oplock break failed for file XXX-- replying anyway?
...mcpcom.exe Thu Feb 6 10:17:35 2014 15911 1019 DENY_NONE 0x100081 RDONLY NONE /home/hap Downloads Thu Feb 6 10:17:59 2014 2559 99 DENY_NONE 0x20089 RDONLY EXCLUSIVE+BATCH /space/public windows/intel/Composer-XE-2013.198/mkl/include/mkl_lapack_stdcall.h Thu Feb 6 10:17:34 2014 2559 99 DENY_NONE 0x20089 RDONLY EXCLUSIVE+BATCH /space/public windows/intel/Composer-XE-2013.198/mkl/include/mkl_solvers_ee_stdcall.h Thu Feb 6 10:17:34 2014 2559 99 DENY_NONE 0x20089 RDONLY EXCLUSIVE+BATC...
2004 Nov 11
1
FW: problem building an R package under Windows XP with calls to NAG C routines
...t") > return(0) > } > >Based on Duncan Murdoch's recommendation, I then included a Makefile.win >file containing the following code: > >test.dll : test.obj test.def > link /dll /def:test.def /out:test.dll test.obj nagcsmt-mkl.lib >mkl_s.lib mkl_def.lib mkl_lapack.lib advapi32.lib netapi32.lib Rdll.lib >test.obj : test.c > cl /MT /Ox /D "WIN32" /c -I"C:\Program Files\Numerical Algorithms >Group\CLW3207DA\include" test.c > >I inspired myself from the readme.package file in the \R folder to write >these lines. Note t...