An open API service indexing awesome lists of open source software.

https://github.com/glentner/gadget

A code for cosmological simulations of structure formation.
https://github.com/glentner/gadget

Last synced: over 1 year ago
JSON representation

A code for cosmological simulations of structure formation.

Awesome Lists containing this project

README

          

[Gadget](http://wwwmpa.mpa-garching.mpg.de/gadget/)
======

[![GitHub license](http://img.shields.io/badge/license-GPLv3-blue.svg?style=flat)](http://www.gnu.org/copyleft/gpl.html)

Gadget-2 is a code for cosmological simulations of structure formation written by Volker Springel (with help from others) over the last couple of years. This repository is built from the latest release of Gadget and it's dependencies under the GNU General Public License (GPL v3.0 now).

| Included Dependencies | Version |
|:----------------------|:--------|
| FFTW | 2.1.5 |
| GSL | 1.16 |
| HDF5 | 1.6.10 |

---

# Installation

For the *vanilla* Gadget-2 installation, simply run the `make` command from the Source directory. This will create an *in place* installation.

...under construction