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

Re: [Condor-users] running multiple jobs at the same time ona givenmachine....



http://www.cs.wisc.edu/condor/manual/v6.7/3_10Setting_Up.html#sec:Configuring-SMP

Read this section about setting up condor on a multi cpu machine...three is something called virtual machines in there..perhaps even if your machine is not a dual proc..you can trick condor in to thinking it is....

This is what i put in my own local.confog for each dual proc machine that i have...this splits teh resources automatically between each proccessor.

NUM_CPUS=2
COUNT_HYPERTHREAD_CPUS=FALSE
#MEMORY=2000
VIRTUAL_MACHINE_TYPE_1=50%
VIRTUAL_MACHINE_TYPE_2=50%

JW