mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 01:12:59 +00:00
slurm pretrain-predict: move to compute; make exclusive just in case
also shortent o 3 days
This commit is contained in:
parent
d7f5958af0
commit
1574529704
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
|||
#SBATCH -J RainUMAP
|
||||
#SBATCH -N 1
|
||||
#SBATCH -n 14
|
||||
#SBATCH --gres=gpu:1
|
||||
#SBATCH -o %j.%N.%a.out.log
|
||||
#SBATCH -e %j.%N.%a.err.log
|
||||
#SBATCH -p gpu05
|
||||
#SBATCH --time=5-00:00:00
|
||||
#SBATCH -p compute
|
||||
#SBATCH --time=3-00:00:00
|
||||
#SBATCH --exclusive
|
||||
|
||||
module load utilities/multi
|
||||
module load readline/7.0
|
||||
|
|
Loading…
Reference in a new issue