Using SGE cluster: Difference between revisions

From DISI
Jump to navigation Jump to search
m (1 revision)
(No difference)

Revision as of 20:33, 8 October 2012

Some options:

  • check the load on the cluster --> qhost
  • run an interactive job --> qrsh
  • ditto on a specific node --> qrsh -l hostname=node-5-32
  • specify architechture --> qsub -l arch=lx24-amd64
  • alter an already queued job --> qalter -j 1029156 -l arch=lx24-amd64