You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JIP stores memory in MB in jip.db.Job. The "if no multiplier" part scares me a bit. If the default can be configured by the SGE sys admin, this has to be a configuration option in the JIP SGE implementation so that on can adopt, or, if all SGE versions support he multipler character, maybe we can just append the character?
About the multiplier I checked the SGE documentation and seems not be any configuration option for the memory unit.
I did man sge_types and I got:
memory_specifier Memory specifiers are positive decimal, hexadecimal or octal integer constants which may be followed by a multiplier letter. Valid multiplier letters are k, K, m, M, g and G, where k means multi-ply the value by 1000, K multiply by 1024, m multiply by 1000_1000, M multiply by 1024_1024, g multiply by 1000_1000_1000 and G multiply by 1024_1024_1024. If no multiplier is present, the value is just counted in bytes.
Jip stores memory values in MB
byteswhile in SGE memory specifiers are counted in bytes if no multiplier letter follows the value.The text was updated successfully, but these errors were encountered: