# Getting started nunatak profiles an application without modifying it: ```sh nunatak run -- ./my_binary nunatak run -- mpirun -n 8 ./solver --input case.nml ``` The application runs once, its stdout/stderr untouched, and its exit code is propagated - `nunatak run -- ./solver && post_process` behaves exactly like the bare command. The measurements land in a **Run**: a single self-sufficient directory under `.nunatak/`, named `--