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

Handling resource assignment failure #38

Closed
bozhiyou opened this issue Apr 6, 2021 · 1 comment
Closed

Handling resource assignment failure #38

bozhiyou opened this issue Apr 6, 2021 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@bozhiyou
Copy link
Contributor

bozhiyou commented Apr 6, 2021

https://github.com/ut-parla/Parla.py/blob/master/parla/task_runtime.py#L790-L795
It warns when the assignment fails too many times: Failed to assign devices. The required resources may not be available on this machine at all. However, cases can be that tasks are competing for a particular device, e.g. many tasks wanting a particular GPU. The failure should be warned with more details and there may be another way to handle the competing case.

@arthurp
Copy link
Member

arthurp commented Apr 6, 2021

Duplicates #29

@bozhiyou bozhiyou added the duplicate This issue or pull request already exists label Apr 6, 2021
@bozhiyou bozhiyou closed this as completed Apr 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants