Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • gridtk gridtk
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bob
  • gridtkgridtk
  • Issues
  • #7

Closed
Open
Created Apr 29, 2016 by André Anjos@andre.anjos💬Owner

Need support for qsub parameter for SGE variant - estmem

Created by: sc-jumper

The variant of SGE that we use requires the attributes "hvmem" (which is included in the current version) and "estmem" which is not included. I couldn't find a more graceful way to fix this so I added the attribute to the "def qsub" in tools.py.

def qsub(command, queue=None, cwd=True, name=None, deps=[], stdout='', stderr='', env=[], array=None, context='grid', hostname=None, memfree=None, hvmem=None, estmem=None, pe_opt=None, io_big=False):

Along with the following code in the method body. if estmem: scmd += ['-l', 'estmem=%s' % estmem] ...immediately following hvmem update...

Assignee
Assign to
Time tracking