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

default ncpus to vcpu_count #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

themorey
Copy link

this supports scheduling to all vcpus on HT VMs and does not impact non-HT VMs

this supports scheduling to all vcpus on HT VMs and does not impact non-HT VMs
@themorey
Copy link
Author

As a data point, the Gridengine project autoscale.json defaults to vcpu

@themorey
Copy link
Author

themorey commented Feb 9, 2022

another data point...the documenation says the default is vcpu_count
https://docs.microsoft.com/en-us/azure/cyclecloud/openpbs?view=cyclecloud-8#defining-openpbs-resources

The default resources defined with the cluster template we ship with are

{"default_resources": [
   {
      "select": {},
      "name": "ncpus",
      "value": "node.vcpu_count"
   },

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

Successfully merging this pull request may close these issues.

1 participant