Getting Started

From Wiki

In the following, you can find a simple and quick start guide for users new to this HPC system and expert users who would like to use our systems.

It describes all the steps to be followed to access our system up to the first job submission.

This is a schematic guide with a few examples, and it is not intended to be complete. We always strongly recommend reading the full documentation that can be reached using the links you can find along with the text.

Registration

The first step is to get a username on our LDAP and a password to enter our HPC cluster. There are multiple categories who have the right to be registered, see Become a User.

If you are entitled to get a username you can send an e-mail to aimagelab-srv-support@unimore.it or visit our Ticketing system and fill in the required fields.

You will receive a one-time password via SMS, and you will be asked to change your password at the first login.

Connecting to the cluster

Once you have received your credentials, you can login to the cluster.

The simplest way is to open a terminal and type

> ssh <username>@aimagelab-srv-login.ing.unimore.it

To log-in for the first time, use an IP address of the University (cable network, WiFi, VPN). After the first login, access is allowed through the following modalities:

  1. via password, when logging form a IP address of the University
  2. via an SSH key, from anywhere in the world. To add or modify your public key, use the ssh-ldap-pubkey command.

Storage

Our HPC system offers several options for data storage:

  • /homes: personal and resilient area which should be used for storing code, logs and vital data
  • /scratch: personal and high-speed area for storing temporary files
  • /work: project-level and high-capacity area which should be used to store datasets and checkpoints

To monitor the occupancy of your space, you can use the "squota" command