Difference between revisions of "EMC"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:Software {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|emc}} |{{#vardefine:url|http://montecarlo.sourceforge.net/emc/Welcome.html}} <!--CONFIGURATION: OPTION...")
 
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:Software]]
+
[[Category:Software]][[Category:Simulation]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|emc}}
 
|{{#vardefine:app|emc}}
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 (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==
Line 43: Line 32:
 
{{#if: {{#var: exe}}|==Additional Information==
 
{{#if: {{#var: exe}}|==Additional Information==
  
EMC is installed in a container. Use the 'launch_emc' command to access EMC executables:
+
EMC is installed in a container. Use the 'emc' command to access EMC executables:
  $ launch_emc emc
+
  $ emc
 
 
To see the list of all available executables in EMC use the following command:
 
$ launch_emc ls $HPC_EMC_BIN
 
  
 
|}}
 
|}}

Latest revision as of 15:04, 15 August 2022

Description

emc website  

EMC: Enhanced Monte Carlo simulations

Environment Modules

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

System Variables

  • HPC_EMC_DIR - installation directory

Additional Information

EMC is installed in a container. Use the 'emc' command to access EMC executables:

$ emc