Displaying 11 results from an estimated 11 matches for "use_atlas".
2012 May 09
2
R Installation Manual - ATLAS BLAS guidance that is not in the current version
...(http://math-atlas.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...
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 r...
2002 Jun 11
1
ATLAS & R unser Windows
...Q, there is a paragraph about optimizing R by using a fast ATLAS
library in place of the standard BLAS. It says: "BLAS support is supplied by
the single DLL `R_HOME\bin\Rblas.dll', and
you can add a fast BLAS just by replacing that." Do I need to recompile the
whole R with the option `USE_ATLAS = YES', or is it possible to compile only
Rblas.dll on each separate computer (with different processors)?
Thanks,
Philippe Grosjean
...........]<(({?<...............<?}))><...............................
( ( ( ( (
) ) ) ) ) Philippe Grosjean
( ( ( ( (
) ) ) ) ) IFREMER Nante...
2012 Nov 30
1
compiling R for Windows 64 bit
...be created, as
I suppose according to uncorrect x32 - x64 configuration (it links
32bits external libs to 64bits object files)
I would be very greatful if you could help me to compile R, please.
Thank you very much !!
==============
MkRules.local
==============
G_FLAG=-gdwarf-2
LEA_MALLOC=YES
USE_ATLAS=NO
BINPREF64 = C:/Rtools/gcc-4.6.3/bin/
WIN = 64
BUILD_HTML = NO
MIKTEX = TRUE
EOPTS=-mtune=native
OPENMP = -fopenmp
PTHREAD = -pthread
2024 May 13
0
Change between 86152 and 86534 - probably 86265 - that looks for zspmv in BLAS and not LAPACK causes R with OpenBLAS to fail
...-lR -L"$(ATLAS_PATH)" -lf77blas -latlas
+ -L../../../$(IMPDIR) -lR -L"$(ATLAS_PATH)" -fopenmp -lopenblas
else
../../../$(BINDIR)/Rblas.dll: blas.o blas2.o cmplxblas.o cmplxblas2.o
../../gnuwin32/dllversion.o
@$(ECHO) -------- Building $@ --------
and then passing USE_ATLAS = YES and ATLAS_PATH = C:/R/OPB/whatever in
Mkrules.local
When I compile OpenBLAS, I have always done so with NO_CBLAS,
NO_LAPACK, and NO_SHARED, as the Windows toolchain does not need
CBLAS, a shared library, or allow for a separate LAPACK and this has
worked, for the most part, since roughly 201...
2018 Feb 09
3
R Compilation gets stuck on Windows 64
...pcre,
# libpng, 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...
2012 Dec 17
1
Problems with building R from sources
...cros for building 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 3...
2018 Feb 13
2
R Compilation gets stuck on Windows 64
On Tue, Feb 13, 2018 at 12:22 PM, Indrajit Sen Gupta
<indrajitsg at gmail.com> wrote:
> Hi Avraham,
>
> I tried with the patched version. The same error message.
>
> gcc -std=gnu99 -m64 -shared -s -mwindows -o R.dll R.def console.o dynload.o
> editor.o embeddedR.o extra.o malloc.o opt.o pager.o preferences.o psignal.o
> rhome.o rt_complete.o rui.o run.o shext.o
2018 Feb 09
0
R Compilation gets stuck on Windows 64
...e '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...
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
...o 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...