bug-parallel
[Top][All Lists]
Advanced

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

GNU Parallel Bug Reports unexpected failure due to ssh line length excee


From: E V
Subject: GNU Parallel Bug Reports unexpected failure due to ssh line length exceeded error
Date: Tue, 28 Jan 2014 15:15:46 -0500

$ parallel --version
GNU parallel 20140122

$ seq 1000000000000000 1000000001000000 > lots_o_number.txt

$ parallel --sshloginfile ~/sshparallellogins -N 10000 echo {} <
lots_o_number.txt > lots_o.log
parallel: Warning: No more processes: Decreasing number of running
jobs to 4. Raising ulimit -u or /etc/security/limits.conf may help.
...

Continously outputs warnings and doesn't finish in a timely manor,
because of a line length error on the remote ssh's startup.
Running -N 1000 no Warning's and works fine.



reply via email to

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