diff --git a/config/templates/hpc.template b/config/templates/hpc.template index 12b4ede07b0..7076b094dc0 100644 --- a/config/templates/hpc.template +++ b/config/templates/hpc.template @@ -14,6 +14,9 @@ nav: - Running batch jobs: running_batch_jobs.md - Running interactive jobs: running_interactive_jobs.md - Running jobs with input/output data: running_jobs_with_input_output_data.md +{%- if site == 'Gent' %} + - Available software: ./only/gent/available_software/index.md +{%- endif %} - Multi core jobs/Parallel Computing: multi_core_jobs.md - Using the HPC-UGent web portal: web_portal.md {%- if site == 'Gent' %} diff --git a/mkdocs/docs/HPC/index.md b/mkdocs/docs/HPC/index.md index 97dc81eb91a..b3b187c6186 100644 --- a/mkdocs/docs/HPC/index.md +++ b/mkdocs/docs/HPC/index.md @@ -21,6 +21,7 @@ Use the OS dropdown in the top bar to switch to a different operating system. - [Recording of HPC-UGent intro](https://www.ugent.be/hpc/en/training/introhpcugent-recording) - [Linux Tutorial](linux-tutorial/index.md) - [Hardware overview](https://www.ugent.be/hpc/en/infrastructure) +- [Available software](./only/gent/available_software/index.md) - [Migration of cluster and login nodes to RHEL9 (starting Sept'24)](rhel9.md) {%- endif %} - [FAQ](FAQ.md) | [Troubleshooting](troubleshooting.md) | [Best practices](./best_practices.md) | [Known issues](known_issues.md)