parallel
[Top][All Lists]
Advanced

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

Re: GNU Parallel seems to drop data


From: Dirk Eddelbuettel
Subject: Re: GNU Parallel seems to drop data
Date: Wed, 26 Sep 2012 01:23:28 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Ole Tange <ole <at> tange.dk> writes:
> Please paste the full output of:
> 
> parallel --version

Sure. I tried 0422 and 0822 which both fail, though in different ways.  What I 
sent earlier used 0422.

Dirk


edd@max:/tmp/parallel$ cd dataSerial/
edd@max:/tmp/parallel/dataSerial$ parallel wc ::: A.txt B.txt 
parallel: Input is read from the terminal. Only experts do this on purpose. 
Press CTRL-D to exit.
  C-c C-c
edd@max:/tmp/parallel/dataSerial$ parallel wc :: A.txt B.txt 
parallel: Input is read from the terminal. Only experts do this on purpose. 
Press CTRL-D to exit.
  C-c C-c
edd@max:/tmp/parallel/dataSerial$ parallel --version
WARNING: YOU ARE USING --tollef. USE --gnu FOR GNU PARALLEL

GNU parallel 20120422
Copyright (C) 2007,2008,2009,2010,2011,2012 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.

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

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.

(and this I upgraded to 0822 from the SuSE build server)

edd@max:/tmp/parallel/dataSerial$ parallel wc :: A.txt B.txt 
/bin/bash: ::: command not found
/bin/bash: A.txt: command not found
/bin/bash: B.txt: command not found
  C-c C-c
edd@max:/tmp/parallel/dataSerial$ parallel wc ::: A.txt B.txt 
/bin/bash: :::: command not found
/bin/bash: A.txt: command not found
/bin/bash: B.txt: command not found
  C-c C-c
edd@max:/tmp/parallel/dataSerial$ parallel --version
WARNING: YOU ARE USING --tollef. USE --gnu FOR GNU PARALLEL

GNU parallel 20120822
Copyright (C) 2007,2008,2009,2010,2011,2012 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.

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

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.
edd@max:/tmp/parallel/dataSerial$ 




reply via email to

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