Available hardware resources
| Name | Status |
CPUs/ RAM(GiB) |
GPU | Shared home area | OS and software | Comments |
|---|---|---|---|---|---|---|
|
ml1.hpc.uio.no ml2.hpc.uio.no ml3.hpc.uio.no |
Production | 28 cores (Intel Xeon)/128 | 4 X RTX2080Ti | Yes | RHEL 8.7 with module system |
on ML1 on 3 GPUs functional
|
|
ml4.hpc.uio.no |
Production | 32 cores (AMD)/128 | 2 X AMD Vega 10 XL/XT | Yes | RHEL 8.7 with module system |
|
| ml6.hpc.uio.no | Reserved for a course | 32 cores (AMD)/256 | 8 X RTX2080Ti | Yes | RHEL 8.7 with module system |
|
|
ml7.hpc.uio.no |
Production | 32 cores (AMD)/256 | 8 X RTX2080Ti | Yes | RHEL 8.7 with module system |
|
| Will be moved to Fox | ||||||
| ml9.hpc.uio.no | Production | 2x 48 core (AMD)/1024 | 4 X NVIDIA GeForce RTX 3090 | Yes | RHEL 8.7 with module system |
reserved for INF5310 course |
How to get access
Apply for access at the following nettskjema.
How to login
The ml nodes are behind a jump host as a security measure. Which means that you need to be logged in to a UiO computer before you SSH to a ML node. You can achieve this in two ways.
- Login to a computer inside UiO network (login.uio.no)
- Login to the ml nodes from that computer
UIO-USER-NAME is your user name at University of Oslo
{MYUSER@laptop:~] $ ssh UIO-USER-NAME@login.uio.no
[UIO-USER-NAME@gothmog ~]$ ssh ml1.hpc.uio.no
You could combine the above two steps using the following command
ssh -J UIO-USER-NAME@login.uio.no UIO-USER-NAME@ml1.hpc.uio.no
Login problems.
If you could not login to ML nodes, this could mean many things. So if you send us a mail asking for help with only "I can not login, it is difficult to provide a solution. Please go through the list and see what information you should gather.
- "The authenticity of host '....uio.no (129.240...)' can't be established. This can happen when we change the server key or you are login in for the first time . The solution is to get/update the key, for this refer the section "Key changed when trying to log in" below. After you verify that you are connecting to the correct machine, you should type "yes" to accept the new key
- Wrong username or password. For ML nodes you should use the UiO username and password. If you get the username-password combination wrong for more than three times, then your account would be blocked for that machine for one hour.
- Your password is case sensitive.
- Jump host. Make sure that you follow the jump host instructions above.
- Did you type the correct host-name. Please check the correct names in the above table (Available hardware resources).
- When sending support requests, please include the details below.
- Exact command you used to login with username used and hostname (the ML machine your are trying to login) . Never include password.
- Where are you login in from. Is it office ? from your laptop from home ?. Please send the IP address of the machine if you know how to get it (if you do not know what that is do not worry)
- If you are login from a terminal please send the full debug info. e.g.
- ssh -vvv MY_USERNAME@ml1.hpc.uio.no