Skip to content

Nextflow starts all processes on single slurm node #3520

Answered by mribeirodantas
alex-d13 asked this question in Q&A
Discussion options

You must be logged in to vote

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)

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@alex-d13
Comment options

@mribeirodantas
Comment options

@JLC2141
Comment options

Answer selected by alex-d13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #3519 on January 02, 2023 15:37.