Reference Documentation
Let's explore how to connect to the ATOS HPCF or ECS.
Accessing a login node
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?
Interactive session
Reference documentation
Standard sessions on login nodes do not guarantee access to dedicated resources such as cpus or memory, and strict limits on those are imposed. For interactive sessions with dedicated resources we will use ecinteractive.
It is installed and available on all the Atos HPCF and ECS nodes, as well as the VDI. If you are connecting from your own computer with teleport, you can download it and run it there (only Mac, Linux or Windows WSL are supported).
Can you get a dedicated interactive session with 10 GB of memory and 4 cpus for 8 hours?
Log out of that interactive session. Can you reattach to it?
How can you get information (amount of resources, time left, etc) of your active ecinteractive session?
Cancel your interactive session
We can also use ecinteractive to open a JupyterLab instance on the Atos HPCF or ECS. Start a JupyterLab session with 4 GB of memory. When you are happy, cancel the ecinteractive job, since only closing the browser tab will not stop the session.
Where to run it
You must run ecinteractive from either VDI or your own computer. If you run the command on the Atos HPCF or ECS, it will not be able to open any browser window.