Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Introduce a number of ways to access an ARCC HPC Cluster.

...

Sections

  1. HPC Cluster Access Options

01: Accessing the Cluster

Topics:

...

Access using OnDemand (MedicineBow, Southpass, WiOD)

...

SSH access to Beartooth

...

SSH Key Setup Walkthrough for MedicineBow

...

Navigate various folders.

...

  1. Try it: Log into OnDemand

  2. SSH

  3. Setting up SSH-Keys for Passwordless Login

  4. Directory Navigation

  5. Basic HPC System Exploration

...

Methods for HPC Cluster Access

There are a number of ways to access the cluster:

OnDemand:

SSH:

...

...

You have an Existing Account: Log on 

...

Code Block
[arcc-t05@blog1 ~]$ id
uid=10339923(arcc-t05) gid=10339923(arcc-t05) groups=10339923(arcc-t05),89997(beartooth),446824(uwit-research-arccanetraining),5735503(teton_backup),6000211(arccanetrain)

[arcc-t05@blog1 ~]$ groups
arcc-t05 beartooth uwit-research-arccanetraining teton_backup arccanetrain

...

Beartooth: FileSystem 

Type

Location

Description

home

/home/<username>

Space for configuration files and software installations.

project

/project/<project-name>/[username]

Space to collaborate among project members. Data here is persistent and is exempt from purge policy. 

gscratch

/gscratch/<username>

Space to perform computing for individual users. Data here is subject to a purge policy defined below. 

node local scratch

/lscratch

Only on compute.

memory filesystem

/dev/shm

RAM-based tmpfs available as part of RAM for very rapid I/O operations; small capacity.

...