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

Re: [Condor-users] retrieving a job's output



Hi,

> I would also like to know if there is a way for knowing when a job is
> finished automaticaly without polling the queue or the log fileor
> something like that. I was wonderring if There is a way to wait
> untill a job ends. 

The condor_wait command may do what you want (though I think that
internally it polls the log file):

you run it like this:

condor_wait logfile

(where logfile is the logfile of the job you want to wait upon)
The command will return only when the job has finished.

Hope this helps.

Best wishes,

Pascal