From: Jeff Squyres (jsquyres_at_[hidden])
Date: 2007-05-12 10:43:29


This is unfortunately a known problem -- see:

     https://svn.open-mpi.org/trac/ompi/ticket/967

I mostly fixed the problem a few weeks ago, but was called away on
other higher-priority items before fully finishing and testing the
fix. :-(

The workaround until this is fixed is to read from a file instead of
stdin.

On May 12, 2007, at 3:45 AM, anyi li wrote:

> Hi,
> I am currently running the code by using
>
> mpirun -np 4 abc.exe < test.in>out
>
> abc.exe is my executed file, I list my input values in test.in as
>
> AAA value1
> BBB value2
>
> I run the same code by using intel mpi, it's fine, it can read
> parameters from stdin. But when I use open mpi, it's incorrect. It
> seems openmpi just put some strange character into the stdin, so my
> code dosen't accept that parameters and it stops.
> Dose anyone has this kind of problems.
> thanks
>
> brian
> _______________________________________________
> users mailing list
> users_at_[hidden]
> http://www.open-mpi.org/mailman/listinfo.cgi/users

-- 
Jeff Squyres
Cisco Systems