Thanks Ralph,
I noticed an other issue (hang) with
echo hello | mpirun -stdin all -np 1 cat
(any number of tasks can be used)
I guess this is a pretty uncommon usage, so fixing this could be low
priority
Cheers,
Gilles
On Tuesday, August 23, 2016, r...@open-mpi.org wrote:
> Fixed in 921023
Fixed in 9210230
> On Aug 22, 2016, at 8:49 PM, r...@open-mpi.org wrote:
>
> Yeah, I started working on it earlier this evening - will look some more
> tomorrow
>
>> On Aug 22, 2016, at 7:57 PM, Gilles Gouaillardet wrote:
>>
>> Folks,
>>
>>
>> i made a trivial test
>>
>>
>> echo hello | m
Yeah, I started working on it earlier this evening - will look some more
tomorrow
> On Aug 22, 2016, at 7:57 PM, Gilles Gouaillardet wrote:
>
> Folks,
>
>
> i made a trivial test
>
>
> echo hello | mpirun -np 1 cat
>
>
> and with v2.x and v1.10, the output is "hello" as expected
>
> but