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

[HTCondor-users] Does Condor see the physical number of CPU core in NUM_CPU?



Hi,

I use KVM/QEMU virutalization running several VMs. Each is assigned two CPU. But I was able to fill NUM_CPU = 4 and I wonder if this means condor is actually utilizing 4 cpu cores rather than 2 as defined. 

slaveadmin@slave1-2:~$ cat /proc/cpuinfo | grep processor | wc -l
2

Thanks!

John