diff --git a/docs/installation.md b/docs/installation.md index 329f9104..405f923a 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -221,3 +221,6 @@ A exit code of 127 indicates that there was an unknown error. All other nonzero 'business errors', i.e. those caused most likely by user input (data and/or configuration). Further details on such errors can be found in the `events.jsonl` file in the `.progress` folder(s) of the output directory. + +### Slurm script example +You can find an example of a Slurm script here: [./tests/e2e_tests/e2e_slurm.sh](./tests/e2e_tests/e2e_slurm.sh).