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

[Condor-users] Getting an early look at stdout file (Windows)



We plan to run Condor 7.4 on Windows.  Vanilla universe, although
Standard universe *might* be possible.

The application sends output to stdout which will be important for us
to distinguish between a long-running job and a hung job.

*** Is there a way to get a look at stdout without having to wait
until the job has been completed? ***

Since we are running under Windows, my understanding is we must use
the Condor File Transfer Mechanism, and that stdout would be written
to a temporary file on the execution computer.  Is there a way to ask
Condor to send a copy of that temporary file while the job is running?

Alternately, in our environment we will have full control of the
execution computer(s), and so can give submitters the rights to read
temporary files directly from the execution computers - so, is there a
way to identify the name of the temporary file being used to receive
stdout so that we might open it directly?

Thanks in advance!

Lee Schipper