From 706de7747d9327d3ae3cc676c50da27af32719cc Mon Sep 17 00:00:00 2001
From: Ulf Markwardt <ulf.markwardt@tu-dresden.de>
Date: Wed, 4 Oct 2023 18:04:53 +0200
Subject: [PATCH] Migration hints (1)

---
 doc.zih.tu-dresden.de/docs/index.md                    |  2 +-
 .../docs/jobs_and_resources/hardware_overview_2023.md  | 10 +---------
 .../docs/jobs_and_resources/migration_2023.md          |  2 +-
 doc.zih.tu-dresden.de/mkdocs.yml                       |  1 +
 4 files changed, 4 insertions(+), 11 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/index.md b/doc.zih.tu-dresden.de/docs/index.md
index ab416ffea..7a619e8a9 100644
--- a/doc.zih.tu-dresden.de/docs/index.md
+++ b/doc.zih.tu-dresden.de/docs/index.md
@@ -31,9 +31,9 @@ Please also find out the other ways you could contribute in our
 
 ## News
 
+* **2023-10-04** [User tests on Barnard](jobs_and_resources/barnard_test.md)
 * **2023-06-01** [New hardware and complete re-design](jobs_and_resources/architecture_2023.md)
 * **2023-01-04** [New hardware: NVIDIA Arm HPC Developer Kit](jobs_and_resources/arm_hpc_devkit.md)
-* **2022-01-13** [Supercomputing extension for TU Dresden](https://tu-dresden.de/zih/die-einrichtung/news/supercomputing-cluster-2022)
 
 ## Training and Courses
 
diff --git a/doc.zih.tu-dresden.de/docs/jobs_and_resources/hardware_overview_2023.md b/doc.zih.tu-dresden.de/docs/jobs_and_resources/hardware_overview_2023.md
index 4580afcae..67423f0c9 100644
--- a/doc.zih.tu-dresden.de/docs/jobs_and_resources/hardware_overview_2023.md
+++ b/doc.zih.tu-dresden.de/docs/jobs_and_resources/hardware_overview_2023.md
@@ -20,21 +20,13 @@ From the users' perspective, there are separate clusters, all of them with their
 They run with their own Slurm batch system. Job submission is possible only from
 their respective login nodes.
 
-All clusters have access to these shared parallel filesystems:
+All clusters will have access to these shared parallel filesystems:
 
 | Filesystem | Usable directory | Type | Capacity | Purpose |
 | --- | --- | --- | --- | --- |
 | Home | `/home` | Lustre | quota per user: 20 GB | permanent user data |
 | Project | `/projects` | Lustre | quota per project | permanent project data |
 | Scratch for large data / streaming | `/data/horse` | Lustre | 20 PB |  |
-| Scratch for random access | `/data/rabbit` | Lustre | 2 PB | |
-
-These mount points are planned (September 2023):
-
-| Filesystem | Mount Point | Type | Capacity |
-| --- | --- | --- | --- |
-| Scratch for random access | `/data/weasel` | WEKA | 232 TB |
-| Scratch for random access | `/data/squirrel` | BeeGFS | xxx TB |
 
 ## Barnard - Intel Sapphire Rapids CPUs
 
diff --git a/doc.zih.tu-dresden.de/docs/jobs_and_resources/migration_2023.md b/doc.zih.tu-dresden.de/docs/jobs_and_resources/migration_2023.md
index 4d66900f5..bbf1c7dc3 100644
--- a/doc.zih.tu-dresden.de/docs/jobs_and_resources/migration_2023.md
+++ b/doc.zih.tu-dresden.de/docs/jobs_and_resources/migration_2023.md
@@ -36,7 +36,7 @@ all operating system will be updated to the same versions of OS, Mellanox and Lu
 With this all application software was re-built consequently using GIT and CI for handling
 the multitude of versions.
 
-We start with `release/23.04` which is based on software reqeusts from user feedbacks of our
+We start with `release/23.10` which is based on software reqeusts from user feedbacks of our
 HPC users. Most major software versions exist on all hardware platforms.
 
 ## Migration Path
diff --git a/doc.zih.tu-dresden.de/mkdocs.yml b/doc.zih.tu-dresden.de/mkdocs.yml
index 8d2191344..48a697afe 100644
--- a/doc.zih.tu-dresden.de/mkdocs.yml
+++ b/doc.zih.tu-dresden.de/mkdocs.yml
@@ -105,6 +105,7 @@ nav:
         - Architectural Re-Design 2023: jobs_and_resources/architecture_2023.md
         - Overview 2023: jobs_and_resources/hardware_overview_2023.md
         - Migration 2023: jobs_and_resources/migration_2023.md
+        - Tests 2023: jobs_and_resources/barnard_test.md
       - AMD Rome Nodes: jobs_and_resources/rome_nodes.md
       - NVMe Storage: jobs_and_resources/nvme_storage.md
       - Alpha Centauri: jobs_and_resources/alpha_centauri.md
-- 
GitLab