parallel
[Top][All Lists]
Advanced

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

Re: Sending scripts to other machines with data


From: Ole Tange
Subject: Re: Sending scripts to other machines with data
Date: Tue, 16 Nov 2010 09:10:10 +0100

On Mon, Nov 15, 2010 at 10:14 PM, R. Tyler Croy <tyler@monkeypox.org> wrote:

> I am trying to take use of a few machines for processing data, with something
> like this:
>
>    % ls data.txt.* | parallel --sshloginfile ./computers --transfer --cleanup 
> process.sh
>
> The problem in this example is that if I'm actively working on "process.sh" I
> have to sync it to the other "worker" machines every time I do a new run.
>
> Is there any way with Parallel to --transfer "workfiles" in addition to the
> data I'm going to work on?

Do you mean like --basefile?

/Ole



reply via email to

[Prev in Thread] Current Thread [Next in Thread]