On May 1, 2005, at 7:36 PM, gsaxena_at_[hidden] wrote:
> i was trying to boot lam (7.1.1) from fltk (an event based
> userinterface
> tool).
>
> it seems a seperate lam-mpi process cannot be run with the exec/system
> command i felt when i ran following in the code:
>
> popen("lamboot","r")
> //created a pipe to boot lam across the cluster of 8
>
> i expected lamboot to return (like it normally does on the command
> line),
> am i right in this notion ?
I've never tried such a setup, but it should work. There might be
some problems with having stdin closed (since you opened it in write
mode), but I don't know for sure. If it doesn't work, it would be
helpful for you to attach to lamboot with a debugger and let us know
where it is hanging.
Hope this helps,
Brian
|