How to use TRUBA for deep learning with PyTorch - 1

In this tutorial, we will guide you through connecting to TRUBA and executing basic commands in your home directory. We’ll use a baby steps metaphor: starting with project creation and progressing through initial operations. This guide is tailored for macOS systems with Apple Silicon computers.

Birth

  1. How to connect to TRUBA: 

    • If you are connecting from the university internet, you can directly use the terminal. 

    • If you want to connect from outside of the university we will use OpenVPN

  2. How to reach interface: 

    • Interface:  levrek1.ulakbim.gov.tr 

    • Then we will open our terminal from our local computer

      •  Barbun1 connection to queue (using terminal): 

        • Please type: ssh  username@172.16.7.1

        • Please type: password 

      • The username and the password is given by the managers of the TRUBA

      •  In here you can learn how to get it

  3. When you reach to the interface (using your termina): 

    • You will see a line like that: username@barbun1:~$ 

    • Use pwd to learn where your current directory: /truba/home/username

      • Warning!: do not make any computation while you are in the home directory, please follow me. 

    • To make any computation: 

      • Go to personal directory with cd /truba_scratch/username

        • To see what is in your directory: ls

        • To open a directory mkdir dirName

        • To delete a directory rm -r dirName

        • Most common linux commands 


Congratulations, you have completed the first step :)


Comments

Popular posts from this blog

07.09.2017 - How to create or modify EnergyPlus Weather Data (EPW)

An Algorithm for Efficient Urban Building Energy Modeling and Simulation