Skip to content

Commit

Permalink
Accepted changes in workflows/pipe-common/pipeline/hpc/gridengine.py
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Tcibin <andrei_tcibin@epam.com>
  • Loading branch information
SilinPavel and tcibinan authored Aug 3, 2023
1 parent 1aaf36b commit e3dba49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/pipe-common/pipeline/hpc/gridengine.py
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ def _find_memory_value(self, job_dict, resource_dict):
if "MinMemoryNode" in job_dict:
return job_dict.get("MinMemoryNode")
elif "mem" in resource_dict:
resource_dict.get("mem")
return resource_dict.get("mem")
else:
return "0M"

Expand Down

0 comments on commit e3dba49

Please sign in to comment.