<div>thank you very much!</div>
<div>yes ,you are right! i want the processes to communicate that way.&nbsp;</div>
<div>i really appreciate your help,i&#39;ll give it a&nbsp;shot anyhow,i recently read </div>
<div>something about mpich/madeleine,i hope that helps.</div>
<div>thank you very much again!</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --best wishes</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --Yaohui Hu<br><br></div>
<div class="gmail_quote">2009/11/15 Darius Buntinas <span dir="ltr">&lt;<a href="mailto:buntinas@mcs.anl.gov">buntinas@mcs.anl.gov</a>&gt;</span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>Do you mean use sockets to communicate between processes 1 and<br>2, but use IB to communicate between processes 1 and 3?<br>
<br>We intend to support this, but all the pieces are not there yet.<br>There are function pointer tables for each netmod.<br><br>If you take a look at MPID_nem_vc_init(), you&#39;ll see where<br>MPID_nem_netmod_func-&gt;vc_init(vc) is called to set the function<br>
pointers for the various communication operations used when<br>sending a message over a particular network module.<br><br>Currently MPID_nem_netmod_func is set globally, so that all<br>internode vcs use the same netmod. &nbsp;In order to use different<br>
netmods for different vcs, you&#39;ll have call the vc_init() of<br>the netmod you want to use on that vc.<br><br>You&#39;ll see other places where MPID_nem_netmod_func is referenced<br>and you&#39;ll have to fix those so either they call the function<br>
for the netmod associated with that vc, or (e.g., in the case of<br>poll or finalize) you&#39;ll need to call the function for all active<br>netmods.<br><br>-d<br><br>On 11/14/2009 01:07 AM, hu yaohui wrote:<br>&gt; Thank you very much ,i am just wondering if i implement two internode<br>
&gt; communication channel,can i control some kinds of messge goes through<br>&gt; one channel while other messge goes through goes through other<br>&gt; channel(not one kind of message goes through different channels) thank<br>
&gt; you very much!<br>&gt;<br>&gt; On Sat, Nov 14, 2009 at 2:32 AM, Rajeev Thakur &lt;<a href="mailto:thakur@mcs.anl.gov">thakur@mcs.anl.gov</a><br>&gt; &lt;mailto:<a href="mailto:thakur@mcs.anl.gov">thakur@mcs.anl.gov</a>&gt;&gt; wrote:<br>
&gt;<br>&gt; &nbsp; &nbsp; If you use the default Nemesis channel (ch3:nemesis), communication<br>&gt; &nbsp; &nbsp; within a node goes over shared memory and across nodes over some<br>&gt; &nbsp; &nbsp; communication channel.<br>&gt;<br>&gt; &nbsp; &nbsp; Rajeev<br>
&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; ------------------------------------------------------------------------<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; *From:* <a href="mailto:mpich-discuss-bounces@mcs.anl.gov">mpich-discuss-bounces@mcs.anl.gov</a><br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;mailto:<a href="mailto:mpich-discuss-bounces@mcs.anl.gov">mpich-discuss-bounces@mcs.anl.gov</a>&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; [mailto:<a href="mailto:mpich-discuss-bounces@mcs.anl.gov">mpich-discuss-bounces@mcs.anl.gov</a><br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;mailto:<a href="mailto:mpich-discuss-bounces@mcs.anl.gov">mpich-discuss-bounces@mcs.anl.gov</a>&gt;] *On Behalf Of *hu yaohui<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; *Sent:* Friday, November 13, 2009 3:13 AM<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; *To:* <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a> &lt;mailto:<a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a>&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; *Subject:* Re: [mpich-discuss]答复: how to connect MPI_Send with<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; CH3_isend<br>&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; thank you very much!<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;I would really appreciate,if you can give me some detail<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; steps from the implemention of these functions to deploy the<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; mpich2 on my clusters! (such as how to modify the configure file<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; sth like that.)<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; i did a test yesterday ,i install the mpich2 three times<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; ,and then check the make<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; output,chosse ./configure --with-device=ch3:sock,--with-device=ch3:sctp<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; and default,<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; does these device means the internode communication channel? and<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; the default intranode communication channel is shared-memory and<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; cann&#39;t be modified?<br>&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; thank you very much!<br>&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; best wishes!<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; 2009/11/13 Darius Buntinas &lt;<a href="mailto:buntinas@mcs.anl.gov">buntinas@mcs.anl.gov</a><br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;mailto:<a href="mailto:buntinas@mcs.anl.gov">buntinas@mcs.anl.gov</a>&gt;&gt;<br>&gt;<br>&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; The ability to use different networks for different<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; destinations is a feature we intend to add, but it&#39;s not<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; yet implemented. &nbsp;Nemesis does use shared-memory communication<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; for intranode communication and the network for internode.<br>&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; There are several internal interfaces for porting MPICH2 to new<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; platforms or interconnects. &nbsp;This paper has a description of the<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; interfaces:<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.mcs.anl.gov/~buntinas/papers/europvmmpi06-nemesis.pdf" target="_blank">http://www.mcs.anl.gov/~buntinas/papers/europvmmpi06-nemesis.pdf</a><br>
&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; If you&#39;re interested in porting MPICH2 to a new interconnect,<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; you should write a nemesis network module. &nbsp;The API is described<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; here:<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://wiki.mcs.anl.gov/mpich2/index.php/Nemesis_Network_Module_API" target="_blank">http://wiki.mcs.anl.gov/mpich2/index.php/Nemesis_Network_Module_API</a><br>
&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; I hope this helps,<br>&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -d<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; On 11/12/2009 11:29 PM, yaohui wrote:<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; Thank you very much!<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &nbsp; Finally I got a response!<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; I am doing some researches on adding HT(HyperTransport)<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; into mpich2,I am<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; just wandering when we configure the mpich2 with<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ./configure &ndash;with-device=ch3:sock<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (ch3:nemesis)<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; that means we definitely select one network as the channel<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; to communicate,<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; but if there are any possibilities that you can dynamic<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; control the network we use ,sometimes messages go through<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Ethernet,<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; sometimes go through IB. could you give me some materials<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; to understand what&#39;s the difference between ~/ch3/channel/sock<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; ,~/ch3/channel/sctp<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ~,~/ch3/channel/nemesis/nemesis/net_mod/tcp_module<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; , ~/ch3/channel/nemesis/nemesis/net_mod/sctp_module,<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; ~/ch3/channel/nemesis/nemesis/net_mod/ib_module<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; Thank you again!<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; Best Wishes!<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; -----邮件原件-----<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; 发件人: <a href="mailto:mpich-discuss-bounces@mcs.anl.gov">mpich-discuss-bounces@mcs.anl.gov</a><br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;mailto:<a href="mailto:mpich-discuss-bounces@mcs.anl.gov">mpich-discuss-bounces@mcs.anl.gov</a>&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [mailto:<a href="mailto:mpich-discuss-bounces@mcs">mpich-discuss-bounces@mcs</a><br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;mailto:<a href="mailto:mpich-discuss-bounces@mcs">mpich-discuss-bounces@mcs</a>&gt;.<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; <a href="http://anl.gov/" target="_blank">anl.gov</a> &lt;<a href="http://anl.gov/" target="_blank">http://anl.gov/</a>&gt;] 代表 Darius Buntinas<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; 发送时间: 2009年11月12日 23:30<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; 收件人: <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;mailto:<a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a>&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; 主题: Re: [mpich-discuss] how to connect MPI_Send with<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CH3_isend<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; The best way to understand what happens is to step through<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; the calls<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; with a debugger. &nbsp;The channel is selected in the configure<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; step, and<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; only that channel will be compiled, so there will be only<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; one copy of<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; ch3_isend in the binary.<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; -d<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; On 11/12/2009 05:54 AM, hu yaohui wrote:<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;&gt; hi guys!<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;&gt; &nbsp; &nbsp; Could someone tell me the detail calling flow from<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MPI_Send() to<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;&gt; CH3_isend()?<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;&gt; &nbsp; &nbsp; How to control which CH3_isend() is called between<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sock,sctp and<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;&gt; shm? thank you very much!<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; best<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;&gt; wishes!<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;&gt; loki!<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ------------------------------------------------------------------------<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;&gt; _______________________________________________<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;&gt; mpich-discuss mailing list<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;&gt; <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a> &lt;mailto:<a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a>&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;&gt; <a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; _______________________________________________<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; mpich-discuss mailing list<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a> &lt;mailto:<a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a>&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; <a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ------------------------------------------------------------------------<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; _______________________________________________<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; mpich-discuss mailing list<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a> &lt;mailto:<a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a>&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; <a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; _______________________________________________<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; mpich-discuss mailing list<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a> &lt;mailto:<a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a>&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>&gt;<br>&gt;<br>&gt;<br>&gt; &nbsp; &nbsp; _______________________________________________<br>
&gt; &nbsp; &nbsp; mpich-discuss mailing list<br>&gt; &nbsp; &nbsp; <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a> &lt;mailto:<a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a>&gt;<br>&gt; &nbsp; &nbsp; <a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
&gt;<br>&gt;<br>&gt;<br>&gt; ------------------------------------------------------------------------<br>&gt;<br>&gt; _______________________________________________<br>&gt; mpich-discuss mailing list<br>&gt; <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
&gt; <a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br><br>_______________________________________________<br>mpich-discuss mailing list<br>
<a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br><a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
<br></blockquote></div><br>