Dynamic allocation in Compute Farm

How does the compute cluster dynamically allocate nodes to ensure efficient task execution while meeting the task’s requirements?

1 Like

Hi @kousalya.jayasankar
The task execution begins with a minimal number of allocated nodes and automatically scales up by spawning additional nodes as needed until reaching the maximum allocated nodes. This ensures efficient fulfillment of the task’s requirements within the compute cluster.