Pat Miller wrote:
>There are weirdnesses in how mpirun handles console I/O
>(e.g. does isatty() return true or false). There are
>a couple of configuration controls that you can set
>to get interactive working right...
>
>% ./configure --with-isatty=yes --with-prompt-nl=yes
>
>Try one or the other or both.
>
>Cheers,
>
>Pat
>
>
Pat,
I tried all possible combinations of configuration flags, but it failed
again.
However, if I reduce the number of processors np to one it works.
/home/nwagner> mpirun -v -np 1 pyMPI
running /home/nwagner/pyMPI on 1 LINUX ch_p4 processors
Created /home/nwagner/PI9893
Python 2.3+ (pyMPI 2.0b0) on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
What is going there ?
Nils
>
>--- Nils Wagner <nw...@me...> wrote:
>
>
>
>>Password:
>>Python 2.3+ (pyMPI 2.0b0) on linux2
>>Type "help", "copyright", "credits" or "license" for more information.
>>
>>
>>get stuck without a prompt.
>>
>>For what reason ??
>>
>>Nils
>>
>>
>>
>>
>>
>>
>>
>>
>
>
>
|