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

Update config.yaml

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