This is a series of exercises that will walk you through the basic tasks as you get on board the Atos HPCF.
Prerequisites
In order to follow this tutorial, these are the prerequisites you must fulfil before starting:
- You must have a valid ECMWF account with privileges to access HPCF or ECS. If you only have access to ECS, you may need to skip certain exercises involving HPCF.
- You must have 2 Factor Authentication enabled with TOTP.
- You must be able to connect with at least one of the following methods:
- Using the Virtual Desktop Infrastructure (VDI). See the corresponding documentation to get started.
- Using Teleport SSH from your end user device .
Logging into Atos HPCF and ECS
Reference: HPC2020: How to connect
First of all, let's try to connect to the computing services via SSH:
Access the default login node of the ATOS HPCF or ECS and take note of what node you are in
Open a new tab in your terminal and connect again. Did you get the same hostname? Why is that?
Now, from your open SSH session on Atos HPCF or ECS, connect to the main login alias again. Did it ask for a password? Can you set your account up so jumps between hosts are done without a password?
Storage spaces
Reference: HPC2020: Filesystems
We will now explore the different options when it comes to storing your data.
Main filesystems
Connect to Atos HPCF or ECS main login node. What is your default filesystem? Can you try 4 different ways to accessing that space?
There are 3 more main storage spaces. Create an empty file called
del.me
on each one of them? Check that they have been created withls
, and then remove them withrm
.How much space have you used in each of your main 4 filesystems? How much can you store?
- Can you decide what would be the best filesystem to use in the following cases? Why would you make that choice?
- Store the source code, scripts and configuration of your programs and workflows
- Store Climate Files to be used by your model runs on Atos HPCF
- Working directory for your jobs
- Store data that that you use frequently, which is considerable in size.
If you are on the VDI, open a new terminal there. Can you access your
HOME
,PERM,
SCRATCH
andHPCPERM
?
Temporary spaces
There are