Difference between revisions of "Usage of a HPC cluster"

From Wiki Max
Jump to navigation Jump to search
(Created page with " Here we collect some general (and by no means complete) information about usage and policies of a HPC cluster. ** Connecting **")
 
Line 2: Line 2:
 
Here we collect some general (and by no means complete) information about usage and policies of a HPC cluster.
 
Here we collect some general (and by no means complete) information about usage and policies of a HPC cluster.
  
** Connecting **
+
==Structure of a HPC cluster==
 +
 
 +
 
 +
 
 +
==Connecting==
 +
Unless other means are provided, you typically connect using the <code>ssh</code> protocol.
 +
 
 +
From a shell terminal or a suitable app:
 +
 
 +
  ssh -Y <user>@<machine_host_name>  or
 +
  ssh -Y -l <user> <machine_host_name>
 +
 
 +
  <user>:  Unix username on the cluster login node

Revision as of 08:32, 30 April 2021

Here we collect some general (and by no means complete) information about usage and policies of a HPC cluster.

Structure of a HPC cluster

Connecting

Unless other means are provided, you typically connect using the ssh protocol.

From a shell terminal or a suitable app:

 ssh -Y <user>@<machine_host_name>  or
 ssh -Y -l <user> <machine_host_name>
 <user>:  Unix username on the cluster login node