User Tools

Site Tools


compute:begin

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
compute:begin [2024/12/02 10:01] bjornscompute:begin [2024/12/12 10:44] (current) bjorns
Line 6: Line 6:
   - Add the [[https://code.visualstudio.com/docs/remote/ssh-tutorial | Remote-SSH extension]]\\   - Add the [[https://code.visualstudio.com/docs/remote/ssh-tutorial | Remote-SSH extension]]\\
   - In the search box select **Show and run commands** [Ctrl]-[shift]-[p]\\ {{:compute:vscode-cmd.png?nolink&400|}}\\   - In the search box select **Show and run commands** [Ctrl]-[shift]-[p]\\ {{:compute:vscode-cmd.png?nolink&400|}}\\
-  - In VSCode, select Remote-SSH: Connect to Host... from the [Command] Palette\\ +  - In VSCode, select Remote-SSH: Connect to Host... from the [Command] Palette {{:compute:vscode_ssh.png?nolink&400|}}\\ 
-  - Connect with your user and pass, server is compute.ru.is (user & pass you received in a email){{:compute:vscode_ssh.png?nolink&400|}}\\+  - Connect with your user and pass, server is compute.ru.is (user & pass you received in a email)\\
   - Upon connecting VScode will start a setup process, this is normal\\   - Upon connecting VScode will start a setup process, this is normal\\
   - Open your home directory and start working\\   - Open your home directory and start working\\
  
 === 2. Create your python virtual environment === === 2. Create your python virtual environment ===
-Install your python virtual environment. This compute cluster is for multiple user, everyone has it's own python virtual environment, different version of python or modules. There are many [[compute:venvpython|Python virtual]] environment to choose from, in this example uses virtualenv\\+Install your python virtual environment. This compute cluster is for multiple user, everyone has it's own python virtual environment, different version of python or modules. There are many [[compute:venvpython|Python virtual]] environment to choose from, this example uses Miniconda\\ 
 +After [[compute:miniconda|Miniconda]] has been installed\\ 
 +create your prefered python environment, to choose python version 3.9.7 ''conda create --name useTorch python=3.9.7''\\ 
 +then install your modules for example with pip\\ 
 +**[[compute:pythonGPU|Using GPU with python]]**\\
  
 === More === === More ===
-see [[Compute:vscodeSSH|how to]].\\+[[Compute:vscodeSSH|VScode how to]].\\
 [[https://code.visualstudio.com/|Visual Studio Code]]\\ [[https://code.visualstudio.com/|Visual Studio Code]]\\
compute/begin.1733133692.txt.gz · Last modified: 2024/12/02 10:01 by bjorns