User Tools

Site Tools


language_lab:starting

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
language_lab:starting [2024/06/05 13:34] bjornslanguage_lab:starting [2024/10/14 14:24] (current) – external edit 127.0.0.1
Line 5: Line 5:
 ====Log on :==== ====Log on :====
 For Windows you can use [[http://www.chiark.greenend.org.uk/%7Esgtatham/putty/|Putty]] or Powershell {{:language_lab:pwrshell.jpg?nolink&50|}} to connect from command line\\ For Windows you can use [[http://www.chiark.greenend.org.uk/%7Esgtatham/putty/|Putty]] or Powershell {{:language_lab:pwrshell.jpg?nolink&50|}} to connect from command line\\
-With Linux{{:language_lab:linux1.jpg?nolink&50|}} or Mac{{:language_lab:mac.jpg?nolink&50|}} you open a terminal window to connect ssh user@compute.ru.is\\+With Linux{{:language_lab:linux1.jpg?nolink&50|}} or Mac{{:language_lab:mac.jpg?nolink&50|}}open a terminal to connect '' ssh user@compute.ru.is''\\ 
 +Visual Studio Code can also be used for remote connection and work on the cluster, see 
 + [[Compute:vscodeSSH|how to]].\\
 ====User environment :==== ====User environment :====
 Each user has a home folder [/home/<user>] where all work is done\\ Each user has a home folder [/home/<user>] where all work is done\\
-We recommend using python virtual environment,for more flexibility,\\ **venv** [for example : python3 -m venv myProjector\\ **conda**, but python and pip are installed on the cluster.\\ +The path for student home folder is little different [/student/<user>]\\ 
-Pip can also be used to install modules in your home foldercurrent Python version is 3.9.2.\\ +For those who are using Pythonwe recommend using python virtual environment,for more flexibility,\\ 
-We also have **shared Anaconda installed** where users can connect to and create their virtual environment, please send [[mailto:help@ru.is|email]] for more information\\+
 \\ \\
 All users log onto the Login node of the **Slurm** cluster and run their projects there, but to capture the power of the cluster, one has to submit jobs to the queue (workload manager)\\ All users log onto the Login node of the **Slurm** cluster and run their projects there, but to capture the power of the cluster, one has to submit jobs to the queue (workload manager)\\
Line 16: Line 17:
 and the run your job with **sbatch myJob.sh**\\ and the run your job with **sbatch myJob.sh**\\
 In you home directory there is an readMe and template script file (myJob.sh), which can be adjusted to each job's need\\ In you home directory there is an readMe and template script file (myJob.sh), which can be adjusted to each job's need\\
-Please refrain from running interactive jobs on the login node\\+Please refrain from running heavy interactive jobs on the login node.\\
  
 Example batch file\\ Example batch file\\
Line 46: Line 47:
 ==Additional information== ==Additional information==
 [[https://code.visualstudio.com/|Visual Studio Code]] can also be used through SSH\\ [[https://code.visualstudio.com/|Visual Studio Code]] can also be used through SSH\\
-[[https://www.anaconda.com/|Miniconda & Anaconda]]\\ 
 Use this email [[mailto:help@ru.is|help@ru.is]] for access requests, inquiries etc.\\ Use this email [[mailto:help@ru.is|help@ru.is]] for access requests, inquiries etc.\\
  
-[[support:issueNet|connection problems ?]]\\ 
  
language_lab/starting.1717594441.txt.gz · Last modified: 2024/10/14 14:24 (external edit)