Skip to content
Snippets Groups Projects
Commit 1209e86a authored by John Lafin's avatar John Lafin
Browse files

Use GPU only for CellBender

parent e6c55d31
No related merge requests found
...@@ -4,14 +4,14 @@ process { ...@@ -4,14 +4,14 @@ process {
clusterOptions = '--no-kill' clusterOptions = '--no-kill'
queue = '256GBv2,512GB,256GB,256GBv1,128GB' queue = '256GBv2,512GB,256GB,256GBv1,128GB'
time = '8h' time = '8h'
with_label: gpu { withLabel: gpu {
queue = 'GPUv100s,GPUp100' queue = 'GPUv100s,GPUp100'
containerOptions = '--nv'
} }
} }
singularity { singularity {
enabled = true enabled = true
runOptions = '--nv'
cacheDir = "${projectDir}/images/singularity" cacheDir = "${projectDir}/images/singularity"
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment