Skip to content
This repository was archived by the owner on May 11, 2021. It is now read-only.

Compiling

Kengo TOMIDA edited this page Feb 24, 2016 · 14 revisions

Makefile

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

Modifying Makefile

Clone this wiki locally