You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 incondor_submit.sh
to addrequest_gpus = ...
to the generated submit file.The text was updated successfully, but these errors were encountered: