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

The auto assigning for nodes is not smart enough #94

Open
yuema137 opened this issue Apr 1, 2024 · 0 comments
Open

The auto assigning for nodes is not smart enough #94

yuema137 opened this issue Apr 1, 2024 · 0 comments

Comments

@yuema137
Copy link
Contributor

yuema137 commented Apr 1, 2024

Sometimes, the jobs are submitted to nodes that are already occupied by other jobs so the new jobs are always PD. But if we check the node status, for example:
nodestatus xenon1t
We will see that there are actually a lot of usable nodes. Then if the user specify the available node, the job can be submitted immediately.

So it seems that the auto assignment of nodes in slurm is not smart enough. But this cannot be changed by us as it's set by UChicago cluster. In order to solve this problem I think we should add a layer in batchq to allow users to scan for available nodes and only include them for submission.

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

1 participant