I have an application which has its GUI and uses COM technology. I want to use MPI in one of the modules of the application. I wonder how will the system behave concerning COM technology in general.
And how will the existance of GUI affect the MPI parallesation.
I would be thankfull if someone could give a link to a reference about internal work principals of the MS MPI, I mean what REALLY happens when I call MPI_Init() - is it something like UNIX fork() with copying the whole process envirorment via network (including all dlls that proccess loads) or just some binary code delegation?