Skip to content
Snippets Groups Projects
Commit a77c7918 authored by Roman Sliva's avatar Roman Sliva
Browse files

PBS statement nodes is not supported on Anselm cluster

parent 10effa5a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment