This is a series of exercises that will walk you through the basic tasks as you get on board the Atos HPCF.
In order to follow this tutorial, these are the prerequisites you must fulfil before starting:
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?
Both aliases will always point to a working login node, and the actual node and complex behind it may change depending on the load, system sessions or outages. |
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?
Password-less SSH between ECMWF hosts such as Atos HPCF or ECS nodes, or VDI hosts is not set up by default. If you were asked for a password, you can run the following command from your Atos HPCF, ECS or VDI session to set up key-based authentication:
After this you should be able to jump between hosts without having to introduce your password. Besides being convenient, this setup is also necessary for other tools such as ECACCESS or ecinteractive to work properly. |
Reference: HPC2020: Filesystems |
We will now explore the different options when it comes to storing your data.
Connect to Atos HPCF or ECS main login node. What is your default filesystem? Can you try 4 different ways to accessing that space?
The default directory is your HOME directory, which is /home/$USER. It is a dedicated personal space for you, and you can always come back to that with either of the following commands:
Your HOME directory is accessible across all Atos HPCF, ECS, VDI and EcFlow services. |
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 with ls
, and then remove them with rm
.
Besides HOME, you also have also access to PERM, HPCPERM and SCRATCH. Like HOME, they are all dedicated personal spaces with their corresponding environment variable. Using those environment variables over hardcoded paths is strongly recommended. You can use touch to create the test files:
Check they exist with:
Remove them with:
|
How much space have you used in each of your main 4 filesystems? How much can you store?
All the filesystems have quotas enforced. You can check them with the quota command
For
For
|
If you are on the VDI, open a new terminal there. Can you access your HOME
, PERM,
SCRATCH
and HPCPERM
?
However, |
There are