Re: [R] Trouble configuring R to use ACML

2010-08-24 Thread Prof Brian Ripley
This is easier if you simply link to the ACML BLAS as an alternative to Rblas.so -- see the R-admin manual. If you need further help, please ask on the R-devel list (see the posting guide). It seems likely that you missed the comment in the R-admin manual about ensuring that the ACML lib dire

[R] Trouble configuring R to use ACML

2010-08-24 Thread szembek
I am trying to get R to use the ACML BLAS, specifically the 'mp' version for multithreading. I have installed acml-4-4-0-gfortran-64bit I added /opt/acml4.4.0/gfortran64_mp/lib to $LD_LIBRARY_PATH. I ran: sudo ./configure --with-blas="-L/opt/acml4.4.0/gfortran64_mp/lib -lacml_mp" At the end