parallel
[Top][All Lists]
Advanced

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

annoying tollef warnings when using --onall or --nonall


From: Felipe Alvarez
Subject: annoying tollef warnings when using --onall or --nonall
Date: Tue, 24 Dec 2013 15:49:00 +1000

please CC me

I am running multiple commands on remote servers. I have configured ~/.parallel/servers with 

---------->8-----------
ssh -o "PreferredAuthentications publickey" -nqT manager@abc
ssh -o "PreferredAuthentications publickey" -nqT manager@allc
ssh -o "PreferredAuthentications publickey" -nqT manager@arn
[..snip...]
----------8<------------

When I use --gnu WITHOUT --nonall or WITHOUT --onall, that I don't get the trollef warning.

> $B/parallel --gnu  -j1 --sshloginfile ~/.parallel/servers ::: hostname
allc.local

 However, if I do use --nonall or --onall, then I get the trollef warning. Latest version

 > [felipe(tip.)@fred ~]$ $B/parallel --nonall --gnu  -j1 --sshloginfile ~/.parallel/servers ::: hostname
 > parallel: Warning: YOU ARE USING --tollef. IF THINGS ARE ACTING WEIRD USE --gnu.
 > parallel: Warning: --tollef is obsolete and will be retired 20140222.
 > parallel: Warning: YOU ARE USING --tollef. IF THINGS ARE ACTING WEIRD USE --gnu.
 > parallel: Warning: --tollef is obsolete and will be retired 20140222.
> ^C

 > [felipe(tip.)@fred ~]$ $B/parallel --onall --gnu  -j1 --sshloginfile ~/.parallel/servers ::: hostname
 > parallel: Warning: YOU ARE USING --tollef. IF THINGS ARE ACTING WEIRD USE --gnu.
 > parallel: Warning: --tollef is obsolete and will be retired 20140222.
 > parallel: Warning: YOU ARE USING --tollef. IF THINGS ARE ACTING WEIRD USE --gnu.
 > parallel: Warning: --tollef is obsolete and will be retired 20140222.
> ^C

parallel -V --gnu
GNU parallel 20131222
Copyright (C) 2007,2008,2009,2010,2011,2012,2013 Ole Tange and Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
GNU parallel comes with no warranty.


When using GNU Parallel for a publication please cite:

O. Tange (2011): GNU Parallel - The Command-Line Power Tool,
;login: The USENIX Magazine, February 2011:42-47.

please CC me

Cheers,
Felipe

reply via email to

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