Re: [OMPI users] errors in stdin

2007-05-12 Thread Jeff Squyres
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

[OMPI users] errors in stdin

2007-05-12 Thread anyi li
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, i