If we run more than one processes in different computers , every process is forked as a daemon process , but their standard output is redirect to the terminal we execute "mpiexec" command. Is there any way to control each processes's output ? for example, cancel the redirect.

thanks