I use MVAPICH2.3 version to run parallel programs.
On this site (http://mpi.deino.net/mpi_functions/MPI_Comm_spawn_multiple.html) I found out the example of spawning execution via MPI_Comm_Spawn_Multiple()
.
After successive compiling and execution I've got this error:
MPIDI_Comm_spawn_multiple(140):
MPID_Open_port(70)............: Function not implemented
Do we have any chance to launch MVAPICH with spawning mechanism?
Thanks in advance!