mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-24 02:03:01 +00:00
slurm/dlr: cpu cores 14→9
This commit is contained in:
parent
e83d901779
commit
a7ab5ee341
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
#SBATCH -J DeepRain
|
||||
#SBATCH -N 1
|
||||
#SBATCH -n 14
|
||||
#SBATCH -n 9
|
||||
#SBATCH --gres=gpu:1
|
||||
#SBATCH -o %j.%N.%a.deeplab-rainfall.out.log
|
||||
#SBATCH -e %j.%N.%a.deeplab-rainfall.err.log
|
||||
|
|
Loading…
Reference in a new issue