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

Re: [Condor-users] transfer output files back to the submit machine every hour




The standard output and error files may be streamed back to the submit machine using stream_output=true and stream_error=true in the submit file.

Other files could be pushed back periodically to the submit machine using Condor's chirp mechanism.

The following section in the manual describes how to use chirp from java. There is also a C library for chirp.

http://www.cs.wisc.edu/condor/manual/v6.6/2_8Java_Applications.html#SECTION00382000000000000000

--Dan

Martin Zonda wrote:

Hi
I want to ask if
it is possible to adjust Condor's File Transfer Mechanism for a long job in such a way that Condor would transfer output files back to the submit machine every hour (for example)?
If it is possible, how can I manage this?

Thank you

Martin

------------------------------------------------------------------------

_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at: https://lists.cs.wisc.edu/archive/condor-users/