lsf-python-api icon indicating copy to clipboard operation
lsf-python-api copied to clipboard

Specify gpu options in job submission

Open lappalainenj opened this issue 5 years ago • 0 comments

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
...

lappalainenj avatar Dec 30 '20 14:12 lappalainenj