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.
- Host: GitHub
- URL: https://github.com/glentner/gadget
- Owner: glentner
- License: gpl-3.0
- Created: 2016-06-09T01:31:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-09T19:44:23.000Z (about 10 years ago)
- Last Synced: 2025-01-04T04:22:36.386Z (over 1 year ago)
- Language: C
- Size: 32 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[Gadget](http://wwwmpa.mpa-garching.mpg.de/gadget/)
======
[](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