hi All
These days I am approaching MPI world. I am willing to use Boost MPI libraries probably with OpenMPI or MPICH2 ( even if with MPICH2 still I am not sure whether it will work fine because of some post I read around ).
My real question is the following: with these 2 libraries and Boost MPI on top of it, is it possible to combine resources of Linux machines and Windows machines?
It is not yet clear to me whether using MPI means being able to start processes on remote machines having the same operating system. In principle MPI it is a messaging system on top of a communication protocol, so there is not much dependency on OS while communication.
Do you know something about this topic or some of you have already tried to use MPI with Win and Linux machines?
Thanks EO