Skip to content
Snippets Groups Projects
Commit 071cb237 authored by ddepanis's avatar ddepanis
Browse files

Update config.yaml

parent 9370f45f
Branches
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ cluster: ...@@ -5,6 +5,7 @@ cluster:
sbatch sbatch
--partition={resources.partition} --partition={resources.partition}
--qos={resources.qos} --qos={resources.qos}
--constraint={resources.constraint}
--cpus-per-task={threads} --cpus-per-task={threads}
--mem={resources.mem_mb} --mem={resources.mem_mb}
--job-name=GEP.{rule}.%j --job-name=GEP.{rule}.%j
...@@ -19,6 +20,7 @@ cluster: ...@@ -19,6 +20,7 @@ cluster:
default-resources: default-resources:
- partition=begendiv,main - partition=begendiv,main
- qos=standard - qos=standard
- constraint=no_gpu
# - mem_mb=100000 # - mem_mb=100000
# - time="3-00:00:00" # - time="3-00:00:00"
# - nodes=1 # - nodes=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment