-
Notifications
You must be signed in to change notification settings - Fork 59
Download
Hsi-Yu Schive edited this page Dec 13, 2017
·
8 revisions
GAMER is distributed on the GAMER GitHub repository. To download the code, you will need to install git (if not installed yet) and then type
> git clone https://github.com/gamer-project/gamer
If you have downloaded the code previously and want to update to the latest version, move to the code directory and type
> git pull
Getting Started
User Guide
- Installation
- Running the Code
- Adding New Simulations
- Runtime Parameters
- MPI and OpenMP
- GPU
- Physics Modules
- Outputs
- Simulation Logs
- Data Analysis
- In Situ Python Analysis
- Test Problems
- Troubleshooting
Advanced Topics
Developer Guide