if (rank == 0) { // launch more process?? } if (rank == 1) { while (true) { MPI_Bcast(buffer, l, MPI_CHAR, 0, MPI_COMM_WORLD); } } else { MPI_Recv