diff --git a/doc.zih.tu-dresden.de/docs/index.md b/doc.zih.tu-dresden.de/docs/index.md index ab416ffeae08da038b974a9a079edf671dae64e9..7a619e8a91c41b62a1d4f2fe8e8a1b5e16481b5c 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 4580afcae33b7fcff1e8bfe8316d60596ff32295..67423f0c91b5e349ee4a59801215b6edd8b354eb 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 4d66900f5018bac5d305205841d5a6b9fea1d905..bbf1c7dc387871404659987db8847cd14ed3dc7e 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 8d219134442fafb3e42ccb1804ce870043a7d6b6..48a697afe5fede6bdadb7e4d033081e3d5a9f4bb 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