This repository was archived by the owner on May 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 119
Compiling
Kengo TOMIDA edited this page Feb 24, 2016
·
14 revisions
The configuration script creates Makefile in the code directory, and you can build the code using standard make. Before building the code, it is strongly recommended to clean up temporary files.
make clean
Then simply,
make
As Athena++ is fairly big, compilation may take a while. You can speed up this process using parallel make
make -j
Getting Started
User Guide
- Configuring
- Compiling
- The Input File
- Problem Generators
- Boundary Conditions
- Coordinate Systems and Meshes
- Running the Code
- Outputs
- Using MPI and OpenMP
- Static Mesh Refinement
- Adaptive Mesh Refinement
- Load Balancing
- Special Relativity
- General Relativity
- Passive Scalars
- Shearing Box
- Diffusion Processes
- General Equation of State
- FFT
- High-Order Methods
- Super-Time-Stepping
- Orbital Advection
- Rotating System
- Reading Data from External Files
Programmer Guide