Atlas: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
The ATLAS (Automatically Tuned Linear Algebra Software) project is an | The [http://math-atlas.sourceforge.net/ ATLAS (Automatically Tuned Linear Algebra Software) ]project is an | ||
ongoing research effort focusing on applying empirical techniques in | ongoing research effort focusing on applying empirical techniques in | ||
order to provide portable performance. At present, it provides C and | order to provide portable performance. At present, it provides C and | ||
Line 8: | Line 8: | ||
well as a few routines from LAPACK. | well as a few routines from LAPACK. | ||
'''Project website:''' | '''Project website:''' http://math-atlas.sourceforge.net/ | ||
====Load SGE module==== | |||
<pre> | <pre> | ||
module load atlas/atlas | module load atlas/atlas | ||
</pre> | </pre> |
Revision as of 19:42, 2 April 2012
This page is a Generic stub.
You can help by expanding this page..
The ATLAS (Automatically Tuned Linear Algebra Software) project is an
ongoing research effort focusing on applying empirical techniques in
order to provide portable performance. At present, it provides C and
Fortran77 interfaces to a portably efficient BLAS implementation, as
well as a few routines from LAPACK.
Project website: http://math-atlas.sourceforge.net/
Load SGE module
module load atlas/atlas