Difference between revisions of "DealII"

From UFRC
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
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===
 
* {{#var:app}}
 
 
 
===Parallel (MPI)===
 
* gcc/5.2.0
 
* openmpi/1.10.2
 
* {{#var:app}}
 
<!--
 
-->
 
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_BIN - exeutable directory
+
* HPC_{{uc:{{#var:app}}}}_BIN - exeutable directory
* HPC_{{#uppercase:{{#var:app}}}}_EXE - examples directory
+
* HPC_{{uc:{{#var:app}}}}_EXE - examples directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Latest revision as of 19:56, 13 June 2022

Description

dealii website  

deal.II — an open source finite element library

Environment Modules

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

System Variables

  • HPC_DEALII_DIR - installation directory
  • HPC_DEALII_BIN - exeutable directory
  • HPC_DEALII_EXE - examples directory