ssh is the protocol/command you will need to use HPRC cluster compute resources. Unless you have specific reasons for choosing an individual node, you should connect to zodiac.hpc.jcu.edu.au - over time, names of the systems behind zodiac will almost definitely change.
The move away from a single physical login node has been made in an attempt to improve HPRC login service availability. In the past, there have been multiple login node outages - mostly caused by over-consumption of memory. In cases where an outage occurred outside HPRC staff hours, this would lead to loss of service that lasts up to 2.5 days (worst case). In the new configuration, loss of a login node simply means that active sessions on that node are disrupted and affected users simply need to reconnect to zodiac.hpc.jcu.edu.au to continue.
Login Nodes Etiquette:
HPRC staff have tried to setup login nodes that are easy and convenient. The cost of this is that login node service availability is dependent on user behaviour. The following login node usage tips should be known to all login node users.
- If you want to find out how much resource your job is using, use
top. - Use the
who command to determine who might be sharing a login node with you. - Avoid, if possible, running long jobs (>24 hours of CPU time) on login nodes.
- Avoid, if possible, running big memory jobs (>8GB) on login nodes.
- Only run multiprocessor jobs on login nodes during testing of successful parallel execution. For people using 3rd party software, one successful job completion marks the end of your software testing phase. At this point, you need to submit your jobs to the compute cluster (using
qsub). - Don't run multiple jobs in parallel on login nodes, unless the jobs consume no more than a few minutes of CPU time.