Skip to content
Snippets Groups Projects
Commit d9b6e7bc authored by Christoph Stritt's avatar Christoph Stritt
Browse files

cluster config again

parent 20e971aa
Branches master
Tags v1.4
No related merge requests found
...@@ -9,9 +9,9 @@ cluster: ...@@ -9,9 +9,9 @@ cluster:
--output=logs/{rule}/{rule}-{wildcards}-%j.stdout --output=logs/{rule}/{rule}-{wildcards}-%j.stdout
--error=logs/{rule}/{rule}-{wildcards}-%j.stderr --error=logs/{rule}/{rule}-{wildcards}-%j.stderr
default-resources: default-resources:
- partition=scicore - partition='scicore'
- qos=1day - qos='1day'
- time=12:00:00 - time='12:00:00'
- mem_mb=20000 - mem_mb=20000
restart-times: 3 restart-times: 3
max-jobs-per-second: 10 max-jobs-per-second: 10
......
cluster:
mkdir -p logs/{rule} &&
sbatch
--partition={resources.partition}
--qos={resources.qos}
--cpus-per-task={threads}
--mem={resources.mem_mb}
--job-name=assemblySMK-{rule}-{wildcards}
--output=logs/{rule}/{rule}-{wildcards}-%j.stdout
--error=logs/{rule}/{rule}-{wildcards}-%j.stderr
default-resources:
- "partition='scicore'"
- "qos='1day'"
- "time=12:00:00"
- "mem_mb=20000"
restart-times: 3
max-jobs-per-second: 10
max-status-checks-per-second: 1
local-cores: 1
latency-wait: 60
jobs: 500
keep-going: True
rerun-incomplete: True
printshellcmds: True
scheduler: greedy
use-conda: True
# https://github.com/jdblischak/smk-simple-slurm
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment