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

Re: [HTCondor-users] running parallel applications



On 4/28/2014 2:21 AM, Thomas Geenen wrote:
i installed condor version 8.1.4 both on a linux workstation and a macbook 
i configured condor to allow jobs to be submitted from the macbook on the linux workstation and that works ok

however i would like to run parallel jobs using the parallel universe
i configured both installations according to the manual


i can query the status to see if the DedicatedScheduler is used and find on the linux workstation

$condor_status -long |grep Ded
DedicatedScheduler = "DedicatedScheduler@xxxxxxxxxxxxx"
DedicatedScheduler = "DedicatedScheduler@xxxxxxxxxxxxx"
DedicatedScheduler = "DedicatedScheduler@xxxxxxxxxxxxx"
DedicatedScheduler = "DedicatedScheduler@xxxxxxxxxxxxx"

You'll want the DedicatedScheduler to be set to

"DedicatedScheduler@xxxxxxxxxxxxxxxxxxxxxxxxxxxx"

as the right-hand side, as that's what the schedd's name is, so that the machines match the subitter

-Greg