Difference between revisions of "ASPECT"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:SimulationCategory:Geology {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|aspect}} |{{#vardefine:url|https://github.com/geodynamics/a...")
 
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:Software]][[Category:Simulation]][[Category:Geology]]
+
[[Category:Software]][[Category:Library]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|aspect}}
 
|{{#vardefine:app|aspect}}
|{{#vardefine:url|https://github.com/geodynamics/aspect}}
+
|{{#vardefine:url|https://aspect-documentation.readthedocs.io/en/latest}}
 
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)-->
 
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)-->
 
|{{#vardefine:conf|}}          <!--CONFIGURATION-->
 
|{{#vardefine:conf|}}          <!--CONFIGURATION-->
Line 21: Line 21:
  
 
<!--Modules-->
 
<!--Modules-->
==Required Modules==
+
==Environment Modules==
===Parallel (MPI)===
+
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
* 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 - executable directory
+
* HPC_{{uc:{{#var:app}}}}_BIN - executable directory
* HPC_{{#uppercase:{{#var:app}}}}_EXE - cookbooks directory
+
* HPC_{{uc:{{#var:app}}}}_EXE - cookbook (.prm files) directory
  
 
<!--Configuration-->
 
<!--Configuration-->

Latest revision as of 18:41, 6 August 2024

Description

aspect website  

ASPECT is a code to simulate convection in Earth's mantle and elsewhere. It has grown from a pure mantle-convection code into a tool for many geodynamic applications including applications for inner core convection, lithospheric scale deformation, two-phase flow, and numerical methods development. The project is supported by CIG (http://geodynamics.org).

Environment Modules

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

System Variables

  • HPC_ASPECT_DIR - installation directory
  • HPC_ASPECT_BIN - executable directory
  • HPC_ASPECT_EXE - cookbook (.prm files) directory