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

Re: [Condor-users] redirect output file to another machine in the samepool



If you’re using transfer-on-exit I can’t think of a way to tell Condor to put the output file on another machine. It’ll always want to transfer it back to the iwd for the job.  You could try streaming output and putting the output file path to the remote machine:

 

output = /path/to/remote/machine/out

stream_output = true

 

See: http://www.cs.wisc.edu/condor/manual/v7.0/condor_submit.html#56958 for more information on stream_output.

 

- Ian

 


From: condor-users-bounces@xxxxxxxxxxx [mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Mohamed Salah Meddeb
Sent: Saturday, February 07, 2009 2:35 PM
To: condor-users@xxxxxxxxxxx
Subject: [Condor-users] redirect output file to another machine in the samepool

 

Hi all,
this my condor file

---------------------------------------
Executable      = x264
Universe        = vanilla
Error           = err
Output          = out
Log             = log

initialdir      = jobs/stefan_cif_352x288/stefan_cif_1_10_352x288_1

should_transfer_files = YES
when_to_transfer_output = ON_EXIT
transfer_input_files = stefan_cif_1_10_352x288_1.yuv
transfer_output_files = stefan_cif_1_10_352x288_1.264

Arguments       = --qp 24 --bframes 1 --ref 5 --8x8dct --subme 6 --trellis 2 --me umh --mixed-refs --direct spatial --no-b-adapt --keyint 999 --scenecut -1 -o stefan_cif_1_10_352x288_1.264 stefan_cif_1_10_352x288_1.yuv
Queue
----------------------------------

it works very well, with this configuration the output file is sent to the UI (the machine which sends the job)
I need to send the output file to another machine in the same pool
if is it possible (to send the output to another machine) what I should modify/add to this condor file to resolve the problem?

 


Ne pleurez pas si votre Webmail ferme. Récupérez votre historique sur Yahoo! Mail



Confidentiality Notice.
This message may contain information that is confidential or otherwise protected from disclosure. If you are not the intended recipient, you are hereby notified that any use, disclosure, dissemination, distribution, or copying of this message, or any attachments, is strictly prohibited. If you have received this message in error, please advise the sender by reply e-mail, and delete the message and any attachments. Thank you.