How to send a signal ( or notification ) from MPI process to another on C?
- by debugger
Hello All,
How can i make MPI process notify the others about an error for example, specially on an MPI program where all the MPI processees are independant from each others ( There no synchronisation between the different MPI processees ) ?
Thanks