Accessing Lab's mini-HPC Server
Accessing Lab's mini-HPC Server
Laste updated on September 16, 2027
Considering joining the group ..
Laste updated on September 16, 2027
SMU’s VPN is required to remotely access the Server.
CPU: 64 cores, 128 threads, Xeon Gold 6438Y Processors | GPU: Dual NVIDIA L4 (x2), 24 GB each | RAM: 128 GB | Storage: SAS 2.0 TB (/data/tank), M.2 1.8 TB (/data/scratch).
SSH:
login: username@subdomain.smu.edu
password: type your password
Workload Manager:
The workstation uses the package “Task Spooler” for the workload management.
Private Socket
Private job submission/queue: ts
Examples:
ts python x.py (cpu only)
ts -G 2 python x.py (2 GPUs)
ts : view job’s status and many things.
Useful commands: man ts
How to create a conda environment?
Add conda on your PATH
Add HTTP_PROXY in .bashrc.