Skip to content
Snippets Groups Projects

Fix A100 Nodes were missing from CPU Core Count Check

Merged Mike Hanby requested to merge fix-added-a100-nodes-to-cpu-core-check into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -22,7 +22,7 @@
@@ -22,7 +22,7 @@
{c00[97-99],c0[100-114]} || check_hw_cpuinfo 2 28 48
{c00[97-99],c0[100-114]} || check_hw_cpuinfo 2 28 48
{c0[115-149]} || check_hw_cpuinfo 2 24 24
{c0[115-149]} || check_hw_cpuinfo 2 24 24
{c0[150-201]} || check_hw_cpuinfo 2 48 48
{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).
# 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%
{c00[97-99],c0[100-114]} || check_hw_physmem 256gb 256gb 5%
Loading