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...")
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Software]][[Category:Library]]
+
[[Category:Software]][[Category:Library]][[Category:Programming]][[Category:Compiler]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|lapack}}
 
|{{#vardefine:app|lapack}}
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==

Latest revision as of 17:43, 15 August 2022

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