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

PBS memory scaling factor leads to too many cores #102

Open
dsschult opened this issue Aug 8, 2017 · 0 comments
Open

PBS memory scaling factor leads to too many cores #102

dsschult opened this issue Aug 8, 2017 · 0 comments

Comments

@dsschult
Copy link
Collaborator

dsschult commented Aug 8, 2017

On a cluster with these settings:

scheduler = PBS
mem_per_core = 3500
max_memory_per_job = 14000
max_cpus_per_job = 4 

We can get the situation where 14000 MB of memory is requested, which is allowed, and then because of the 1.05 scaling factor (in write_submit_file()) for memory we get 5 cpus allocated, which is a problem.

Fix this to maintain the maximum cpus and memory requested, even if we have to reject the job.

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

No branches or pull requests

1 participant