Getting Started

To access the Gadi system, follow these steps:

  1. SSH into the Gadi system:

    1ssh -XY <nci username>@gadi.nci.org.au
    

    Alternatively, you can use the Gadi terminal option at ARE.

  2. Change to the project directory:

    1cd /scratch/vp91
    
  3. Create and navigate to a directory with your username:

    1mkdir -p $USER
    2cd $USER
    
  4. 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.