Blame
ce99be | Konstantin Shprenger | 2025-10-11 11:41:49 | 1 | # Machine Pool |
b4c02b | Konstantin Shprenger | 2025-10-11 11:47:10 | 2 | Télécom has a machine pool to use for computations. Most of them have around 20 cores and 32 Gb of RAM. |
96f73d | Konstantin Shprenger | 2025-10-11 11:46:50 | 3 | |
8ebb92 | Konstantin Shprenger | 2025-10-11 11:50:13 | 4 | You and find list of all machines here: [https://tp.telecom-paris.fr](https://tp.telecom-paris.fr). |
5 | Once you choose suitable machine, take it's name and access it via ssh like that (if you are using VPN or have connection to internal WIFI, for example to eduroam): |
|||
96f73d | Konstantin Shprenger | 2025-10-11 11:46:50 | 6 | ``` |
7 | ssh <username>@<machine_name>.enst.fr |
|||
8 | ``` |
|||
9 | ||||
10 | For `<username>` you should use your IP-Paris's username, which you can find here: [https://moncompte.ip-paris.fr/mon_compte/](https://moncompte.ip-paris.fr/mon_compte/) |
|||
11 | ||||
12 | Password - is your IP-Paris password. |
|||
13 | ||||
14 | If you are outside of intranet you should connect to ssh gateway (`ssh.enst.fr`) first and then to your machine. |