bug-parallel
[Top][All Lists]
Advanced

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

Possible bug with parallel using --tmux


From: Dimitar DIMITROV
Subject: Possible bug with parallel using --tmux
Date: Thu, 12 Nov 2020 13:48:39 +0000 (UTC)

Hi,

https://www.gnu.org/software/parallel/parallel_tutorial.html#A-terminal-for-every-job
this example from the docs fails for me with the following error:

% seq 10 20 | parallel --tmux 'echo start {}; sleep {}; echo done {}'
parallel: Error: Command line too long (61 >= -2516) at input 0: 10

here is my configuration:

% uname
Darwin

% echo $ZSH_VERSION
5.8

% parallel --version
GNU parallel 20201022
Copyright (C) 2007-2020 Ole Tange, http://ole.tange.dk and Free Software
Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
GNU parallel comes with no warranty.

Web site: https://www.gnu.org/software/parallel

When using programs that use GNU Parallel to process data for publication
please cite as described in 'parallel --citation'.

% tmux -V
tmux 3.1c

Regards

Dimitar Dimitrov



reply via email to

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