From d11dca39f35ab757375fee26726bf62e6710f175 Mon Sep 17 00:00:00 2001 From: Martin Schroschk <martin.schroschk@tu-dresden.de> Date: Wed, 9 Feb 2022 13:32:54 +0100 Subject: [PATCH] Remove empty page for now On going work will bring this page back with content. --- doc.zih.tu-dresden.de/docs/data_lifecycle/experiments.md | 6 ------ doc.zih.tu-dresden.de/docs/jobs_and_resources/overview.md | 2 +- doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md | 2 +- doc.zih.tu-dresden.de/docs/software/data_analytics.md | 4 ++-- doc.zih.tu-dresden.de/mkdocs.yml | 1 - 5 files changed, 4 insertions(+), 11 deletions(-) delete mode 100644 doc.zih.tu-dresden.de/docs/data_lifecycle/experiments.md diff --git a/doc.zih.tu-dresden.de/docs/data_lifecycle/experiments.md b/doc.zih.tu-dresden.de/docs/data_lifecycle/experiments.md deleted file mode 100644 index 22f704bdb..000000000 --- a/doc.zih.tu-dresden.de/docs/data_lifecycle/experiments.md +++ /dev/null @@ -1,6 +0,0 @@ -# Structuring Experiments - -* Input data -* Calculation results -* Log files -* Submission scripts (examples / code for survival) diff --git a/doc.zih.tu-dresden.de/docs/jobs_and_resources/overview.md b/doc.zih.tu-dresden.de/docs/jobs_and_resources/overview.md index 5240db14c..1a96fc971 100644 --- a/doc.zih.tu-dresden.de/docs/jobs_and_resources/overview.md +++ b/doc.zih.tu-dresden.de/docs/jobs_and_resources/overview.md @@ -12,7 +12,7 @@ specialized for different application scenarios. When log in to ZIH systems, you are placed on a login node where you can [manage data life cycle](../data_lifecycle/overview.md), -[setup experiments](../data_lifecycle/experiments.md), +setup experiments, execute short tests and compile moderate projects. The login nodes cannot be used for real experiments and computations. Long and extensive computational work and experiments have to be encapsulated into so called **jobs** and scheduled to the compute nodes. diff --git a/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md b/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md index a5bb1980e..9fa70fef2 100644 --- a/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md +++ b/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md @@ -2,7 +2,7 @@ When logging in to ZIH systems, you are placed on a login node. There, you can manage your [data life cycle](../data_lifecycle/overview.md), -[setup experiments](../data_lifecycle/experiments.md), and +setup experiments, and edit and prepare jobs. The login nodes are not suited for computational work! From the login nodes, you can interact with the batch system, e.g., submit and monitor your jobs. diff --git a/doc.zih.tu-dresden.de/docs/software/data_analytics.md b/doc.zih.tu-dresden.de/docs/software/data_analytics.md index b4a5f7f8b..036a1c7a4 100644 --- a/doc.zih.tu-dresden.de/docs/software/data_analytics.md +++ b/doc.zih.tu-dresden.de/docs/software/data_analytics.md @@ -32,5 +32,5 @@ For the transfer of larger amounts of data into and within the system, the [export nodes and datamover](../data_transfer/overview.md) should be used. Data is stored in the [workspaces](../data_lifecycle/workspaces.md). Software modules or virtual environments can also be installed in workspaces to enable -collaborative work even within larger groups. General recommendations for setting up workflows -can be found in the [experiments](../data_lifecycle/experiments.md) section. +collaborative work even within larger groups. +<!--General recommendations for setting up workflows can be found in the experiments section.--> diff --git a/doc.zih.tu-dresden.de/mkdocs.yml b/doc.zih.tu-dresden.de/mkdocs.yml index 7929d4f54..d01ed6479 100644 --- a/doc.zih.tu-dresden.de/mkdocs.yml +++ b/doc.zih.tu-dresden.de/mkdocs.yml @@ -83,7 +83,6 @@ nav: - Intermediate Archive: data_lifecycle/intermediate_archive.md - Workspaces: data_lifecycle/workspaces.md - Long-Term Preservation: data_lifecycle/longterm_preservation.md - - Structuring Experiments: data_lifecycle/experiments.md - HPC Resources and Jobs: - Overview: jobs_and_resources/overview.md - HPC Resources: -- GitLab