lsf-python-api
lsf-python-api copied to clipboard
Specify gpu options in job submission
Hello,
does the API support gpu options (as described here )?
I cannot find any gpu-related information in the API reference (https://www.ibm.com/support/knowledgecenter/SSWRJV_10.1.0/api_reference/index.html).
Analog to the example job_submit.py, this (or a workaround) is what I am looking for:
submitreq = lsf.submit()
submitreq.numGPU = 1
...