-
Notifications
You must be signed in to change notification settings - Fork 17
node, process and thread count for SGE #627
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The pe Determining which pe should be used when user request
When no valid pe can be found an exception should be thrown which tells user to use addSchedulerArgument("-pe", "", "") if they know better. |
When queue name is given then must check that pe is allowed in queue. When queue name is not given then GE will pick a queue which has the requested pe so the best we can do is to check if there is any queue that has that pe |
Fixes in #631 |
Figure out how to map counts to SGE
Refs #625
The text was updated successfully, but these errors were encountered: