This guide will provide you the basic information needed for accessing and running jobs on HPC clusters at University of Hong Kong. Details of hardware configuration and installed software of the HPC clusters is available at https://hpc.hku.hk/hpc/system.
Quick Start for New HPC users
- Request an HPC account
- PC accessing HKU campus network (WiFi: HKU; Off-campus: HKUVPN)
- Connect to HPC cluster via SSH (Secure Shell)
- Log in with provided initial password or HKU Portal PIN (if you have changed your HKU Portal PIN)
- Check whether the software you used is available at HPC Software. Click the software package name for information on how to run the software in HPC.
- Edit and compile your programs
- Edit SLURM submission script. Submit and monitor batch jobs
- Transfer Data to/from the HPC cluster
- Command Line: Open terminal of a Mac or Linux machine and use utilities such as
scp
,sftp
andrsync
. - Graphical client to scp/sftp:
- Command Line: Open terminal of a Mac or Linux machine and use utilities such as