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

[Condor-users] job is not kept in queue even though execute machine is busy



Hello,

I'm a newbie and I've installed condor on 5 windows xp machines. I've want to execute a job on one particular machine (from another machine) and here is my job submission file:

universe=vanilla
executable=t.bat
Rank=(machine=="xxx")
output=logs/toutput.log
log=logs/tcondor.log
notification=never
queue

The job is getting executed and the target machine is busy. Now I want to submit another job to the same machine (while the first job is still being executed). I thought condor will queue this job until the target machine becomes available since it is busy currently executing first job. But the second job is immediately submitted. What is the reason for this? Why is condor not waiting for the first job to finish before it can execute the second job?

Please help

Thanks in advance.