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?

Log in to the HPC machine using SSH

From Linux:
  desktop> ssh <username>@<hostname>
for example
  desktop> ssh mpciish2@man2.nw-grid.ac.uk
or, perhaps, to allow X11-forwarding (see later)
  desktop> ssh mpciish2@man2.nw-grid.ac.uk -X
From MS Windows:


More:


...previousup (conts)next...