On Wed, Jul 11, 2012 at 3:02 AM, etheridge stephen <[email protected]> wrote: > Hi all > I have quite happily got parallel working to run a distributed grep over a > given subdirectory of two machines with a command something like: > > parallel -q -onall -sshloginfile mycomputers grep -E -H '123456789' > :::/home/test/*.txt > > but nothing similar will let me run a simple perl script on the same two > machines. Can anyone help me with the syntax? The scripts are called > test.pl and it is on both machines in the same folder.
Are you looking for --nonall ? http://www.gnu.org/software/parallel/man.html#example__running_the_same_command_on_remote_computers /Ole
