... | ... | @@ -28,8 +28,26 @@ Workload manager: [Slurm version 20.02](https://slurm.schedmd.com/) |
|
|
|
|
|
### From a Linux workstation
|
|
|
You are free to choose your Linux version, but we recommend the following distributions:
|
|
|
- (Ubuntu Desktop 18.04 or 19.10)[https://ubuntu.com/]
|
|
|
- (Fedora 31 workstation)[https://getfedora.org/]
|
|
|
- [Ubuntu Desktop 18.04 or 19.10](https://ubuntu.com/)
|
|
|
- [Fedora 31 workstation](https://getfedora.org/)
|
|
|
- Other distributions
|
|
|
- [CentOS 8](https://www.centos.org/)
|
|
|
- [Arch Linux](https://www.archlinux.org/)
|
|
|
|
|
|
#### From the command line (ssh)
|
|
|
If your login user name from your workstation is the same as the username on the HPC cluster, you can use:
|
|
|
- ssh res-hpc-lo01
|
|
|
Otherwise:
|
|
|
- ssh username@res-hpc-lo01
|
|
|
You can make your life easier by editing the file:
|
|
|
```
|
|
|
vi ~/.ssh/config
|
|
|
Host res-hpc-lo01
|
|
|
Hostname 145.88.76.243
|
|
|
User user-name
|
|
|
```
|
|
|
Where you adapt the *user-name*.
|
|
|
|
|
|
|
|
|
### From a Windows workstation
|
|
|
|
... | ... | |