SlurmNodeSet
import type { SlurmNodeSet } from "https://googleapis.deno.dev/v1/hypercomputecluster:v1.ts";Configuration for Slurm nodesets in the cluster. Nodesets are groups of compute nodes used by Slurm that are responsible for running workloads submitted to the cluster.
§Properties
Optional. ID of the compute resource on which this nodeset will run. Must match a key in the cluster's compute_resources.
Optional. If set, indicates that the nodeset should be backed by Compute Engine instances.
Optional. Controls how many additional nodes a cluster can bring online to handle workloads. Set this value to enable dynamic node creation and limit the number of additional nodes the cluster can bring online. Leave empty if you do not want the cluster to create nodes dynamically, and instead rely only on static nodes.
Optional. Number of nodes to be statically created for this nodeset. The cluster will attempt to ensure that at least this many nodes exist at all times.
Optional. How storage resources should be mounted on each compute node.