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

[Condor-users] Re: Hyperthreading



> I have a 2 processor in my pool which shows up as 4 VMs since
> Hyperthreading is enabled. It runs Red Hat 8.0

It looks like the kernel on Red Hat 8.0 might format /proc/cpuinfo (with
respect to hyperthreading) differently then later versions. If you could
send me the contents of /proc/cpuinfo I'll work on fixing this for a
future release. In the meantime you can set NUM_CPUS to 2 in your condor
config (followed by "condor_restart -startd") to force condor into think
it's running on a dual-cpu machine.

        --Nate