Usage of a HPC cluster: Difference between revisions
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
==Structure of a HPC cluster== | ==Structure of a HPC cluster== | ||
[[File:Logical structure HPC cluster.png| | [[File:Logical structure HPC cluster.png|500px|top]] | ||
==Connecting== | ==Connecting== |
Revision as of 07:03, 30 April 2021
- Prev: LabQSM#Getting Started
- Next: Scripting
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