Skip to content

Log in to Snowy

Here we describe how to log in to Snowy

Prerequisites

Reach the Snowy compute nodes

To make Snowy do a calculation, one needs to log in to a Rackham login node, which is described here.

After logging in, one can

    graph TB

    Node1 -- interactive --> SubGraph2Flow
    Node1 -- sbatch --> SubGraph2Flow
    subgraph "Snowy"
    SubGraph2Flow(calculation nodes)
    end


    subgraph "Rackham"
    Node1[Login] -- interactive --> Node2[calculation nodes]
    Node1 -- sbatch --> Node2
    end