From a77c79185d89630357db3f9f78529c92167e358f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Sl=C3=ADva?= <roman.sliva@vsb.cz> Date: Fri, 7 Apr 2017 09:52:43 +0200 Subject: [PATCH] PBS statement nodes is not supported on Anselm cluster --- docs.it4i/anselm/job-submission-and-execution.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs.it4i/anselm/job-submission-and-execution.md b/docs.it4i/anselm/job-submission-and-execution.md index d6584a8a9..63490e6a8 100644 --- a/docs.it4i/anselm/job-submission-and-execution.md +++ b/docs.it4i/anselm/job-submission-and-execution.md @@ -22,6 +22,9 @@ $ qsub -A Project_ID -q queue -l select=x:ncpus=y,walltime=[[hh:]mm:]ss[.ms] job The qsub submits the job into the queue, in another words the qsub command creates a request to the PBS Job manager for allocation of specified resources. The resources will be allocated when available, subject to above described policies and constraints. **After the resources are allocated the jobscript or interactive shell is executed on first of the allocated nodes.** +!!! note + PBS statement nodes (qsub -l nodes=nodespec) is not supported on Anselm cluster. + ### Job Submission Examples ```console -- GitLab