Contents: [slideshow]

The Nature of a HPC System

Batch/Queue Systems: SGE

Running Parallel Jobs under SGE

GUIs and Qrsh

Filesystem Usage and Quotas

Practical Session




About this document

How do I run a job on a HPC machine?

Sharing Resources

CPU cycles:
  • computational jobs must be "submitted" to the cluster batch system, e.g., LFS, PBS or SGE;
  • sit in a queue until one or more compute nodes are allocated;
  • must never be run on the head node.
File space:
  • home directory, plus
  • scratch space
. . .  disk quotas. . .  


...previousup (conts)next...