Re: getting standard input when running MPI program using custom executable
Re: getting standard input when running MPI program using custom executable
- Subject: Re: getting standard input when running MPI program using custom executable
- From: James Bucanek <email@hidden>
- Date: Mon, 11 Jan 2010 08:48:40 -0700
email@hidden <mailto:email@hidden> wrote (Sunday,
January 10, 2010 8:13 AM -0500):
To run it, I created a custom executable with the path:
/usr/bin/mpirun
When you set up the custom executable, did you specify Use
Pseudo terminal for stdin/stdout? That option connects Xcode's
Run/Debug console window to the launched process.
You can verify this with any interactive BSD tool (i.e. set your
executable to /usr/bin/bc).
After that, it's a matter of figuring out why mpirun won't pass
stdin on to your application. I do know that some application
characterize the nature of stdin and may treat it differently if
they don't think it's a shell or some other interactive device.
James Bucanek
____________________________________________________________________
Author of Beginning Xcode ISBN: 047175479X
<http://www.beginningxcode.com/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden