| Available Queues |
short
|
long
|
harv11
|
slow
|
| Type |
Executing |
Routing |
Executing |
Executing |
| Minimum CPU time per job (hh:mm:ss) |
00:00 |
05:01 |
05:01 | 00:00 |
| Maximum CPU time per job (hh:mm:ss) |
05:00 |
2006 |
2006 |
2006 |
| Nice value |
4 |
19 |
19 |
19 |
| Maximum number of jobs in the queue |
- |
- |
6 |
6 |
| Maximum number of jobs running |
5 |
- |
4 |
6 |
| Maximum number of jobs running per user |
2 |
- |
2 |
6 |
| PBS command
|
Command Description |
| qsub test.pbs |
Submits job to default routing queue. Job will
be forward to correct queue according to CPU time requested. |
| qsub test.pbs -q long |
Job send directly to queue "long". It will be accepted
with default CPU time as long as queue CPU maximum time. |
| qsub test.pbs -l cput=10:00 |
Request of CPU time in the command line. |
| qsub test.pbs -l nodes=1:harv3 |
Request explicitly to be executed in the harv3
node. |
| qdel job.id |
Deletes a job |
| qstat |
Provides information about the queue status including
jobs running |
| qmove |
Moves a queued job to a different queue |
| pbsnodes -a |
Provides information about the status of all the
executing nodes |
| PBS command
|
Command Description |
| qmgr -c "c n harv11 np=5" |
Create a node (harv11) with 5 virtual processors. |
| qmgr -c "d n harv11" | Delete node harv11 |
| pbsnodes -a |
Information about the cluster nodes |