From a4c9e8e11c70700ab8aaa57f6a4a2df2bff84951 Mon Sep 17 00:00:00 2001 From: Danny Rotscher <danny.rotscher@tu-dresden.de> Date: Wed, 23 Feb 2022 09:34:37 +0100 Subject: [PATCH] Fixed line length and spaces --- .../docs/jobs_and_resources/slurm_examples.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm_examples.md b/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm_examples.md index 445f1f3b2..f82a99bc2 100644 --- a/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm_examples.md +++ b/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm_examples.md @@ -355,7 +355,8 @@ file) that will be executed one after each other with different CPU numbers: ## Array-Job with Afterok-Dependency and Datamover Usage -First you have to start your Datamover job, which for example transfers your input data from one workspace to another. +First you have to start your Datamover job, which for example transfers your input data from one +workspace to another. ```console marie@login: export DATAMOVER_JOB=$(dtcp /scratch/ws/1/marie-source/input.txt /beegfs/ws/1/marie-target/. | awk '{print $4}') -- GitLab