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

Re: [HTCondor-users] Job Realtime output file



On Feb 26, 2013, at 9:54 AM, R. Kent Wenger <wenger@xxxxxxxxxxx> wrote:

> On Tue, 26 Feb 2013, Guillermo Marco Puche wrote:
> 
>> Since my jobs take some hours or even days to complete it would be nice to update the output file stored in condor directory. At this moment my output file gets updated with standard output only when job is completed.
>> 
>> Is there any way, let's say every X minutes or seconds to update the output file? That way I could check job execution without login to grid SGE cluster.
> 
> It sounds like streaming output should do what you want.  Take a look at the relevant section in the condor_submit man page:
> 
> http://research.cs.wisc.edu/htcondor/manual/v7.9/condor_submit.html#81025

The streaming of output files isn't supported for grid universe jobs.

Streaming of output should work with Bosco's multi-cluster mode. The potential drawback there is that your home machine needs to be contactable from the execution machines and needs to stay on the network for the duration of the job's run.

Thanks and regards,
Jaime Frey
UW-Madison HTCondor Project