From 2186d339f67ac4852147205d60bc15723e5ab7d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz> Date: Mon, 25 Mar 2019 09:42:58 +0100 Subject: [PATCH] move DGX --- mkdocs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index ef59cd30a..c14a685a8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -62,6 +62,10 @@ nav: - PRACE User Support: prace.md - API Documentation: apiv1.md - Clusters: + - NVIDIA DGX-2: + - Introduction: dgx2/introduction.md + - Accessing the DGX-2: dgx2/accessing.md + - Resource Allocation and Job Execution: dgx2/job_execution.md - Anselm: - Introduction: anselm/introduction.md - Hardware Overview: anselm/hardware-overview.md @@ -78,10 +82,6 @@ nav: - 7D Enhanced Hypercube: salomon/7d-enhanced-hypercube.md - Storage: salomon/storage.md - Visualization Servers: salomon/visualization.md - - NVIDIA DGX-2: - - Introduction: dgx2/introduction.md - - Accessing the DGX-2: dgx2/accessing.md - - Resource Allocation and Job Execution: dgx2/job_execution.md - Software: - Environment and Modules: environment-and-modules.md - Modules: -- GitLab