cluster:gpuwork

Differences

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

Link to this comparison view

Next revision
Previous revision
cluster:gpuwork [2025/03/27 09:08] – created bjorncluster:gpuwork [2025/03/27 09:27] (current) bjorn
Line 1: Line 1:
 ====== Sleep Revolution computing cluster ====== ====== Sleep Revolution computing cluster ======
 +\\ 
 +The first step for users is to make sure their working environment fits their needs, might have to be reconfigure.\\ 
 +User can install different version of Python and all necessary modules for their work.\\ 
 +We recommend using Python virtual environment, but of course Python modules can be installed without it\\ 
 +Creating your virtual environment\\ 
 +  - Python3 has a module venv which can be used to create your environment (python3 -m venv myProject)\\ 
 +  - Another way is to install virtualenv with Pip (pip install virtualenv)\\ 
 +  - Miniconda or Ancaonda\\ 
 +User can also download and install :\\ 
 +  - [[https://www.anaconda.com/download|Miniconda]]\\ 
 +  - [[https://www.anaconda.com/download|Anaconda]]\\ 
 +\\ 
 +== An example setup for Torch == 
 +  * python3 -m venv myproject 
 +  * source myproject/bin/activate 
 +  * pip install torch wheel 
 +\\ 
 +Please make sure your script can communicate with the GPU, do a test-script before running your project\\ 
 +====Useful commands==== 
 +^cmd^Descr^ 
 +|squeue|Show all jobs on the queue| 
 +|sinfo|Information about the cluster| 
 +|sbatch <job.sh>|Submit job| 
 +|sacct|My jobs| 
 +|srun|Run job interactively| 
 +|scancel <id>|kill job with <id>
 +|nvidia-smi|info about GPU| 
 +\\ 
 +The template script file looks like this\\ 
 +''#!/bin/bash\\ 
 +#SBATCH <nowiki>--</nowiki>account=staff\\ 
 +#SBATCH %%--%%job-name=MyJob\\ 
 +#SBATCH %%--%%gpus-per-node=1\\ 
 +#SBATCH %%--%%mem-per-cpu=2G\\ 
 +#SBATCH %%--%%partition=main\\ 
 +#SBATCH <nowiki>--</nowiki>output=myBatch.log\\ 
 +''
 \\ \\
 ===Installed software and drivers=== ===Installed software and drivers===
Line 7: Line 43:
  * Python 3.10.12\\  * Python 3.10.12\\
  * pip 22.0.2\\  * pip 22.0.2\\
 +
 +==Additional information==
 +[[https://slurm.schedmd.com|Slurm]]\\
  • cluster/gpuwork.1743066499.txt.gz
  • Last modified: 2025/03/27 09:08
  • by bjorn