Language

Package: atlas @ 3.10.3

Synopsis

Automatically Tuned Linear Algebra Software

Description

ATLAS is an automatically tuned linear algebra software library providing C and Fortran77 interfaces to a portably efficient BLAS implementation, as well as a few routines from LAPACK.

Optimization occurs at build time. For this reason, the library is built on the machine where it is installed, without resorting to pre-built substitutes.

Before building the library, CPU throttling should be disabled. This can be done in the BIOS, or, on GNU/Linux, with the following command:

# cpupower --governor performance

Failure to do so will result in a library with poor performance.

Home page
http://math-atlas.sourceforge.net/
Location
gnu/packages/maths.scm (line: 3960, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings