Run an application¶
Applications are built from the entry points in apps/. Pass the generated
parameter file explicitly; do not rely on the current working directory.
./build/<executable> path/to/input.prm
Debug builds append _debug to the executable name. For example:
./build/elastic_static_debug build/tutorials/elastic_static/elastic_static.prm
The application reference is the authoritative inventory of executable names, supported dimension combinations, optional dependencies, and canonical examples. The tutorials explain selected workflows rather than repeating the complete parameter reference.