Skip to content
Prev 11917 / 63424 Next

ATLAS threaded 64 bit (Opteron) - need *.so?

You do need to add -fPIC to the compile flags.  The same thing happens on 
Solaris 64-bit (under some compilers, anyway).  You don't need a shared 
library, but you do need relocatable code in the static libraries.

You can also try building without xerbla.

I think this is a route that many of us are about to take.  However, I 
would avoid ATLAS and use K. Goto's Opteron BLAS, which is easier to get 
to work (no xerbla) and has instructions in R-devel's R-admin.texi file.

Peter D has a dual Opteron and asked about it a while back, probably on
R-core.  (I have played a bit, but our Opteron cluster is a week or so
away now.)

Brian
On Thu, 26 Feb 2004, Martin Maechler wrote: