[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] sharing cpu performance
- Date: Thu, 24 Nov 2011 10:01:36 +0100
- From: "D.Yilmaz" <d.yilmaz@xxxxxx>
- Subject: [Condor-users] sharing cpu performance
I have 2 processor, quad core system and I see total 8 processors in my system.
I wanted to share the total cpu performance to the 4 condor slot and I put the following two lines in my condor configuration.
SLOT_TYPE_1 = cpus=25%
NUM_SLOTS_TYPE_1 = 4
When I checked the performance of the system with top command I see condor is only using the for 4 cores of the total system other 4 cores looks idle. Could you tell me what's wrong?
Thanks a lot,
Dogan