Versions Compared

Key

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

...

UI Expand
title3. Connecting to the cluster

Once you have received your credentials, you can login to the cluster in which the budget account you are associated with is active.

The simplest way is to open a terminal and type

> ssh <username>@login.<cluster>.cineca.it

(Windows users can find here the instructions)

Alternative ways to connect to CINECA HPC clusters are described on the "UG2.3 Access to the Systems" page.

Available clusters are Galileo100, Marconi and , Marconi100  (m100) and Leonardo (UG3.0 System specific guides).

UI Expand
title4. The "saldo" command

On the cluster, you can keep an eye on your budget of hours using the command:

> saldo -b 

This lists all the accounts associated with your username on the current cluster, together with the "budget" and the consumed resources.
Additional info on this very useful command and our billing policy can be found on the "UG2.4 Accounting" page.

One username can use multiple accounts, and one single account can be used by multiple usernames (and even on multiple platforms), all competing for the same budget.

...