Welcome to the hackpad covering how to connect to the University of Leeds High Performance Computing system ARC4
If you haven’t already request an account for the HPC via this link - https://leeds.service-now.com/it?id=sc_cat_item&sys_id=4c002dd70f235f00a82247ece1050ebc
For Windows users please consult our documentation page and video at https://arcdocs.leeds.ac.uk/getting_started/logon.html#connecting-from-windows
You are required to download the software tool MobaXTerm for this workshop.
Navigate using a web browser to https://mobaxterm.mobatek.net/
Select Download
Click Download Now for the Home Edition
Select MobaXTerm Home Edition v21.0 (Portable edition)
This opens a download prompt for a .zip file. Select Save File and click OK
Go to your Download folder and find the .zip file you have just downloaded
Click Extract in the Ribbon Bar and select Extract All
Using the Wizard window extract the folder at the suggested location
This should open the extracted folder immediately and allow you to double-click on the MobaXTerm_Personal_21.0 executable to start the application
And you're all set for HPC0!🎉
MacOS and Linux users do not need MobaXTerm but can use your builtin Terminal application. You should follow the steps outlined in the bitesize video titled “Connecting to ARC off-campus via Linux/MacOS” and read carefully the documentation section on connecting from Linux and MacOS, especially the section about configuring SSH for off-campus connections.
Please attempt to read the documentation and watch the videos carefully and attempt the setup steps. If you have any problems don’t worry we will spend the start of the workshop making sure everyone is connected.
In order to connect to ARC when you're off campus you'll need to do some extra configuration so that your SSH connection goes via our remote-access
server. The following steps outline how to setup this configuration:
Open a Terminal on your Linux/macOS machine
Create a directory called .ssh
in your home directory (if one doesn't already exist)
Then open a text editor of your choice and create a file called config
in your .ssh
directory
Within this file include the following contents where USERNAME
is replaced by your university username
Save this file and you can run the following command to connect from the terminal: