Skip to content

Commit dcbe03a

Browse files
committed
fix: rename default queue name to standard
1 parent c6b80a0 commit dcbe03a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conf/slurm.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ process {
88
// Here we specify slurm as the executor explicitly: for -profile param you will also need to specify 'slurm', see docs
99
executor = 'slurm'
1010
// Queue name should match the name used by your HPC cluster (typically 'cpu', 'gpu', etc.)
11-
queue = 'cpu'
11+
queue = 'standard'
1212
clusterOptions = ''
1313

1414
// Here you may specify custom resource allocations for each module tag.

0 commit comments

Comments
 (0)