<span id="mailbox-conversation"><div>There is a maximum number of communicators, but it’s not exactly standardized or consistent between implementations. In MPICH, the context ID can be up to 32 bits but we reserve some of those so in the end you get something like 16 bits. In reality, you still don’t get all 65,536. Depending on how they are allocated, you’ll get some subset of that.</div>
<div><br></div>
<div>So in the end, there’s not a good answer. Rob’s answer is probably the best. Try it until it breaks. Most people that we’ve heard running against the barrier have a problem after a few thousand.</div></span><br><br><div class="gmail_quote"><p>On Tue, Sep 9, 2014 at 1:19 PM, Vishwanath, Venkatram <span dir="ltr"><<a href="mailto:venkat@anl.gov" target="_blank">venkat@anl.gov</a>></span> wrote:<br></p><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><p>Hi,
<br><br>There is a maximum # of communicators one can create. How can I query this limit for MPICH? Is there a standard way to query this limit across MPI implementations?    
<br><br>Regards,
<br>Venkat
<br>_______________________________________________
<br>discuss mailing list     discuss@mpich.org
<br>To manage subscription options or unsubscribe:
<br>https://lists.mpich.org/mailman/listinfo/discuss
<br></p></blockquote></div><br>