I am attempting to compile 5.0.2 for an AMD thunderbird cpu and as such can not use the Intel math library for BLAS and LAPACK support. However, AMD freely distributes their own combined (FFT, BLAS, LAPACK) math library optimized for Opteron, Thunderbird, Athlon, etc., called AMD Core Math Library, or ACML. Has anyone successfully compliled 5.0.2 with BLAS and LAPACK support using ACML?
http://www.amd.com/us-en/Processors/DevelopWithAMD/0,,30_2252_2282,00.html
Jack Varga wrote:
I am attempting to compile 5.0.2 for an AMD thunderbird cpu and as such
can not use the Intel math library for BLAS and LAPACK support.
However, AMD freely distributes their own combined (FFT, BLAS, LAPACK)
math library optimized for Opteron, Thunderbird, Athlon, etc., called
AMD Core Math Library, or ACML. Has anyone successfully compliled 5.0.2
with BLAS and LAPACK support using ACML?
Bear in mind that nothing in GRASS actually uses BLAS or LAPACK at
present. More precisely, the gmath library provides additional
functions (see src/libes/gmath/la.c) if BLAS and LAPACK are present,
but nothing uses those functions.
GRASS' fft() function (src/libes/gmath/fft.c) uses the FFTW library.
--
Glynn Clements <glynn.clements@virgin.net>