Hi,
I have written an application(running just on my localhost) that make matrix operations using 1 master and 3 workes. I have done this with MPI 1.0 and so the number of processes was defined statically during the invocation
example: mpirun -np 4 name_application.exe
Now I'd like to know how use MPI_Comm_spawn(...) to split master and slaves codes. Please give me some help about syntax.
regards by salvo