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

Allow unique configuration for each compute resource #284

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

cartalla
Copy link
Contributor

@cartalla cartalla commented Nov 6, 2024

NOTE Minor changes to the config schema. DisableSimultaneousMultithreading has move to the InstanceConfig section so that it can be set per compute resource.

Right UseOnDemand, UseSpot, and DisableSimultaneousMultithreading are global parameters affect all instance types.
Add new configuration option to use the existing parameters as defaults for each instance type, but allow them to be configured for each included instance family and each included instance type.

This allows admins to reduce the number of compute resources by, for example, only configuring spot for small instance types, but not for larger ones.

Resolves #277

Add documentation of manual commands for deconfiguring before deleting cluster.

Resolves #282

=========================================================================

Go through everything and change the original term I used, Submitter, to External Login Node. Just need to make things consistent.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Right UseOnDemand, UseSpot, and DisableSimultaneousMultithreading are global
parameters affect all instance types.
Add new configuration option to use the existing parameters as defaults for
each instance type, but allow them to be configured for each included instance
family and each included instance type.

This allows admins to reduce the number of compute resources by, for example,
only configuring spot for small instance types, but not for larger ones.

Resolves #277

Add documentation of manual commands for deconfiguring before deleting cluster.

Resolves #282

=========================================================================

Go through everything and change the original term I used, Submitter, to External Login Node.
Just need to make things consistent.
@cartalla cartalla linked an issue Nov 6, 2024 that may be closed by this pull request
@cartalla cartalla merged commit 835f62b into main Nov 6, 2024
@cartalla cartalla deleted the 277-enable-spot-for-only-certain-instancetypes branch November 6, 2024 01:54
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.

document command11SubmitterDeconfigure command in instructions. Enable spot for only certain InstanceTypes
1 participant