Using the ACML Math Library
The AMD ACML math library is available on Euclid. This library is described at the ACML Math Library.
To compile and link with it, load the ACML library and include the $ACML environment variable as part of your compile/link line:
% module load acml
% mpicc -o cblas cblas.c $ACML
If you have the gnu compilers loaded, use the acml-gnu module instead.


