Replies: 1 comment
-
No, that's not possible |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, Our school's HPC has different nodes that have different user limitations. Some of the nodes (
fhs-fast
) allow me to run 3 jobs at the same time and some (highmem
) allow me to run 5 jobs. But when I config it in this wayNextflow will try to submit all the jobs to
fhs-fast
until it reaches thequeueSize
and then it will try to submit it tohighmem
, Is there any way I could setqueueSize
for different nodes or this is actually a new feature?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions