Signing up for Dirac/HPC Resources

DiRAC is funded by the STFC and provides High Performance Computing (HPC) facilities. At present DiRAC HPC facilities are hosted at Cambridge, Durham, Edinburgh and Leicester Universities.

This document describes how to register to use the DiRAC HPC facility hosted at the University of Cambridge. The Cambridge HPC is described in detail here. In order to use the Cambridge HPC facility users must first register on SAFE before applying for a DiRAC account.

Registering on SAFE

  1. Go to the SAFE New User Signup Form

    _images/SAFERegistration.png

    The SAFE registration screen

  2. Fill in your details

  3. Click “Register” and (assuming you wish to continue) accept the terms and conditions

  4. You will then be emailed a link allowing you to complete registration for SAFE and choose a password

After registering, should you need to change any of your details, go to SAFE and sign in using your email address and password.

Registering on DiRAC

In order to register on DiRAC you must first have a SAFE account as described in Registering on SAFE. Registering for the Cambridge HPC will grant access to both Central Processing Unit (CPU) and Graphics Processing Unit (GPU) architectures. The CPU is designed to run quickly and handle a wide range of tasks but has limited concurrency whereas the GPU is designed to optimise rendering of images and can perform multiple parallel operations.

  1. If not already logged in, log in to your SAFE account here

  2. Go to the Request login account page

  3. Enter the project code tp001 and click “Next”

  4. Select Cambridge_HPC and click “Next”

    _images/CambridgeDiracAccountRequest.png

    The DiRAC account request screen

  5. The next screen displays the username that will be assigned to you, make a note of this and click “Request”.

  6. You will receive an email once your request has been approved

Logging on to Cambridge HPC

  1. In order to log on to the HPC for the first time find your password for the Cambridge HPC by logging in to your SAFE account here (if not already logged in)

  2. Under the “Login Accounts” heading select “(username)@Cambridge_HPC” where username should be replaced with the name supplied during the DiRAC registration process. Click the button labelled “View Login Account Password” and make a note of the password displayed

  3. Open a terminal command prompt and, replacing username with the name supplied during the DiRAC registration process, enter the following to access the CPU:

    (host) $ ssh (username)@login.hpc.cam.ac.uk
    

    or enter the following to access the GPU

    (host) $ ssh (username)@login-gpu.hpc.cam.ac.uk
    
  4. When logging in to the CPU, if asked to accept one of the following fingerprints, type yes

    • MD5:eb:e3:a1:f0:64:68:cf:9c:63:da:84:db:2e:ee:15:83

    • SHA256:nFVSXK+VRGCaUupQEdhXz06kp01m2fzzmbgPr0sc2so

    or when logging in to the GPU, if asked to accept one of the following fingerprints, type yes

    • MD5:fd:5c:6b:7d:49:95:2f:da:7f:5c:50:9a:bb:ef:3f:24

    • SHA256:2rl+MXd9rsrDzFZwEItmhhiHTlLTIqN0d3TSGLTgjTI

    After accepting the fingerprint your computer will remember it when logging on in the future.

  5. After logging in the first time you will be asked to choose a new password. This password will then be used for logging in to both CPU and GPU. Your password will not be visible in your SAFE account.

Your account has a storage allocation of 40GB in your home directory. Snapshots of your home directory are taken hourly/daily/weekly. If you delete a file by accident go to /home/.zfs/snapshot and browse the appropriate snapshot for the file which can then be copied back to your home directory.