I am trying to launch a windows GUI application which itself spawns one or more mpi applications.
The intention is to form an inter-communicator that allows the spawned mpi processes to communicate with the Window GUI application (as mpi rank 0 within the shared communicator).
The processes are started and they seem to be running, but the GUI does not show.
Is there a solution to this or an alternate method recommended?
Thanks,