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: Henry Bent
Subject: Re: GNU Parallel Bug Reports parallel not functional on Solaris 10
Date: Mon, 12 Nov 2018 17:16:15 -0500



On Mon, 12 Nov 2018 at 17:08, Ole Tange <address@hidden> wrote:
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.

You found it, I had $PARALLEL set in my environment.  It must have been from something a long time ago; I have forgotten what would have wanted that variable set.  This was obviously user error and thank you for helping me through it.  On the plus side, this was a good excuse to clean out many years of cruft in my .cshrc.

-Henry

reply via email to

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