The architecture is made up of 2 MPI programs (one is executed by the
other via MPI_Comm_spawn_multiple) and so two different communicator.<br>I
noticed that if an error occurs (i.e. a node crash)&nbsp; only the tasks
related to that communicator (an intra-communicator) are aborted, but
the tasks in the other communicator still wait for messages that will
never arrive.<br>
How can I close all the tasks related to both the communicator when an error occurs in one communicator?<br><br>Thank you,<br><font color="#888888">Federico</font>