Displaying 20 results from an estimated 9000 matches similar to: "Tuned Rblas.dll available on CRAN (for Windows)"
2008 Jul 08
1
R crash with ATLAS precompiled Rblas.dll on Windows XP Core2 Duo
I noticed a problem using R 2.7.1 on Windows XP SP2 with the precompiled
Atlas Rblas.dll. Running the code below causes R to crash. I started R
using Rgui --vanilla and am using the precompiled Atlas Rblas.dll from
cran.fhcrc.org dated 17-Jul-2007 05:04 for Core2 Duo.
The code that causes the crash:
x <- rnorm(100)
y <- rnorm(100)
z <- rnorm(100)
loess(z ~ x * y)
loess(z ~ x) does
2006 Dec 13
1
Problem with tuned Rblas from CRAN with R-2.4.0
I encountered the following problem in R-2.4.0 for Windows binary downloaded from CRAN (data from R-help post by Ethan Johnsons). I was also using the contributed binary Rblas.dll for Intel P4 chip. The problem doesn't occur with the default Rblas.dll.
x=c(3.05176E-05, 0.000457764, 0.003204346, 0.0138855, 0.04165649, 0.09164429, 0.1527405, 0.1963806, 0.1963806, 0.1527405, 0.09164429,
2012 May 09
2
R Installation Manual - ATLAS BLAS guidance that is not in the current version
Good afternoon.
I am trying to compile a version of Rblas.dll based on ATLAS for the Corei7. I had remembered that there was mention of which file to adjust and that "xerbla" needed to be removed from one of the outputs from the last time I tried a few years ago. The most recent version of the R Installation manual does not say anything about this. An older version (2.10 I believe) has
2002 May 30
1
problem installing quadprog
When I try to build/install the quadprog package under R1.50 and NT4
it seems to have trouble finding blas routines. I'm currently using the
generic blas routines, rather than ATLAS or some other tuned implementation:
> Rcmd INSTALL d:/temp/quadrprog
...
gcc --shared -s -o quadprog.dll quadprog.def quadprog.a quadprog_res.o -Lc:/a
pps/rw1050/src/gnuwin32 -lg2c -lR
2006 Sep 27
1
Building R-2.3.1 for Windows with ATLAS
Ok, moved to R-devel.
I tried to build R-2.3.1. Since I intent to distribute this tuned R to
all other who have a computer like mine here at work I thought it was
best to stay with the latest stable release.
About your suggestion, I could'n find xerblas.o file. And I don't know
how to edit libf77blas.a. I tried to open it with VIM
(http://vim.sf.net/) but there was a lot of strange
2010 Apr 20
0
Building Rblas.dll failing on Windows 7 (64-bit)
I'm currently attempting to build R-2.10.1 from the source on Windows
7 (64-bit version). I've downloaded the latest Rtools (Rtools211.exe)
from the Murdoch-Sutherland site and have done a full install. I've
also downloaded the HTML Help Workshop, MikTeX, and the InnoSetup
installer.
I am not using any 64-bit versions of the tools, such as the
MinGW-w64, or a 64-bit version of TCL
2009 Jan 23
1
loading RBlas.dll
hi everyone,
Im implementing a new RBlas dll but just for optimising sake i need to know
how and WHERE (which source code) RBlas gets loaded. there is a call to
loadlibrary() in dynload.c BUT it seems this is not the function that is
loading Rblas.
how do i know this? well i added the code :(just after the loadlibrary()
call)
/*********************************************/
/*this
2007 Oct 05
1
R 2.6.0 Windows/lme4 Rblas load problem
Dear Windows Maintainers,
after installing R 2.6.0 on Windows 2000 and doing a complete update of the
libraries as recommended by B.Ripley, it get the error message:
The dynamic link library Rblas could not be found in the specified path....
Note that the message says "Rblas", not Rblas.dll as expected under Windows. The
path is correct, and Rblas.dll is present
I made a copy of
2019 Dec 30
2
how to check as CRAN with alternative BLAS?
One of my packages is slated to be archived from CRAN due to failures when
the ATLAS BLAS is used. I am unable to replicate the error on my machine
under R 3.6.1 using the atlas library from ubuntu (seems to be 3.10.2-9,
while the good professor is using 3.10.3 per
https://www.stats.ox.ac.uk/pub/bdr/Rblas/README.txt ). I also tried the
rocker/r-base with R 3.6.2
and
2006 Sep 26
1
Building R for Windows with ATLAS
I think this is not a R-devel question. Sorry to all if I'm wrong,
please let me know.
I managed to build R successfully with the default BLAS but when I
change the MKRULES to use ATLAS BLAS and set the path to
"C:/cygwin/home/Administrador/ATLAS/lib/WinNT_ATHLONSSE2" I got the
following error message (I'm posting only the final part, there was a
lot of compilation before this):
2019 Dec 30
0
how to check as CRAN with alternative BLAS?
On 29 December 2019 at 16:39, steven pav wrote:
| One of my packages is slated to be archived from CRAN due to failures when
| the ATLAS BLAS is used. I am unable to replicate the error on my machine
| under R 3.6.1 using the atlas library from ubuntu (seems to be 3.10.2-9,
| while the good professor is using 3.10.3 per
| https://www.stats.ox.ac.uk/pub/bdr/Rblas/README.txt ). I also tried the
|
2006 Mar 09
0
Linking Rblas [under Windows]
Dear Prof. Ripley,
thank you very much. It works now absolutely fine using a "Makevars"
file with the contents you suggested.
Thanks again,
Roland
> -----Original Message-----
> From: Prof Brian Ripley [mailto:ripley at stats.ox.ac.uk]
> Sent: Thursday, March 09, 2006 12:09 PM
> To: Rau, Roland
> Cc: r-help at stat.math.ethz.ch
> Subject: Re: [R] Linking Rblas
2002 Jun 05
1
R-patched for Windows
I've put up a build of the current R-patched (and updated recommended
packages) for Windows at
http://www.stats.ox.ac.uk/pub/bdr/RWin/Rpre/SetupRpatched.exe
This should be able to rename files on Win 9x (unlike the mid-May build)
and can build packages accessing Rblas.dll.
As ever, this is less tested than an official release, in particular only
on Windows XP, but ought to have fewer
2003 Apr 22
4
"LAPACK routine DGESDD gave error code -12" with Debian (PR#2822)
Dear All,
Under Debian GNU/Linux La.svd (with method = "dgesdd") sometimes gives the
error
"Error in La.svd(data, nu = 0, nv = min(nrow, ncol), method = "dgesdd") :
LAPACK routine DGESDD gave error code -12"
It seems not to depend on the data per se, but on the relationship between
numbers of rows and columns.
For example, if the number of columns is 100,
2007 Jul 09
1
BLAS / LAPACK version information from within R-session?
Hi,
for diagnostic purposes, I would like to get information about
the BLAS / LAPACK linked against R from within an R-session.
An obvious application could be safety-checks for packages like
Matrix and quantreg at load / attach - time.
Also you could be more precise on the "framework" in which R
is running for comparable benchmark timings on different systems.
Perhaps this
2003 Dec 03
1
Rblas for dual Xeon
Does anybody have a tuned Rblas.dll compiled against ALTLAS for a dual Xeon
system?
Unfortunately, we have very strict security that does not allow compilers of
any sort on production desktops - we only have Pentium III development PCs.
Regards,
John Marsland
**********************************************************************
This is a commercial communication from Commerzbank AG.\ \
2005 Dec 01
0
tuned BLAS
I've been updating the information on tuned BLAS for R-admin in R-patched
and R-devel. We have
ATLAS (widely available, including for Windows)
MKL (licensed on ix86 and x86_64 Linux and Windows)
ACML (by AMD, but for all ix86 and x86_64 chips, Linux and Windows.
Now available for gfortran.)
Goto (academic use only, only some chips, only Linux)
MKL and ACML provide full LAPACK,
2002 Jun 11
1
ATLAS & R unser Windows
Hi,
In rw-FAQ, 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
2006 Mar 09
1
Linking Rblas
Dear all,
when making a DLL via Rcmd SHLIB is there a way to link against a
library such as Rblas (I am on a Windows platform) on a case to case
basis?
I played a bit around with some self-written C-code which should call
the function 'dasum' defined in Blas.h.
I encountered the following problem:
u:\codeplay>Rcmd SHLIB mysumming.c
Rcmd SHLIB mysumming.c
gcc --shared -s -o
2010 May 28
2
Compiling R-2.11.0 with ATLAS-tuned BLAS and LAPACK
Hello. I am a Linux neophyte and know almost nothing ?about compiling,
so I would appreciate any help and advice y'all would care to offer.
I am trying to compile the 64 bit version of R using a tuned ATLAS and
LAPACK (ATLAS 3.9.24). I am running Ubunto 10.04 LTS (through wubi,
FWIW). The ATLAS and LAPACK files (atlas.so, f77blas.so, lapack.so,
and cblas.so) are sitting in the folder