mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
slurm: allow predictions on gpu
This commit is contained in:
parent
d59de41ebb
commit
58c65bdc86
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
#SBATCH --gres=gpu:1
|
||||
#SBATCH -o %j.%N.%a.out.log
|
||||
#SBATCH -e %j.%N.%a.err.log
|
||||
#SBATCH -p gpu05
|
||||
#SBATCH -p gpu05,gpu
|
||||
#SBATCH --time=5-00:00:00
|
||||
|
||||
module load utilities/multi
|
||||
|
|
Loading…
Reference in a new issue