From cab8f757667e48af34d22df429bad1177d229262 Mon Sep 17 00:00:00 2001 From: Martin Schroschk <martin.schroschk@tu-dresden.de> Date: Wed, 31 Aug 2022 13:12:40 +0200 Subject: [PATCH] Adjust module part in job file example to look and feel like the others in the project --- doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md b/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md index 825607f03..2789fdfb2 100644 --- a/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md +++ b/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md @@ -229,13 +229,14 @@ calling the actual software to do your computation). #SBATCH --nodes=1 #SBATCH --ntasks=1 ## The optional constraint for the filesystem feature depends - ## on the Filesystem on which you want to use a Workspace. + ## on the filesystem on which you want to use a workspace. ## Documentation here https://doc.zih.tu-dresden.de/jobs_and_resources/slurm/#available-features #SBATCH --constraint=fs_lustre_ssd #SBATCH --cpus-per-task=24 # TODO: Load the software you need here - module load somesoftware/12345678 + module purge + module load <modules> # TODO: Adjust the path to where your input file is located INPUTFILE="/path/to/my/inputfile.data" -- GitLab