Difference between revisions of "ARPACK"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:Library {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|arpack}} |{{#vardefine:url|http://www.caam.rice.edu/software/ARPACK/}} <!--CONFIGU...")
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Software]][[Category:Library]]
+
[[Category:Software]][[Category:Math]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|arpack}}
 
|{{#vardefine:app|arpack}}
Line 21: Line 21:
  
 
<!--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===
 
* gcc/5.2.0
 
* {{#var:app}}
 
<!--
 
===Parallel (OpenMP)===
 
* intel
 
* {{#var:app}}
 
===Parallel (MPI)===
 
* intel
 
* openmpi
 
* {{#var:app}}
 
-->
 
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Latest revision as of 14:42, 12 August 2022

Description

arpack website  

ARPACK is a collection of Fortran77 subroutines designed to solve large scale eigenvalue problems. It includes corresponding versions of BLAS and LAPACK in the library.

Environment Modules

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

System Variables

  • HPC_ARPACK_DIR - installation directory