Difference between revisions of "Nbody"

From UFRC
Jump to navigation Jump to search
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
__NOEDITSECTION__
 
__NOEDITSECTION__
[[Category:Software]][[Category:Graphics]]
+
[[Category:Software]][[Category:Astronomy]]
 
{|<!--Main settings - REQUIRED-->
 
{|<!--Main settings - REQUIRED-->
 
|{{#vardefine:app|nbody}}
 
|{{#vardefine:app|nbody}}
Line 7: Line 7:
 
|{{#vardefine:exe|1}} <!--Present manual instructions for running the software -->
 
|{{#vardefine:exe|1}} <!--Present manual instructions for running the software -->
 
|{{#vardefine:conf|}} <!--Enable config wiki page link - {{#vardefine:conf|1}} = ON/conf|}} = OFF-->
 
|{{#vardefine:conf|}} <!--Enable config wiki page link - {{#vardefine:conf|1}} = ON/conf|}} = OFF-->
|{{#vardefine:pbs|1}} <!--Enable PBS script wiki page link-->
+
|{{#vardefine:pbs|}} <!--Enable PBS script wiki page link-->
 
|{{#vardefine:policy|}} <!--Enable policy section -->
 
|{{#vardefine:policy|}} <!--Enable policy section -->
 
|{{#vardefine:testing|}} <!--Enable performance testing/profiling section -->
 
|{{#vardefine:testing|}} <!--Enable performance testing/profiling section -->
Line 24: Line 24:
 
[[Modules|modules documentation]]
 
[[Modules|modules documentation]]
 
===GNU===
 
===GNU===
 +
*gcc/4.7.2
 
*nbody
 
*nbody
  
===INTEL===
+
===GNU with GPU===
*intel
+
*gcc/4.7.2
 +
*cuda/5.5
 +
*nbody
 +
 
 +
===Intel===
 +
*intel/2013
 
*nbody
 
*nbody
  
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
  
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==
Line 46: Line 52:
 
If you publish research that uses {{#var:app}} you may cite it as follows:
 
If you publish research that uses {{#var:app}} you may cite it as follows:
  
"Gravitational N-Body Simulations: Tools and Algorithms" by Sverre J. Aarseth, Cambridge University Press.
+
"Gravitational N-Body Simulations: Tools and Algorithms" by Sverre J. Aarseth, Cambridge University Press, 2003.
 
|}}
 
|}}

Latest revision as of 13:11, 6 June 2022

Description

nbody website  

NBODY is a direct gravitational N-body simulation code written by Sverre Aarseth from the University of Cambridge.

Required Modules

modules documentation

GNU

  • gcc/4.7.2
  • nbody

GNU with GPU

  • gcc/4.7.2
  • cuda/5.5
  • nbody

Intel

  • intel/2013
  • nbody

System Variables

  • HPC_NBODY_DIR - installation directory




Citation

If you publish research that uses nbody you may cite it as follows:

"Gravitational N-Body Simulations: Tools and Algorithms" by Sverre J. Aarseth, Cambridge University Press, 2003.