Difference between revisions of "Trilinos"

From UFRC
Jump to navigation Jump to search
m (Text replacement - "#uppercase" to "uc")
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:Software]][[Category:Numerical Computing]]
+
[[Category:Software]][[Category:Math]]
 
{|<!--Main settings - REQUIRED-->
 
{|<!--Main settings - REQUIRED-->
 
|{{#vardefine:app|Trilinos}}
 
|{{#vardefine:app|Trilinos}}
Line 19: Line 19:
  
 
<!--Modules-->
 
<!--Modules-->
==Required Modules==
+
==Environment Modules==
[[Modules|modules documentation]]
+
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
===Serial===
 
*intel
 
*{{#var:app}}
 
 
 
===Parallel===
 
*intel
 
*openmpi
 
*{{#var:app}}
 
 
 
 
==System Variables==
 
==System Variables==
 
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
Line 53: Line 44:
 
|}}
 
|}}
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__
=Validation=
 
* Validated 4/5/2018
 

Latest revision as of 15:23, 19 August 2022

Description

Trilinos website  

The Trilinoslinos Project is an effort to develop algorithms and enabling technologies within an object-oriented software framework for the solution of large-scale, complex multi-physics engineering and scientific problems. A unique design feature of Trilinos is its focus on packages.

Environment Modules

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

System Variables

  • HPC_TRILINOS_DIR - installation directory
  • HPC_TRILINOS_BIN - executable directory
  • HPC_TRILINOS_LIB - library directory
  • HPC_TRILINOS_INC - include file directory


Configuration

See the Trilinos_Configuration page for Trilinos configuration details.