Skip to content
Snippets Groups Projects
Commit 9d411ec3 authored by Mike Hanby's avatar Mike Hanby
Browse files

Merge branch 'fix-added-a100-nodes-to-cpu-core-check' into 'main'

Fix A100 Nodes were missing from CPU Core Count Check

See merge request !5
parents b154d1f9 08236223
No related branches found
No related tags found
1 merge request!5Fix A100 Nodes were missing from CPU Core Count Check
......@@ -22,7 +22,7 @@
{c00[97-99],c0[100-114]} || check_hw_cpuinfo 2 28 48
{c0[115-149]} || check_hw_cpuinfo 2 24 24
{c0[150-201]} || check_hw_cpuinfo 2 48 48
{c0[202-235]} || check_hw_cpuinfo 2 128 128
{c0[202-255]} || check_hw_cpuinfo 2 128 128
# Set these to the amount of physical RAM you have (leave the fudge factor).
{c00[97-99],c0[100-114]} || check_hw_physmem 256gb 256gb 5%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment