Difference between revisions of "LAPACK"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:Library {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|lapack}} |{{#vardefine:url|http://www.netlib.org/lapack/lapack-3.2.html}} <!--CONF...")
 
Line 25: Line 25:
 
==System Variables==
 
==System Variables==
 
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 +
* HPC_{{uc:{{#var:app}}}}_BIN - executable directory
 +
* HPC_{{uc:{{#var:app}}}}_LIB - library directory
 +
* HPC_{{uc:{{#var:app}}}}_INC - include directory
 +
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Revision as of 14:38, 4 September 2020

Description

lapack website  

LAPACK is a standard software library for numerical linear algebra. It provides routines for solving systems of linear equations and linear least squares, eigenvalue problems, and singular value.

Environment Modules

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

System Variables

  • HPC_LAPACK_DIR - installation directory
  • HPC_LAPACK_BIN - executable directory
  • HPC_LAPACK_LIB - library directory
  • HPC_LAPACK_INC - include directory