1. How to access Artemis and RDS via terminal?
Refer to Getting Started with Artemis HPC and Research Computing Optimised Storage (RCOS)
2. Where are my project folders in Artemis and RDS?
For Artemis, your project folder is within scratch:
Code Block |
---|
ssh abcd1234@hpc.sydney.edu.au
cd /scratch/PRJ-### |
For RDS, you can access:
i) via the hpc:
Code Block |
---|
ssh abcd1234@hpc.sydney.edu.au
cd /rds/PRJ-### |
ii) via rcos-int:
Code Block |
---|
ssh abcd1234@rcos-int.sydney.edu.au
cd /rds/PRJ-### |
3. How can I transfer data from my local computer OR an RDS location (e.g. PRJ-Frontier) into /scratch on Artemis?
Note: submitting a job on Artemis via command line is the FASTEST way to complete this
a) If your data is local on your computer, you can use a tool like Filezilla or Cyberduck to transfer files to /scratch. Instructions for how to do this are here. These are the methods supported by USYD. If you run into problems using these, please contact Stephen Kolman and copy Ramon in so he can keep an eye on it.
...
c) If you do not want to use command line, and prefer to mount /scratch visually, you can use MountainDuck. However, MountainDuck is a paid program, you will need to purchase licenses for your team. This method is not officially supported by USYD.
24. How can I log into a virtual desktop environment to visualise my analyses?
...