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

CPU generator: specify core configs for specific cores #458

Open
password636 opened this issue Jan 20, 2021 · 0 comments
Open

CPU generator: specify core configs for specific cores #458

password636 opened this issue Jan 20, 2021 · 0 comments

Comments

@password636
Copy link

I'm using an array of core configs like below, but not sure how to skip certain cores "formally", an "empty" openperfclient.CpuGeneratorCoreConfig object, None or just setting utilization to 0, either won't work,

config = openperfclient.CpuGeneratorConfig()
config.cores = [<openperfclient.CpuGeneratorCoreConfig object>, ...]
config.method = "cores"

all reported error.

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