From 345f39e7c16348e8274fde5f2e9edacc3f559e19 Mon Sep 17 00:00:00 2001 From: Taras Lazariv <taras.lazariv@tu-dresden.de> Date: Wed, 13 Oct 2021 21:01:35 +0200 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md | 4 ++-- 1 file changed, 2 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 1cad02cf6..5266b22c0 100644 --- a/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md +++ b/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md @@ -218,8 +218,8 @@ Likewise, other jobs can use temporary workspaces. For a series of jobs or calculations that work on the same data, you should allocate a workspace once, e.g., in `scratch` for 100 days: -``` -zih$ ws_allocate -F scratch my_scratchdata 100 +```console +marie@login$ ws_allocate -F scratch my_scratchdata 100 Info: creating workspace. /scratch/ws/marie-my_scratchdata remaining extensions : 2 -- GitLab