Difference between revisions of "ATLAS"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:LibraryCategory:Data {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|ATLAS}} |{{#vardefine:url|http://www.gnu.org/software/gsl}} <!--C...")
 
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Category:Software]][[Category:Library]][[Category:Data]]
+
[[Category:Software]][[Category:Library]][[Category:Data Science]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|ATLAS}}
 
|{{#vardefine:app|ATLAS}}
Line 27: Line 27:
  
 
<!--Modules-->
 
<!--Modules-->
==Required Modules==
+
==Environment Modules==
 
+
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
===Serial===
 
* {{#var:app}}
 
<!--===Parallel (OpenMP)===
 
* intel
 
* {{#var:app}}
 
===Parallel (MPI)===
 
* intel
 
* openmpi
 
* {{#var:app}}
 
-->
 
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_BIN
+
* HPC_{{uc:{{#var:app}}}}_BIN
* HPC_{{#uppercase:{{#var:app}}}}_LIB
+
* HPC_{{uc:{{#var:app}}}}_LIB
* HPC_{{#uppercase:{{#var:app}}}}_INC
+
* HPC_{{uc:{{#var:app}}}}_INC
 
* CPPFLAGS
 
* CPPFLAGS
 
* LDFLAGS
 
* LDFLAGS

Latest revision as of 15:19, 12 August 2022

Description

ATLAS website  

ATLAS stands for Automatically Tuned Linear Algebra Software. ATLAS is both a research project and a software package. This FAQ describes the software package. ATLAS's purpose is to provide portably optimal linear algebra software. The current version provides a complete BLAS API (for both C and Fortran77), and a very small subset of the LAPACK API. For all supported operations, ATLAS achieves performance on par with machine-specific tuned libraries.

Environment Modules

Run module spider ATLAS to find out what environment modules are available for this application.

System Variables

  • HPC_ATLAS_DIR - installation directory
  • HPC_ATLAS_BIN
  • HPC_ATLAS_LIB
  • HPC_ATLAS_INC
  • CPPFLAGS
  • LDFLAGS