bug-parallel
[Top][All Lists]
Advanced

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

Re: GNU Parallel Bug Reports trouble with space after filename substitut


From: Ole Tange
Subject: Re: GNU Parallel Bug Reports trouble with space after filename substitution
Date: Tue, 6 Jan 2015 22:19:20 +0100

On Tue, Jan 6, 2015 at 7:43 PM, Rob Sargent <address@hidden> wrote:
> On 01/06/2015 11:21 AM, Ole Tange wrote:
>
> parallel --verbose --joblog ba.ll --jobs 6 java -cp . BillAuer {1} 9 {2} "
>
>>>  {//}/peakdector.{2}" :::: pvalFilelist ::: 15 20 25 30 35 40
>
>
> This behaves the same way.  The verbose is there just to see what parallel
> is up to.

Please simplify the command. Remove all options that are not needed to
show the issue. If you need to use pvalFilelist, then see how small
you can make that while still showing the issue, and include the file.
See if you can reproduce the error without requiring java and
peakdectector. Do you really need all the numbers? Can you reproduce
it with only 1? Or maybe completely remove it?

So when I ask you to minimize the command I expect you to give me
something like:

  parallel echo {1} / {2} ::: a.b ::: b.c

and then I expect you to write: I expected output "xxx" but I got output "yyy".

Right now I spend too much time trying to understand what your problem
is, and too little time actually helping you.

If it is still unclear to you what I need, please read the section
'REPORTING BUGS' in man parallel.


/Ole



reply via email to

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