Skip to content
Prev 11544 / 15075 Next

Multiple cores on a Mac

Why me..?

Probably Simon and maybe Brian has the full recollection of the story, but as I understood it, once upon a time you could switch out the BLAS on CRAN R just by editing a symlink in the R installation. For some reason, that cannot work anymore (Apple considered symlinked libraries a security risk?). I think the current situation is that you can still do it, but you have to physically overwrite the default BLAS(? Simon will know.). 

At any rate, you can certainly still do a local compile with the Accelerate framework, once you get all the tools in place:
user  system elapsed 
219.566   0.806  21.752
user  system elapsed 
310.874   1.477  29.998 

(To tell the truth, I actually don't have all the tools in place on that machine, so this was from a build of 3.2.1 patched)

-pd
On 05 Feb 2016, at 14:52 , Joseph Kunkel <joe at bio.umass.edu> wrote: