Difference between revisions of "MOOSE"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:PhysicsCategory:Simulation {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|moose}} |{{#vardefine:url|http://mooseframework.org/}} <!--...")
 
 
(4 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
|{{#vardefine:url|http://mooseframework.org/}}
 
|{{#vardefine:url|http://mooseframework.org/}}
 
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)-->
 
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)-->
|{{#vardefine:conf|}}          <!--CONFIGURATION-->
+
|{{#vardefine:conf|1}}          <!--CONFIGURATION-->
 
|{{#vardefine:exe|}}            <!--ADDITIONAL INFO-->
 
|{{#vardefine:exe|}}            <!--ADDITIONAL INFO-->
|{{#vardefine:job|}}            <!--JOB SCRIPTS-->
+
|{{#vardefine:job|1}}            <!--JOB SCRIPTS-->
 
|{{#vardefine:policy|}}        <!--POLICY-->
 
|{{#vardefine:policy|}}        <!--POLICY-->
 
|{{#vardefine:testing|}}      <!--PROFILING-->
 
|{{#vardefine:testing|}}      <!--PROFILING-->
Line 24: Line 24:
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
==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}}}}_LIB - library directory
+
* HPC_{{uc:{{#var:app}}}}_LIB - library directory
* HPC_{{#uppercase:{{#var:app}}}}_EXE - example directory
+
* HPC_{{uc:{{#var:app}}}}_EXE - example directory
  
 
<!--Configuration-->
 
<!--Configuration-->

Latest revision as of 15:46, 13 August 2020

Description

moose website  

The Multiphysics Object-Oriented Simulation Environment (MOOSE) is a finite-element, multiphysics framework primarily developed by Idaho National Laboratory. It provides a high-level interface to some of the most sophisticated nonlinear solver technology on the planet. MOOSE presents a straightforward API that aligns well with the real-world problems scientists and engineers need to tackle. Every detail about how an engineer interacts with MOOSE has been thought through, from the installation process through running your simulation on state of the art supercomputers, the MOOSE system will accelerate your research.

Environment Modules

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

System Variables

  • HPC_MOOSE_DIR - installation directory
  • HPC_MOOSE_BIN - executable directory
  • HPC_MOOSE_LIB - library directory
  • HPC_MOOSE_EXE - example directory

Configuration

See the MOOSE_Configuration page for moose configuration details.

Job Script Examples

See the MOOSE_Job_Scripts page for moose Job script examples.