We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
job_submit.py
submitreq = lsf.submit() submitreq.numGPU = 1 ...
The text was updated successfully, but these errors were encountered:
liyancn
No branches or pull requests
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:The text was updated successfully, but these errors were encountered: