Tutorial: First Run¶
Audience: new users who want to build and run DYNAMITE once.
Goal: build and run DYNAMITE in Release on L=512 grid and inspect outputs.
- Build:
./build.sh -
Run a short simulation:
./RG-Evo -m 20000 -L 512 -l 0.5 -D false -
Inspect outputs:
-
Explore the output directory printed at start
- Open
params.txtfor parameters and environment - If HDF5 was available, inspect
data.h5(e.g., with h5ls/h5dump)
Troubleshooting¶
- Missing
Grid_data/<L>: generate it with the grid subcommand. Example for L=512: See:- Tutorial → Generate grids (quick start)
- How-to → Generate new grids (full flag reference + validation)
- GPU errors: retry with
--gpu false