Search code examples
pythonpython-2.7hpcsungridenginedrmaa

Changing priority of job in SGE using python drmaa wrapper


When I try to submit a job using the python drmaa wrapper, I get a DeniedByDrmException: code 17: job rejected: positive submission priority requires operator privileges.

How do I change the priority of jobs that I submit using the Python DRMAA wrapper?


Solution

  • Created a ~/.sge_request file with a -p parameter set to 0.