Nextflow run job immediately regardless of its resource requirement on SGE #2019
Unanswered
liangyong1991
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, everyone.
I have written a nextflow pipeline, and it works fine on both 'local' and on 'sge'(fine means could get the right answer I want).
But when changing the resource requirement beyond my machine limit, such as node1 only has 10 CPUs and 100GB memory left for the user, when I set: CPUs = 10 and memory = '500GB', it can be run by the SGE with 'r' status immediately.
Does anyone has met this issue, is there any solutions other than adding the parameter '-qs'.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions