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

Re: [Condor-users] finished job



On Jan 11, 2008 1:36 PM, Ivailo Penev <ivailo.penev@xxxxxxxxxxxxxxxx> wrote:
>
> Hi everybody,
>
>
>
> How can I understand if a job has finished successfully? Is the only signal
> about that "*.out" file size different from zero?
>

You can:

Query the queue (requires keeping the job in the queue post completion
and removing it by hand)
Look at the job's user log (not the standard out or err)

plus ever more complex stuff with dagman/condor_wait if you like but
they are the means of getting at the raw information

Matt