First page Back Continue Last page Summary Graphics
Running jobs on OSCAR
Submit to scheduler with qsub
- Add resource list with -l
- nodes= specifies number of processors
- ppn= specifies processes per node
- #PBS in scripts can specify other options
Check queue with qstat
Jobs are run with ssh
Batch oriented, but can be run interactively
Notes: