From 0d6981c3f0bf47fc0bcbb996c909092195b87273 Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Mon, 7 Feb 2022 14:45:13 +0100 Subject: [PATCH] Update capacity-computing.md --- docs.it4i/general/capacity-computing.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs.it4i/general/capacity-computing.md b/docs.it4i/general/capacity-computing.md index e85b76208..d325c22d9 100644 --- a/docs.it4i/general/capacity-computing.md +++ b/docs.it4i/general/capacity-computing.md @@ -46,8 +46,6 @@ $ find . -name 'file*' > tasklist Then we create a jobscript: -#### Salomon - ```bash #!/bin/bash #PBS -A PROJECT_ID @@ -79,7 +77,6 @@ If running a huge number of parallel multicore (in means of multinode multithrea To submit the job array, use the `qsub -J` command. The 900 jobs of the [example above][5] may be submitted like this: -#### Salomon ```console $ qsub -N JOBNAME -J 1-900 jobscript -- GitLab