bug-parallel
[Top][All Lists]
Advanced

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

Re: GNU Parallel Bug Reports parallel not functional on Solaris 10


From: Ole Tange
Subject: Re: GNU Parallel Bug Reports parallel not functional on Solaris 10
Date: Mon, 12 Nov 2018 23:08:06 +0100

On Sun, Nov 11, 2018 at 4:15 PM Henry Bent <address@hidden> wrote:
> On Sun, 11 Nov 2018 at 06:51, Ole Tange <address@hidden> wrote:
>> On Thu, Nov 8, 2018 at 3:08 AM Henry Bent <address@hidden> wrote:
>>
>> > Running on Solaris 10 1/13 x86, any spawned job is preceded by a stray 
>> > "2".  Example:
>> >
>> > % parallel --verbose -k echo ::: A B C > abc-file
>> > 2: Command not found.
>
> The machine in question is running:
> SunOS optiplex 5.10 Generic_150401-59 i86pc i386 i86pc
>
> Which I would not think would be appreciably different from your testing 
> platforms.

I agree. I have the feeling the problem is elsewhere.

> optiplex% parallel -Dall echo ::: A
:
> 2 echo Context:  Non: 5 Ctxgrp:  NonCtxGrp: 2

So the 2 is present very early.

If I set PARALLEL to 2 then I get the same result:

% setenv PARALLEL 2
% parallel -Dall echo ::: 1
:
2 echo Context:  Non: 5 Ctxgrp:  NonCtxGrp: 2

So:
Is $PARALLEL set?
Are these empty:
  ~/.parallel/config
  ~/.parallelrc
  /etc/parallel/config

I have the feeling one of those contain something that results in the
extra '2'. Maybe something like:

% setenv PARALLEL "--jobs 3 2"
% parallel echo ::: A
2: Command not found.

What is the output of:

% parallel --plain echo ::: A

--plain ignores $PARALLEL and config files.

/Ole



reply via email to

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