Windows do not have natively ssh installed, so we didn't bother making
sure we can start MPI applications using rsh/ssh. There is a special
PLM (process starter) for Windows called process, but I didn't test it
in a long time. Anyway, this only allow you to start local MPI jobs.
george.
I don't believe we support cygwin at this time...native Windows
support is coming in a later release.
On Feb 12, 2009, at 7:09 AM, Siegmar Gross wrote:
Hi,
I have installed openmpi-1.3 using Cygwin 1.5 on top of Windows
XP Pro with gcc-3.4.4 with the following commands.
At first I added "#d
Hi,
I have installed openmpi-1.3 using Cygwin 1.5 on top of Windows
XP Pro with gcc-3.4.4 with the following commands.
At first I added "#define NOMINMAX" before the line
"#include MCA_timer_IMPLEMENTATION_HEADER" and "#undef NOMINMAX"
after that line in file "ompi/tools/ompi_info/param.cc" as de