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

Re: [Condor-users] finished job




On Jan 11, 2008, at 7:36 AM, Ivailo Penev 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 ask for a "user log" file to be created. In your submit file, do something like this:

log = job.log

The job.log file will record when the job was submitted, when it ran, and when it completed.

-alain