ACML
ACML is the AMD Core Math Library. It contains a set of numerical routines tuned specifically for AMD64 platforms, including BLAS, LAPACK, and FFT routines.
Installed on: the Opteron cluster.
The Opteron cluster
Load the module for the version that you want to use. (Typing module avail displays all available versions.)
module load acml/version-number # for the Portland compilers module load acml-gnu/version-number # for the gnu compilers module load acml-mp/version-number # Portland compilers, OpenMP
Compile with a command like:
pgf77 -o executable prog.f -Bstatic -lacml
Documentation
The ACML manual is available online at http://developer.amd.com/assets/acml_userguide.pdf.
Additional ACML information is available on the AMD website at http://developer.amd.com/acml.aspx.