Displaying 1 result from an estimated 1 matches for "acml_mp".
Did you mean:
lacml_mp
2010 Aug 25
1
Trying to configure R to use acml_mp
...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 the paths to the ld.so cache as Prof Ripley had suggested. I get the
same results when running configure.
So after that I decided to try and replace libRblas.so with a link to
libacml_mp.so. I ran a regular configure command followed by a make, then
added the link. I now have this in my R lib folder...
lrwxrwxrwx 1 root root 46 2010-08-25 09:20 libRblas.so ->
/opt/acml4.4.0/gfortran64_mp/lib/libacml_mp.so*
Is there any way I can verify that it is using this libacml_mp...