Atlas: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(added category MATH) |
||
(2 intermediate revisions by the same user not shown) | |||
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> | ||
[[Category:Software]][[Category:Math]] |
Latest revision as of 15:03, 4 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