User Tools

Site Tools


lvl_cluster:info

This is an old revision of the document!


Language and Voice lab computing cluster

Smallvoice, uses Slurm workload manager to create a computing cluster
The Cluster has 6 nodes

  • atlas
  • freedom
  • hercules
  • samson
  • goliath worker node
  • obelix

All the nodes are all worker nodes, but 2 have additional roles
freedom is the login node
atlas is the management node

To use slurm workload manager for your job, you first create a batch file with info about the job
and the run your job(submit) with sbatch myJob.sh

Example batch file
#!/bin/bash
#SBATCH --account=staff
#SBATCH --job-name=MyJob
#SBATCH --gpus-per-node=1
#SBATCH --mem-per-cpu=2G
#SBATCH --output=myBatch.log

lvl_cluster/info.1671450997.txt.gz ยท Last modified: 2024/10/14 14:24 (external edit)