[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



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