<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div class="">Hi Jorge,</div>
<div class=""><br class="">
</div>
<div class="">You can try the debug event logging described in <a href="https://wiki.mpich.org/mpich/index.php/Debug_Event_Logging" class="">https://wiki.mpich.org/mpich/index.php/Debug_Event_Logging</a>.</div>
<div class=""><br class="">
</div>
<div class="">Regards,</div>
<div class="">Sangmin</div>
<div class=""><br class="">
</div>
<br class="">
<div>
<blockquote type="cite" class="">
<div class="">On Jul 26, 2016, at 11:57 AM, Jorge Bellón <<a href="mailto:jorge.bellon@bsc.es" class="">jorge.bellon@bsc.es</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class="">Hi,<br class="">
I am currently working with dynamic process creation with MPI using<br class="">
MPI_Comm_spawn_multiple.<br class="">
<br class="">
However, I'm facing issues during the application cleanup:<br class="">
MPI_Comm_disconnect function is hung and does not ever return (it is<br class="">
being called by all the processes involved in the intercommunicator).<br class="">
<br class="">
I know this issue could happen when there are unfinished communications<br class="">
(this has already happened to me in the past), in a similar way<br class="">
MPI_Finalize waits until all the communications in all the<br class="">
communicators are completed.<br class="">
<br class="">
This time, though, I'm not able to track which communications haven't<br class="">
finished yet. I was able to trace all the calls to the library using<br class="">
gdb and breakpoints, but everything seems OK to me.<br class="">
<br class="">
Is there any way to log the start and arrival of the messages (maybe<br class="">
using configure "--enable-g" option or setting one of the environment<br class="">
variables)?<br class="">
<br class="">
Thanks in advance.<br class="">
<br class="">
Regards,<br class="">
 Jorge<br class="">
<br class="">
WARNING / LEGAL TEXT: This message is intended only for the use of the<br class="">
individual or entity to which it is addressed and may contain<br class="">
information which is privileged, confidential, proprietary, or exempt<br class="">
from disclosure under applicable law. If you are not the intended<br class="">
recipient or the person responsible for delivering the message to the<br class="">
intended recipient, you are strictly prohibited from disclosing,<br class="">
distributing, copying, or in any way using this message. If you have<br class="">
received this communication in error, please notify the sender and<br class="">
destroy and delete any copies you may have received.<br class="">
<br class="">
<a href="http://www.bsc.es/disclaimer" class="">http://www.bsc.es/disclaimer</a><br class="">
_______________________________________________<br class="">
discuss mailing list     discuss@mpich.org<br class="">
To manage subscription options or unsubscribe:<br class="">
https://lists.mpich.org/mailman/listinfo/discuss</div>
</div>
</blockquote>
</div>
<br class="">
</body>
</html>