search for: gfortran64_mp

Displaying 7 results from an estimated 7 matches for "gfortran64_mp".

2010 Aug 24
1
Trouble configuring R to use ACML
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 of the configuration, the only external library listed is readline, and at the end of my post here is a section of my config.log that shows the problem. Any ideas as t...
2010 Jul 12
2
R-2.11.1 build and 'so' libraries withouth the 'lib' prefix
Greetings, I have a computer with the following setup: 1)cblfs (pure 64-bit (amd64) linux), kernel2.6.34 gcc4.4.2 2)R-2.11.1 I compiled R with BLAS and lapack using the switched ( --with-blas="- lpthread -latlas -lfptf77blas" --with-lapack="-llapack -lcblas" ). (( http://cran.r-project.org/doc/manuals/R-admin.html#Linear-algebra) ) Prior to compiling R-2.11.1 sh
2010 Aug 25
1
Trying to configure R to use acml_mp
...ing 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 library now? I ran a test script and R still only shows 100% cpu use, as if it's not using multiple processors/cores. Is there a specific sample script I could run that should use more than 100% so I can verify w...
2010 Jun 02
0
R-SIG-Debian Digest, Vol 58, Issue 3
...ays the recommended R > > If one has a different BLAS shared library on my system, one does not > recompile. Rather move R's libRblas.so and then make a symlink from > the new shared BLAS to where the old one was. > > The doc has this example: > > ln -s /opt/acml4.4.0/gfortran64_mp/lib/libacml_mp.so R_HOME/lib/libRblas.so > > So I'd just have to figure out which shared library is the right one > and put it where libRblas used to be. > > Here's what I don't understand about the current R packaging. > > In the deb packages, I download from C...
2009 Jun 26
1
can't use ATLAS or ACML | 2.9.0
So, tried again from scratch. Again, CentOS 5.3, which is essentially RHEL 5.3. ./configure --with-blas="-L/opt/acml4.3.0/gfortran64/lib -lacml" In config.log, get things like configure:37199: checking for dgemm_ in -L/opt/acml4.3.0/gfortran64/lib -lacml configure:37230: gcc -std=gnu99 -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib64 conftest.c
2009 Jun 26
1
problems compiling for RHEL 5.3 x86_64
Well, CentOS 5.3, which amounts to the same thing. I recently decided to upgrade my main research machine from Fedora Core 8 -> CentOS 5.3. Basically, I was looking to move to a distro with longer 'term-of-life' than the release schedule for Fedora currently allows. The machine is a multi-Opteron box, so both 32- and 64-bit apps natively supported. Since I do a lot of 'linear
2008 Jun 13
2
compiling 2.7.0 GNU/Linux | BLAS & Lapack query
Greetings - For a host of reasons I chose (was forced) to upgrade my multi-Opteron box from Fedora 7 -> Fedora 8. In the process, I also updated the ACML I had installed from 4.0.0 to 4.1.0. While I get no errors (that I can find) in the config -> make -> make install sequence, I'm pretty sure (based on some benchmarks) that I'm not getting BLAS and/or Lapack to compile in. So,