Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
qsub -q cpu -l ncpus=4:mem=10GB moj_posao.pbs

More info for qsub parameters:

Code Block
languagebash


After submitting the job, it is possible to view the standard output and error of the job that is in execution state with the commands:

Code Block
qcat jobID
qcat -e jobID
qtail jobID
qtail -e jobID