Connecting to Grex#
In order to use almost any HPC system, you would need to be able to somehow connect and log in to it. Also, it would be necessary to be able to transfer data to and from the system. The standard means for these tasks are provided by the SSH protocol . The following hosts (login nodes) are available:
- yak.hpc.umanitoba.ca
- grex.hpc.umanitoba.ca
To log in to Grex in the text (or bash) mode, connect to one of the above hosts using an SSH (Secure SHELL) client.
The DNS name grex.hpc.umanitoba.ca serves as an alias for yak.hpc.umanitoba.ca
To connect to Grex, use:
ssh someuser@grex.hpc.umanitoba.ca
or
ssh someuser@yak.hpc.umanitoba.ca
Transferring Data#
Uploading and downloading your data can be done using an SCP/SFTP capable file transfer client. The recommended clients are OpenSSH (providing ssh and scp, sftp command line tools on Linux and Mac OS X) and PuTTY/WinSCP/X-Ming or MobaXterm under Windows. Note that since June 1, 2014, the original “SSH Secure Shell” Windows SSH/SFTP client is not supported anymore.
OpenOnDemand (OOD) Web Interface#
Since October 2021, there is an OpenOnDemand (OOD) Web interface to Grex, currently available at https://zebu.hpc.umanitoba.ca from UManitoba IP addresses. OOD provides a way to connect both in text and graphical mode right in the browser, to transfer data between Grex local machines, and to run jobs.
See the documentation for more details on how to connect from various clients of operating systems: SSH , OOD .