Re: [O-MPI devel] Launching orted from Eclipse problem: solved

2005-07-28 Thread Tim S. Woodall
Greg, Thanks for tracking this down! Tim Greg Watson wrote: Hi all, To recap: the problem was that if orted was launched from Eclipse (on OS X) then subsequent attempts to run a program (using mpirun or whatever) returned immediately. If orted was launched from anywhere else (java, comm

Re: [O-MPI devel] Launching orted from Eclipse problem: solved

2005-07-28 Thread Jeff Squyres
Thanks for reporting this. I just committed code to the rsh pls to specifically check $bindir if the orted is not found in your path (on the local node). If orted is still not found, it'll now issue a friendly error message: [7:58] vogon:~/mpi % mpirun -np 1 hello

[O-MPI devel] Launching orted from Eclipse problem: solved

2005-07-27 Thread Greg Watson
Hi all, To recap: the problem was that if orted was launched from Eclipse (on OS X) then subsequent attempts to run a program (using mpirun or whatever) returned immediately. If orted was launched from anywhere else (java, command line, etc.) it worked fine. Turning on daemon logging show