Guess I'm confused. The launcher is running on a Linux machine, so it has to 
use a Linux service to launch the remote daemon. Can you use ssh to launch the 
daemons onto the Windows machines? In other words, can you have the Windows 
machine support an ssh connection?

I did a quick search and found a number of options for supporting ssh 
connections to Windows. Here is one article that describes how to do it:

http://www.windowsnetworking.com/articles_tutorials/install-ssh-server-windows-server-2008.html

Once the daemon is started on the Windows machine, it will automatically select 
the Windows options for starting its local procs - so that shouldn't be an 
issue. The issue will be figuring out a way to get the daemon started.


On Jan 19, 2012, at 10:25 PM, <alex.bur...@csiro.au> wrote:

> Hi developers,
>  
> I can see in the code that the part that launches processes on other
> machines on Windows is not compiled on other platforms because it uses
> COM.
>  
> Is there another way of launching processes on Windows from non windows
> machines ?
>  
> What would I need to do to write a daemon similar to MPICH2s smpd which
> runs as a windows service ?
> It looks like it would only have to handle authentication and launch the
> ORTE process.
>  
> I would use MPICH2, but it appears to not work with a heterogeneous
> network.
>  
> Alex
>  
> Alex Burton
> Research Engineer NSEC
> CSIRO Energy Technology
> Box 330 Newcastle NSW 2300
> +61 2 49 606 110
> alex.bur...@csiro.au
>  
> _______________________________________________
> devel mailing list
> de...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/devel

Reply via email to