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

Ensure finishing of simulation of no match between job and resources can be guaranteed #78

Open
tfesenbecker opened this issue Nov 30, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@tfesenbecker
Copy link
Contributor

Currently the simulation never finishes if there are jobs in the queue that can't be matched to any resource.
At least for the use case of static resources the simulation should finish once there are only jobs in the queue that can't be scheduled to any resources.

@tfesenbecker tfesenbecker added bug Something isn't working enhancement New feature or request labels Nov 30, 2019
@eileen-kuehn
Copy link
Member

This is until now expected behaviour. If no sufficient resources are supplied, the simulation waits until they appear. You can still manage the simulation by defining a maximum length it should take. However, you could also ensure a preprocessing step to check if all jobs match at least one of the specified resources.

@eileen-kuehn eileen-kuehn removed the bug Something isn't working label Nov 30, 2019
@eileen-kuehn eileen-kuehn changed the title Simulation runs forever if no match between job and resources is found Ensure finishing of simulation of no match between job and resources can be guaranteed Nov 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants