Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Reading user input

Hi Natalie,

Have you tried running the program under OpenMPI using the mpirun command? Does it work? OpenMPI doesn't (or at least didn't) support input redirection so we haven't implemented it yet. Is there some other way you can get around this, such as placing the input into a file and reading from that instead?

Greg


On Mar 30, 2007, at 12:05 PM, Natalie Freed wrote:

Very very basic question, but I can't find it anywhere in the documentation. My MPI program asks for user input from node 0 (using scanf), and while I can see the prompt under process details -> program output and in the shell where I started eclipse, I don't know where I'm supposed to enter the requested value. I'm used to a console appearing in eclipse when a program is run, but here I can't figure out what I'm missing.
Thanks,
-Natalie
_______________________________________________
ptp-user mailing list


Back to the top