language_lab:slurm
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| language_lab:slurm [2023/01/17 14:09] – created bjorns | language_lab:slurm [2024/10/14 14:24] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| |#SBATCH %%--%%job-name=lvl_job |name of MY job| | |#SBATCH %%--%%job-name=lvl_job |name of MY job| | ||
| |#SBATCH %%--%%gpus-per-node=1|1 GPU on worker node (default)| | |#SBATCH %%--%%gpus-per-node=1|1 GPU on worker node (default)| | ||
| - | |#SBATCH %%--%%output=user.log |output log file| | + | |#SBATCH %%--%%output=user.log |output log file, if needed| |
| |#SBATCH %%--%%mem-per-cpu=3G |3 gb memory per process| | |#SBATCH %%--%%mem-per-cpu=3G |3 gb memory per process| | ||
| |#SBATCH %%--%%ntasks=4 |you want 4 processes| | |#SBATCH %%--%%ntasks=4 |you want 4 processes| | ||
| Line 12: | Line 12: | ||
| |#SBATCH %%--%%nodes=1-3 |use at LEAST one node,up to 3| | |#SBATCH %%--%%nodes=1-3 |use at LEAST one node,up to 3| | ||
| |#SBATCH %%--%% |w| | |#SBATCH %%--%% |w| | ||
| + | |||
| + | The **default** memory a batch jobs gets is 4gb, if user doesn' | ||
| ===Partitions/ | ===Partitions/ | ||
| - | DefaultTime=04: | + | The slurm cluster has 3 partitions (queues)\\ |
| - | MaxTime=\\ | + | {{: |
| + | doTrain is (default), only for staff, allows jobs to run infinitely long time\\ | ||
| + | All partition have DefaultTime=04: | ||
| + | on allWork the MaxTime | ||
| + | on beQuick the MaxTime is 1 days and 12 hour\\ | ||
| ====Node config==== | ====Node config==== | ||
language_lab/slurm.1673964546.txt.gz · Last modified: (external edit)
