Getting Started
To access the Gadi system, follow these steps:
SSH into the Gadi system:
1ssh -XY <nci username>@gadi.nci.org.au
Alternatively, you can use the Gadi terminal option at ARE.
Change to the project directory:
1cd /scratch/vp91
Create and navigate to a directory with your username:
1mkdir -p $USER 2cd $USER
Clone the repository:
1git clone https://github.com/NCI900-Training-Organisation/intro-to-parallel-programming.git 2cd intro-to-parallel-programming
In the repository:
The python/src directory contains all the Python code.
The python/job_scripts directory includes all the PBS job scripts.
The python/job_scripts/sample_outputs directory holds the sample outputs.