@@ -18,7 +18,6 @@ md_toc github examples/README.md | sed -e "s/\s-\s/ * /"
1818* [ Blueprint Descriptions] ( #blueprint-descriptions )
1919 * [ hpc-slurm.yaml] ( #hpc-slurmyaml- ) ![ core-badge]
2020 * [ hpc-enterprise-slurm.yaml] ( #hpc-enterprise-slurmyaml- ) ![ core-badge]
21- * [ hpc-slurm-static.yaml] ( #hpc-slurm-staticyaml- ) ![ core-badge]
2221 * [ hpc-slurm6-tpu.yaml] ( #hpc-slurm6-tpuyaml-- ) ![ community-badge] ![ experimental-badge]
2322 * [ hpc-slurm6-tpu-maxtext.yaml] ( #hpc-slurm6-tpu-maxtextyaml-- ) ![ community-badge] ![ experimental-badge]
2423 * [ hpc-slurm6-apptainer.yaml] ( #hpc-slurm6-apptaineryaml-- ) ![ community-badge] ![ experimental-badge]
@@ -305,35 +304,6 @@ to 256
305304
306305[hpc-enterprise-slurm.yaml] : ./hpc-enterprise-slurm.yaml
307306
308- # ## [hpc-slurm-static.yaml] ![core-badge]
309-
310- This example demonstrates how to create a partition with static compute nodes.
311- See [Best practices for static compute nodes] for instructions on setting up a
312- reservation and compact placement policy.
313-
314- Before deploying this example the following fields must be populated in the bluerpint :
315-
316- ` ` ` yaml
317- project_id: ## Set GCP Project ID Here ##
318- static_reservation_name: ## Set your reservation name here ##
319- static_reservation_machine_type: ## Machine must match reservation above ##
320- static_node_count: ## Must be <= number of reserved machines ##
321- ` ` `
322-
323- For more resources on static compute nodes see the following cloud docs pages :
324-
325- * [About [Slurm] node types](https://cloud.google.com/cluster-toolkit/docs/slurm/node-types)
326- * [Best practices for static compute nodes]
327- * [Reconfigure a running cluster](https://cloud.google.com/cluster-toolkit/docs/slurm/reconfigure-cluster)
328- * [Manage static compute nodes](https://cloud.google.com/cluster-toolkit/docs/slurm/manage-static-nodes)
329-
330- For a similar, more advanced, example which demonstrates static node
331- functionality with GPUs, see the
332- [ML Slurm A3 example](./machine-learning/README.md).
333-
334- [Best practices for static compute nodes] : https://cloud.google.com/cluster-toolkit/docs/slurm/static-nodes-best-practices
335- [hpc-slurm-static.yaml] : ./hpc-slurm-static.yaml
336-
337307# ## [hpc-slurm6-tpu.yaml] ![community-badge] ![experimental-badge]
338308
339309Creates an auto-scaling Slurm cluster with TPU nodes.
0 commit comments