From 25b893ea5e66a98605385138bbb25a5f33283570 Mon Sep 17 00:00:00 2001 From: Matt Graham Date: Wed, 15 Feb 2017 15:45:48 +0000 Subject: [PATCH] Fixing typo and adding second head node details. --- notes/running-jobs-on-the-compute-cluster.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/notes/running-jobs-on-the-compute-cluster.md b/notes/running-jobs-on-the-compute-cluster.md index 6ac0668..ac07426 100644 --- a/notes/running-jobs-on-the-compute-cluster.md +++ b/notes/running-jobs-on-the-compute-cluster.md @@ -4,12 +4,18 @@ There is a [compute cluster](http://computing.help.inf.ed.ac.uk/msc-teaching-clu ## Accessing the cluster -Jobs are submitted to a cluster and manged via one or more *head nodes*. The *head node(s)* interface with a cluster of *compute nodes* where the actual jobs are run. The *head node* of the cluster you will be using has the alias `msccluster` - from within the `inf.ed.ac.uk` domain you can log in to the head node by running +Jobs are submitted to a cluster and managed via one or more *head nodes*. The *head nodes* interface with a cluster of *compute nodes* where the actual jobs are run. The *head nodes* of the cluster you will be using have the aliases `msccluster` and `msccluster1` - from within the `inf.ed.ac.uk` domain you can log in to the head node by running ``` ssh [username]@msccluster ``` +or + +``` +ssh [username]@msccluster1 +``` + were `[username]` is your DICE username (student number). ## Cluster file system