Subject: [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:
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?