From 391f7f09f1dd41235e06254e73f2c65a9a709dc4 Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Tue, 20 Oct 2020 10:36:24 +0200 Subject: [PATCH] fixed typo --- docs.it4i/general/job-submission-and-execution.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs.it4i/general/job-submission-and-execution.md b/docs.it4i/general/job-submission-and-execution.md index 5c19747f1..63e674261 100644 --- a/docs.it4i/general/job-submission-and-execution.md +++ b/docs.it4i/general/job-submission-and-execution.md @@ -25,7 +25,9 @@ The qsub command submits the job to the queue, i.e. the qsub command creates a r ### Job Submission Examples !!! note - Anselm ... ncpus=16, Salomon ... ncpus=24, Barbora ... ncpus=36 orc ncpus=24 for accelerate node + Anselm: ncpus=16 + Salomon: ncpus=24 + Barbora: ncpus=36, or ncpus=24 for accelerate node ```console $ qsub -A OPEN-0-0 -q qprod -l select=64:ncpus=16,walltime=03:00:00 ./myjob -- GitLab