Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] finished job
- Date: Fri, 11 Jan 2008 09:27:00 -0600
- From: Alain Roy <roy@xxxxxxxxxxx>
- Subject: 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