Versions Compared

Key

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

...

You can also see just your jobs in this format:

Code Block
 showq -u

You can create a job that is dependent on another job finishing only start after the first job has completed using this command:

Code Block

 qsub -hold_jid job-ID launcher.sge

Further reading

...