Update Usage with TOC authored by Yannik Müller's avatar Yannik Müller
[[_TOC_]]
# Usage
Linktest has to be started in parallel, with an even number of proccesses for example using `srun --ntasks 2 linktest.` You can check the usage via `linktest -h` (even without srun), which should look similar to this Linktest has to be started in parallel, with an even number of proccesses for example using `srun --ntasks 2 linktest.` You can check the usage via `linktest -h` (even without srun), which should look similar to this
``` ```
Usage: ./linktest options Usage: ./linktest options
... ...
......