Aborting remote jobs with GNU parallel?

2012-07-11 Thread Angel de Vicente
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

Simple query

2012-07-11 Thread etheridge stephen
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

Re: Aborting remote jobs with GNU parallel?

2012-07-11 Thread Ole Tange
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