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

Re: [Condor-users] Getting the output and error logs for an executing job



Horvátth Szabolcs wrote:
> Hi Pascal,
> 
> Thanks for the tip!
>> you can tell Condor to stream the stdout and/or stderr to the submitting
>> machine, via the following two options in the submit file:
>>
>> stream_output=True
>> stream_error=True
>>   
> The problem is that I'm using chirp and as far as I remember that 
> disables the streaming.  And I also would like to avoid constant network 
> IO from the workers to the file server.
> 
> Cheers,
> Szabolcs

If you want to get data about a running job and don't want to have that data transferred to the schedd, you might try connecting to the machine where the job is running and looking at the data. condor_q -run x.y will show you where job x.y is running.

Imagine if there were a way to ssh to a job's environment, that'd be cool.

Best,


matt