Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Activating file transfer in standard universe
- Date: Fri, 19 Nov 2004 14:07:19 -0600
- From: Erik Paulson <epaulson@xxxxxxxxxxx>
- Subject: Re: [Condor-users] Activating file transfer in standard universe
On Fri, Nov 19, 2004 at 09:02:41PM +0100, Nacho S?nchez Lara wrote:
> Hello all,
>
> I've been testing a process which reads 2 files and writes another 2,
> but with many input/output operations and it's far too slower running
> in standard than in vanilla. I't due to the remote system calls vs. file
> transfer. I've tried to force it to send the files in the job configuration
> file, but it won't work.
>
> What do I have to do in order to send files instead of using system remote
> calls or file input/output in standard universe?
See the fetch_files command in the condor_submit manpage:
http://www.cs.wisc.edu/condor/manual/v6.6.7/condor_submit.html#SECTION0010313000000000000000
-Erik