From 541a4161ac1fcbedf8831fec3140369e88037a29 Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Tue, 8 Mar 2022 10:31:03 +0100 Subject: [PATCH] fixed conventions --- docs.it4i/general/job-submission-and-execution.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.it4i/general/job-submission-and-execution.md b/docs.it4i/general/job-submission-and-execution.md index 33c6014ef..d1024b160 100644 --- a/docs.it4i/general/job-submission-and-execution.md +++ b/docs.it4i/general/job-submission-and-execution.md @@ -74,7 +74,7 @@ $ qsub -A OPEN-0-0 -q qprod -l select=64:ncpus=36,walltime=02:00:00 ./firstjob Then submit the second job using the `depend` function: ```console -qsub -W depend=afterok:123456 ./secondjob +$ qsub -W depend=afterok:123456 ./secondjob ``` Both jobs will be queued, but the second job won't start until the first job has finished successfully. @@ -401,7 +401,7 @@ The allocated nodes are accessible via SSH from login nodes. The nodes may acces Calculations on allocated nodes may be executed remotely via the MPI, SSH, pdsh, or clush. You may find out which nodes belong to the allocation by reading the $PBS_NODEFILE file ```console -qsub -q qexp -l select=4:ncpus=16 -I +$ qsub -q qexp -l select=4:ncpus=16 -I qsub: waiting for job 15210.srv11 to start qsub: job 15210.srv11 ready -- GitLab