Difference between revisions of "Nbody"

From UFRC
Jump to navigation Jump to search
 
(13 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 11: Line 11:
 
|{{#vardefine:testing|}} <!--Enable performance testing/profiling section -->
 
|{{#vardefine:testing|}} <!--Enable performance testing/profiling section -->
 
|{{#vardefine:faq|}} <!--Enable FAQ section -->
 
|{{#vardefine:faq|}} <!--Enable FAQ section -->
|{{#vardefine:citation|}} <!--Enable Reference/Citation section -->
+
|{{#vardefine:citation|1}} <!--Enable Reference/Citation section -->
 
|}
 
|}
 
<!-- ########  Template Body ######## -->
 
<!-- ########  Template Body ######## -->
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 44: Line 50:
 
*'''Q:''' **'''A:'''|}}
 
*'''Q:''' **'''A:'''|}}
 
{{#if: {{#var: citation}}|==Citation==
 
{{#if: {{#var: citation}}|==Citation==
If you publish research that uses {{{app}}} you have to cite it as follows:
+
If you publish research that uses {{#var:app}} you may cite it as follows:
WRITE CITATION HERE
+
 
 +
"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.