Ok, I have verified that ACML appears to be working because when I run
set.seed (1)
m <- 1
n <- 5000
A <- matrix (runif (m*n),m,n)
system.time (B <- crossprod(A))
It multi threads properly. My initial test script doesn't seem to utilize
multiple cores, I am going to paste it below if anyon
Hi, I'm following up to a post I made to r-help here:
http://r.789695.n4.nabble.com/Trouble-configuring-R-to-use-ACML-tt2337193.html#a2337193
I have verified that LD_LIBRARY_PATH is set... I set it in /etc/bash.bashrc
(is that ok?) and it shows up when I echo $LD_LIBRARY_PATH I also tried
adding