bug-parallel
[Top][All Lists]
Advanced

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

Re: Bug-parallel post from address@hidden requires approval


From: Ole Tange
Subject: Re: Bug-parallel post from address@hidden requires approval
Date: Wed, 6 Oct 2010 15:54:05 +0200

From: Postmann Michael CMTI sIT <address@hidden>

> Perl version: This is perl, v5.8.2 built for aix-thread-multi
>
> When I start "parallel" it hangs forever.

Do the examples run as described in the man page?

If you just type:

  parallel

it will read lines from stdin (i.e. your keyboard) and execute them in
parallel. Usually that is not what you want. Maybe it should spit out
a warning if you are doing that. Please test this:

  parallel -k echo ::: this is a test

It should run echo 4 times and print out:

this
is
a
test


/Ole



reply via email to

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