From 082362237d3199c733655a56ed5f2fbece79d1a0 Mon Sep 17 00:00:00 2001 From: Mike Hanby <mhanby@uab.edu> Date: Mon, 14 Aug 2023 14:13:49 -0400 Subject: [PATCH] Fix A100 Nodes were missing from CPU Core Count Check --- nhc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nhc.conf b/nhc.conf index 631d412..3b387ff 100644 --- a/nhc.conf +++ b/nhc.conf @@ -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% -- GitLab