Hi,
I'm just testing GNU parallel, and it looks very nice. But I have a
problem with very long running jobs, which at some point I would like to
abort. If I do Ctrl-c to parallel, the jobs will continue to run
remotely, and then I have to manually kill them. Searching in the
archives, I found a su
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 t
On Wed, Jul 11, 2012 at 4:04 PM, Angel de Vicente wrote:
> Hi,
>
> I'm just testing GNU parallel, and it looks very nice. But I have a
> problem with very long running jobs, which at some point I would like to
> abort. If I do Ctrl-c to parallel, the jobs will continue to run
> remotely, and then