Skip to content
New issue

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

Add GPU support #12

Closed
brianhlin opened this issue Mar 30, 2020 · 3 comments
Closed

Add GPU support #12

brianhlin opened this issue Mar 30, 2020 · 3 comments
Assignees

Comments

@brianhlin
Copy link
Collaborator

brianhlin commented Mar 30, 2020

Kenyi at Notre Dame noticed that GPU jobs submitted via Hosted CE didn't properly request GPUs on his local HTCondor backend. This appears to be because the BLAHP doesn't support GPU requests. We should add RequestGpus as an attribute recognized by the server and then use it in condor_submit.sh to add request_gpus = ... to the generated submit file.

@brianhlin brianhlin changed the title Add GPU support for HTCondor Bosco submission Add GPU support Apr 24, 2020
@brianhlin
Copy link
Collaborator Author

@jdost321 also had to hardcode setting ngpus to the PBS select statement.

@efajardo mentioned similar frustrations and that we need to start treating GPUs as a first-class resource

@JaimeFrey
Copy link
Member

I just made a pull request (#26 ) to bring in the gpu support from upstream. But I don't have a way to test it easily.

@timtheisen
Copy link
Member

Closing this issue since the relevant code seems to be present.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants