ninja
Overview
Ninja is a small build system with a focus on speed. It differs from other build systems in two major respects: it is designed to have its input files generated by a higher-level build system, and it is designed to run builds as fast as possible.
Restrictions on use
There are no access restrictions on the CSF.
Set up procedure
You must load one of the modulefiles:
module load tools/bintools/ninja/1.10.0
Running the application
ninja
is typically used during software installs. It can also be accessed from the command line.
It is not typically used in batch.
Further info
- Basic/help summary:
ninja --help
- Ninja website