Nextflow starts all processes on single slurm node #3520
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I may be wrong, but regarding (1) I think it's a SLURM thing. Check this. If you know how to do it without Nextflow, you can use the Regarding (2), you can set the Sharing your config file(s), and also the |
Beta Was this translation helpful? Give feedback.
I may be wrong, but regarding (1) I think it's a SLURM thing. Check this. If you know how to do it without Nextflow, you can use the
clusterOptions
directive to make Nextflow do the same.Regarding (2), you can set the
queueSize
directive to provide the number of tasks the executor will handle in a parallel manner (default: 100). Also, make sure you're requesting a reasonable amount of resources in your process directives.Sharing your config file(s), and also the
nextflow.log
can be helpful 😄 (Remember to remove sensitive data from whatever data you share here)