-
Notifications
You must be signed in to change notification settings - Fork 28
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
Memory options missing from SGE template #298
Comments
Merged
mschubert
added a commit
that referenced
this issue
Apr 2, 2023
This means clustermq will make a memory request the SGE (or similar) schedulers. I set the default to 1GB Co-authored-by: Michael Schubert <[email protected]>
@nickholway what version of SGE were you using? I've run tests on |
We're on a slightly old version of UGE, 8.6.4. Looking at the Man page for it, m_mem_free is mentioned in it. |
Thanks! I found it in some other docs as well, so we'll keep it as a default. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The memory flag in the Q function has no entry in the SGE (ie AGE / UGE) template file which means that no memory requests are passed through to SGE.
I'm on R4.2.1 and Clustermq 0.8.95.3. Full Session info:
The text was updated successfully, but these errors were encountered: