In an MPI program, using MPI_COMM_SPAWN, one can spawn an mpi process or nonMpi process to other hosts. These children processes spawned will have artifacts to return to the parent upon completion.
For Mpi Processes, I assume one can simply use inter comm to send status, yet, how about the non mpi processes ? I assume I can use tradictional linux IPC to communicate back, which sounds kind of like a hack... Anyone has some brilliant idea about what to do here ?
Many Thanks