Re: [OMPI users] Getting MPI to access processes on a 2nd computer.

2012-07-05 Thread VimalMathew
host2 notepad.exe. I'm running this on two Windows 7 machines both of which I have admin rights on. Any suggestions? Thanks, Vimal From: Shiqing Fan [mailto:f...@hlrs.de] Sent: Wednesday, July 04, 2012 5:28 AM To: Open MPI Users Cc: Mathew, Vimal Subject: Re: [OMPI users] Getting MPI

Re: [OMPI users] Getting MPI to access processes on a 2nd computer.

2012-07-04 Thread Shiqing Fan
Hi, The Open MPI potentially uses WMI to launch remote processes, so the WMI has to be configured correctly. There are two links talking about how to set it up in README.WINDOWS file: http://msdn.microsoft.com/en-us/library/aa393266(VS.85).aspx http://community.spiceworks.com/topic/578 For t

[OMPI users] Getting MPI to access processes on a 2nd computer.

2012-07-03 Thread VimalMathew
Hi, I'm trying to run an MPI code using processes on a remote machine. I've connected the 2 machines using a crossover cable and they are communicating with each other(I'm getting ping replies and I can access drives on one another). When I run mpiexec -host system_name MPI_Test.exe, I get