We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b80a0 commit dcbe03aCopy full SHA for dcbe03a
1 file changed
conf/slurm.config
@@ -8,7 +8,7 @@ process {
8
// Here we specify slurm as the executor explicitly: for -profile param you will also need to specify 'slurm', see docs
9
executor = 'slurm'
10
// Queue name should match the name used by your HPC cluster (typically 'cpu', 'gpu', etc.)
11
- queue = 'cpu'
+ queue = 'standard'
12
clusterOptions = ''
13
14
// Here you may specify custom resource allocations for each module tag.
0 commit comments