bug-parallel
[Top][All Lists]
Advanced

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

GNU Parallel Bug Reports parallel-20100422 bug


From: tivonheng
Subject: GNU Parallel Bug Reports parallel-20100422 bug
Date: Tue, 10 May 2011 10:37:39 +0800
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10

At first, I'm sorry about that my english is not good .
I find a bug within parallel-20100422 ,
For example,using parallel distribute the work to remote computer like below:

    $  parallel --trc {}.gz -S server.example.com "gzip -9 {}" ::: `ls *`

It will prompt :
rsync error: syntax or usage error (code 1) at main.c(1231) [client=2.6.8]
    rsync: --remove-source-files: unknown option

I find in the paralell script lines 2867, modify""--remove-source-files" to "" --remove-sent-files" can fixed it .







reply via email to

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