Skip to content
Back to formatted view

Raw Message

Message-ID: <EBCECBAD-CC2D-4CB4-B232-5ACF95956060@me.com>
Date: 2011-08-19T20:47:52Z
From: Yan Zhou
Subject: R 2.13.1-patched, vecLib problem on Lion
In-Reply-To: <FE628FB1-FD4E-4906-938C-C8580179D0A4@imperial.ac.uk>

I know this workaround. However that links R to the reference Blas. What keep me confusing is that when linking the R-patched from http://R.research.att.com to vecLib, it halts, but the home-built R, linked to the same vecLib, runs fine.

Y


On Aug 19, 2011, at 9:25 PM, Federico Calboli wrote:

> On 19 Aug 2011, at 21:06, Yan Zhou wrote:
> 
>> Dear all, 
>> 
>> I have a problem with R 2.31-patched from http://R.research.att.com/. I am using Lion 10.7.1
>> 
>> I did a fresh install of R and I checked that the BLAS library is linked to vecLib. However the following simple code halt on my machine.
>> 
>> 	a <- matrix(rnorm(640 * 640), ncol = 640)
>> 	b <- eigen(a)
> 
> I can reproduce the problem running the code above.
> 
> ls -l /Library/Frameworks/R.framework/Resources/lib/libRblas.dylib points to libRblas.vecLib.dylib
> 
> F
> 
> --
> Federico C. F. Calboli
> Department of Epidemiology and Biostatistics
> Imperial College, St. Mary's Campus
> Norfolk Place, London W2 1PG
> 
> Tel +44 (0)20 75941602   Fax +44 (0)20 75943193
> 
> f.calboli [.a.t] imperial.ac.uk
> f.calboli [.a.t] gmail.com
> 
> 
> 
> 
> 
>