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

Refactor preferred_num_cpu to get from QueueConfig #9608

Open
oyvindeide opened this issue Dec 20, 2024 · 0 comments
Open

Refactor preferred_num_cpu to get from QueueConfig #9608

oyvindeide opened this issue Dec 20, 2024 · 0 comments

Comments

@oyvindeide
Copy link
Collaborator

Currently we get the number of CPUs from a property calculated on the fly from ErtConfig:

def preferred_num_cpu(self) -> int:
, this should not be calculated on the fly, but set on the QueueConfig when we parse the configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant