Hello

Is it possible to run openmpi application over 2 hosts win32 and linux64?

I ran this from the win box
> mpirun -np 2 --hetero --host localhost,host2 .\Test1.exe

and the error was:
[<localhost>:04288] This feature hasn't been implemented yet.
[<localhost>:04288] Could not connect to namespace cimv2 on node host2.
Error code =-2147023174

Obviously I need to provide the linux binary as well, on host2.

Is this at all possible?

regards,

Reply via email to