mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
dlr: add no-requeue
Ref https://support.hull.ac.uk/tas/public/ssp/content/detail/incident?unid=652db7ac6e73485c9f7658db78b2b628
This commit is contained in:
parent
a28bbb9cf7
commit
64c57bbc21
1 changed files with 2 additions and 0 deletions
|
@ -6,9 +6,11 @@
|
||||||
#SBATCH -o %j.%N.%a.deeplab-rainfall.out.log
|
#SBATCH -o %j.%N.%a.deeplab-rainfall.out.log
|
||||||
#SBATCH -e %j.%N.%a.deeplab-rainfall.err.log
|
#SBATCH -e %j.%N.%a.deeplab-rainfall.err.log
|
||||||
#SBATCH -p gpu
|
#SBATCH -p gpu
|
||||||
|
#SBATCH --no-requeue
|
||||||
#SBATCH --time=5-00:00:00
|
#SBATCH --time=5-00:00:00
|
||||||
#SBATCH --mem=30000
|
#SBATCH --mem=30000
|
||||||
# ---> in MiB
|
# ---> in MiB
|
||||||
|
# no-requeue: ref https://support.hull.ac.uk/tas/public/ssp/content/detail/incident?unid=652db7ac6e73485c9f7658db78b2b628
|
||||||
|
|
||||||
module load utilities/multi
|
module load utilities/multi
|
||||||
module load readline/7.0
|
module load readline/7.0
|
||||||
|
|
Loading…
Reference in a new issue