On Fri, Aug 31, 2012 at 10:10 PM, Paul Dubuc <w...@paul.dubuc.org> wrote: > > Command output is: > >> * The bugid: host check unmatched short jobline: 4 : > cat parallel.args | /projects/pmd25/parallel/bin/parallel --filter-hosts > --joblog ./parallel.log --wd `pwd` --slf ./parallel.logins
When looking at the content of parallel.args I think you will be happy to learn about --nonall. The bug is confirmed, and seems to be related to --slf + --filter-hosts. This also fails: parallel --nonall --filter-hosts --sshloginfile <(echo localhost) uname -a /Ole