mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
slurm-pretrain: limit memory usage
This commit is contained in:
parent
13a8f3f511
commit
deede32241
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
||||||
#SBATCH -e %j.%N.%a.err.log
|
#SBATCH -e %j.%N.%a.err.log
|
||||||
#SBATCH -p gpu05
|
#SBATCH -p gpu05
|
||||||
#SBATCH --time=5-00:00:00
|
#SBATCH --time=5-00:00:00
|
||||||
|
#SBATCH --mem=61440
|
||||||
|
# 61440 = 60GiB memory required
|
||||||
|
|
||||||
module load utilities/multi
|
module load utilities/multi
|
||||||
module load readline/7.0
|
module load readline/7.0
|
||||||
|
|
Loading…
Reference in a new issue