[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] Condor only detecting 1 core on i7-14700



On 4/14/24 21:14, Lyle Pakula wrote:
Hi

Recently added two new nodes with i7-14700 chips and condor only sees them as 1 core with all memory

https://www.intel.com/content/www/us/en/products/sku/236781/intel-core-i7-processor-14700-33m-cache-up-to-5-40-ghz/specifications.html

slot1@xxxxxxxxxxxxxxx    LINUX      X86_64 Unclaimed Idle      0.000 64055  0+0


Hi Lyle:

HTCondor now creates "partitionable" slots (or p-slots) by default.  If you run

$ condor_status -af Name Cpus

I think you'll see that each of these pslot contains the correct number of cpus, and when they are matched with jobs, a "dynamic" slot is split off of the pslot, and the number of cpus, memory and disk is decremented from the pslot.

If you want to configure these machines as static slots, just add 

use FEATURE : StaticSlots

to the execute machine's config file.


-greg