Please contact your supervisor.
First contact your supervisor. Then fill out this form https://status.cse.unsw.edu.au/newcomputer/ (username and password is your zid and zpass).
We have a CPU computation server and a GPU computation server, which are tods1.cse.unsw.edu.au
and icml1.cse.unsw.edu.au
, respectively.
If you need to use server please contact Dr. Dong Wen to the access permission.
If you work from home and want to log in to the DKR servers directly, you can use UNSW CSE Open VPN
If you want to use remote connect in VSCODE, please do not use remote-ssh
to connect our servers. You can follow the instruction posted by cse
(http://www.cse.unsw.edu.au/~learn/homecomputing/sshfs-remote/).
You can use scp
command to share. It will be pretty fast since all the servers are LAN. For example:
xxxxxxxxxx
scp file.txt username@tods1.cse.unsw.edu.au:/path
// or
scp file.txt username@icml1.cse.unsw.edu.au:/path
Please contact Dr. Dong Wen.