User Tools

Site Tools


language_lab:slurm

This is an old revision of the document!


Controlling slurm jobs

Settings for slurm job

Command Effect
#SBATCH --account=staff user is part of this group
#SBATCH --job-name=lvl_job name of MY job
#SBATCH --gpus-per-node=11 GPU on worker node (default)
#SBATCH --output=user.log output log file
#SBATCH --mem-per-cpu=3G 3 gb memory per process
#SBATCH --ntasks=4 you want 4 processes
#SBATCH --cpus-per-task=2 2 cores per process
#SBATCH --nodes=1-3 use at LEAST one node,up to 3
#SBATCH -- w

Partitions/queue config

DefaultTime=04:00:00
MaxTime=

Node config

NodeName=A … TmpDisk=1536

TmpDisk : Total size of temporary disk storage in TmpFS in megabytes
MinTmpDiskNode
default value for TmpDisk is 0, local scratch amount of TmpDisk space must be defined in the node config

language_lab/slurm.1673964908.txt.gz · Last modified: 2024/10/14 14:24 (external edit)