-
Notifications
You must be signed in to change notification settings - Fork 359
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
Inconsistent types for "memory" runtime attribute? #5530
Comments
Hey @natechols, not part of broad team, but what does your config looks like for the SGE cluster. The https://cromwell.readthedocs.io/en/stable/RuntimeAttributes/ |
@illusional The key part was this:
plus passing After another hour of trial-and-error I did finally get a working config using |
Yeah I think there are a few pieces to the puzzle that I also didn't understand for a long time:
My recommendation is in your wdl file, keep passing
|
I'm trying to pass the
memory
attribute to various backends, including both AWS and SGE (using a modified config where I addedString? memory
in place ofFloat? memory_gb
). Passing values like "4G" as the manual suggests works fine on AWS, but on SGE I get this:Am I missing something or is the type inconsistent between backends? That's going to make it a lot more work to set up.
The text was updated successfully, but these errors were encountered: