Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] does condor transfer output files to submitclient machines ?
- Date: Wed, 21 Feb 2007 10:15:15 -0800
- From: Yang Y Yang <yyang@xxxxxxxxxxxxx>
- Subject: Re: [Condor-users] does condor transfer output files to submitclient machines ?
Thanks Todd and Jordi:
> ip addrs (like a laptop). In this case you'd use the "-s" option and the
> "-n" option with condor_submit to specify spooling of data files and to
> specify a remote machine running a schedd, respectively. Then you'd
> periodically run the condor_transfer_data tool, which will pull back any
This is what I need, tried it. it pulls back the
result files successfully. but the jobs on the remote
schedd are still in "complete" state, this is the
right behavior, right?
Thanks
Yang
> spooled output files from completed jobs that are sitting on the remote
> machine running the schedd.
>
> ---
> Todd Tannenbaum
> Dept of Computer Sciences
> University of Wisconsin-Madison
> <-- Sent from a Palm Treo 680 -->
>
> -----Original Message-----
>
> From: Jordi Funollet <jordi.f@xxxxxx>
> Subj: Re: [Condor-users] does condor transfer output files to submitclient machines ?
> Date: Wed Feb 21, 2007 7:43 am
> Size: 727 bytes
> To: Condor-Users Mail List <condor-users@xxxxxxxxxxx>
>
> Hi Yang,
>
> I suspect that file transfer is done through Condor's daemons. You'll need
> to run 'condor_master' and 'condor_schedd' on your submit nodes, not just
> condor binaries.