-
Notifications
You must be signed in to change notification settings - Fork 0
Quick Start
Follow the instructions in Download to get the latest version of GAMER.
The machine configuration file is located under configs
. This file contains the library paths, compiler types, compilation flags, and GPU compute capability. Check the existing configuration files to see if one matches your machine.
If no suitable configuration file is available, you will need to create a new one. Follow the instructions in Machine Configuration File to set up a configuration file for your machine.
If a configuration file matches your machine, you can set it as the default by running
sh tool/config/set_settings.sh --local --machine=your_machine
For example, setting --machine=pleiades
with the above command will use the configs/pleiades.config
machine configuration when compiling the code.
Read the following guides to learn how to configure, compile, and run GAMER.
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