search for: atlas_path

Displaying 8 results from an estimated 8 matches for "atlas_path".

Did you mean: alias_path
2012 May 09
2
R Installation Manual - ATLAS BLAS guidance that is not in the current version
...sourceforge.net/)) tuned to your system for fast linear algebra routines. Pre-built `Rblas.dll' for various Pentium and AthlonXP chips are available in the `windows/contrib/ATLAS' area on CRAN. If you are building R from source, there are macros `USE_ATLAS' and `ATLAS_PATH' in the file `MkRules'. Set `USE_ATLAS = YES' and `ATLAS_PATH' to where the ATLAS libraries are located. You will need to make the libraries yourself(1): none of the binaries we have seen are compiled for the correct compiler. Since R has its own `xerbla...
2018 Feb 09
3
R Compilation gets stuck on Windows 64
...libjpeg, libtiff. # Use 'make rsync-extsoft' to populate the default directory. EXT_LIBS = D:/R64/extsoft # an alternative is to use -gstabs here, if the debugger supports only stabs. # G_FLAG = -gdwarf-2 # Set to YES and specify the path if you want to use the ATLAS BLAS. USE_ATLAS = YES ATLAS_PATH =D:/home/thread0 # Support for the ACML and Goto BLASes has been withdrawn: see R-admin.html # Define to use svnversion to set SVN-REVISION (slow, and requires a clean # checkout with no modifications). # USE_SVNVERSION = YES # With the previously recommended gcc 4.6.3 toolchain, set this to 32...
2012 Nov 30
1
compiling R for Windows 64 bit
Dear All, I'm trying to compile R for Windows 64 bit. I'm following the instructions of R installation and administration guide v2.15.2 (3.1; A.3.1.4; C.2.2) and at the moment I compiled the default version (single threaded, gcc, without external BLAS) ?on my notebook (windows xp 32 bit) Now I'm trying to compile it on Windows servers 64 bit with the next configuration : 1. Windows
2012 Dec 17
1
Problems with building R from sources
...ding R =================== # an alternative is to use -gstabs here, if the debugger supports only stabs. G_FLAG=-gdwarf-2 # Comment out if the msvcrt.dll malloc/free is required (not tested recently) LEA_MALLOC=YES # Set to YES and specify the path if you want to use the ATLAS BLAS. USE_ATLAS=NO ATLAS_PATH=/R/ATLAS/lib/WinNT_P4SSE2 # Support for the ACML and Goto BLASes has been withdrawn: see R-admin.html # Define to use svnversion to set SVN-REVISION (slow, and requires a clean # checkout with no modifications). # USE_SVNVERSION = YES # With the recommended toolchain, set this to 32 or 64 MULTI...
2018 Feb 13
2
R Compilation gets stuck on Windows 64
In the file MkRules.local.in, I see the line: USE_ATLAS = NO which I believe needs to be changed to YES. But how do I specify the BLAS file *libopenblas_haswell-r0.2.20.a *and its location? Regards, Indrajit On Tue, Feb 13, 2018 at 6:41 PM, Indrajit Sen Gupta <indrajitsg at gmail.com> wrote: > I was able to compile the R from the github by running build-r-devel.bat! > > Now need
2018 Feb 09
0
R Compilation gets stuck on Windows 64
...soft' to populate the default directory. > EXT_LIBS = D:/R64/extsoft > > # an alternative is to use -gstabs here, if the debugger supports only > stabs. > # G_FLAG = -gdwarf-2 > > # Set to YES and specify the path if you want to use the ATLAS BLAS. > USE_ATLAS = YES > ATLAS_PATH =D:/home/thread0 > > # Support for the ACML and Goto BLASes has been withdrawn: see R-admin.html > > # Define to use svnversion to set SVN-REVISION (slow, and requires a clean > # checkout with no modifications). > # USE_SVNVERSION = YES > > # With the previously recommended...
2018 Feb 09
2
R Compilation gets stuck on Windows 64
Hi All, I am trying to compile R from source on a 64 bit Windows. I have downloaded and installed all the third party software as per the R - documentation. The compilation starts fine and after a while it stops with the following error message: D:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.3/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lRgraphapp collect2.exe: error: ld
2018 Feb 09
1
R Compilation gets stuck on Windows 64
...rectory. >> EXT_LIBS = D:/R64/extsoft >> >> # an alternative is to use -gstabs here, if the debugger supports only >> stabs. >> # G_FLAG = -gdwarf-2 >> >> # Set to YES and specify the path if you want to use the ATLAS BLAS. >> USE_ATLAS = YES >> ATLAS_PATH =D:/home/thread0 >> >> # Support for the ACML and Goto BLASes has been withdrawn: see R-admin.html >> >> # Define to use svnversion to set SVN-REVISION (slow, and requires a clean >> # checkout with no modifications). >> # USE_SVNVERSION = YES >> >> #...