Difference between revisions of "Amuse"

From UFRC
Jump to navigation Jump to search
m (Zhang moved page AMUSE to Amuse: renaming)
(5 intermediate revisions by 3 users not shown)
Line 4: Line 4:
 
|{{#vardefine:url|http://www.amusecode.org}}
 
|{{#vardefine:url|http://www.amusecode.org}}
 
<!--CONFIGURATION: OPTIONAL (1=ON)-->
 
<!--CONFIGURATION: OPTIONAL (1=ON)-->
|{{#vardefine:exe|1}} <!--RUNNING -->
+
|{{#vardefine:exe|}} <!--RUNNING -->
 
|{{#vardefine:conf|}} <!--CONFIGS-->
 
|{{#vardefine:conf|}} <!--CONFIGS-->
|{{#vardefine:pbs|1}} <!--PBS SCRIPTS-->
+
|{{#vardefine:pbs|}} <!--PBS SCRIPTS-->
 
|{{#vardefine:policy|}} <!--POLICY-->
 
|{{#vardefine:policy|}} <!--POLICY-->
 
|{{#vardefine:testing|}} <!--TESTING/PROFILING-->
 
|{{#vardefine:testing|}} <!--TESTING/PROFILING-->
Line 18: Line 18:
 
{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}}
 
{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}}
 
AMUSE is an Astrophysical Multipurpose Software Environment. Within AMUSE different existing numerical codes are incorporated into a single framework. This framework is implemented with Python. On the simple examples page you can get a quick feel of how this works. AMUSE is free to download, use, and distribute and it comes with a wide selection of astrophysical simulation codes included.
 
AMUSE is an Astrophysical Multipurpose Software Environment. Within AMUSE different existing numerical codes are incorporated into a single framework. This framework is implemented with Python. On the simple examples page you can get a quick feel of how this works. AMUSE is free to download, use, and distribute and it comes with a wide selection of astrophysical simulation codes included.
 
 
<!--Modules-->
 
<!--Modules-->
 
==Required Modules==
 
==Required Modules==
Line 25: Line 24:
 
*{{#var:app}}
 
*{{#var:app}}
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 +
* HPC_{{uc:{{#var:app}}}}_BIN - executable directory
  
 
<!--Configuration-->
 
<!--Configuration-->
Line 37: Line 37:
 
<!--Additional-->
 
<!--Additional-->
 
{{#if: {{#var: exe}}|==Additional Information==
 
{{#if: {{#var: exe}}|==Additional Information==
See the [[sample input file]] page for input examples for amuse.sh.
+
See the [[Amuse samples]] page for input examples for amuse.sh.
 
|}}
 
|}}
  

Revision as of 20:46, 2 August 2021

Description

amuse website  
AMUSE is an Astrophysical Multipurpose Software Environment. Within AMUSE different existing numerical codes are incorporated into a single framework. This framework is implemented with Python. On the simple examples page you can get a quick feel of how this works. AMUSE is free to download, use, and distribute and it comes with a wide selection of astrophysical simulation codes included.

Required Modules

modules documentation

  • python
  • amuse

System Variables

  • HPC_AMUSE_DIR - installation directory
  • HPC_AMUSE_BIN - executable directory