<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; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>
<div><br>
</div>
<div>It's the other way around — the MPI implementation is allowed to pick whatever upper bound it likes.  The application is required to query this value before assigning the tag value.  Even if MPICH increases this value, some other MPI implementation might
 not and you'll run into this problem again.</div>
<div><br>
</div>
<div>The bottom line is that your application is not compliant with the MPI standard.  You'll need to fix that.</div>
<div><br>
</div>
<div>  -- Pavan</div>
<div><br>
</div>
<div>
<div id="MAC_OUTLOOK_SIGNATURE">
<div><font class="Apple-style-span" color="#000000"><font class="Apple-style-span" face="Calibri">--</font></font></div>
<div><font class="Apple-style-span" color="#000000"><font class="Apple-style-span" face="Calibri">Pavan Balaji</font></font></div>
<div><font class="Apple-style-span" color="#000000"><font class="Apple-style-span" face="Calibri"><span class="Apple-style-span" style="font-size: 14px;">http://www.mcs.anl.gov/~balaji</span></font></font></div>
</div>
</div>
</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:12pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>Chaitra Kumar<br>
<span style="font-weight:bold">Reply-To: </span>"<a href="mailto:discuss@mpich.org">discuss@mpich.org</a>"<br>
<span style="font-weight:bold">Date: </span>Monday, June 15, 2015 at 12:13 AM<br>
<span style="font-weight:bold">To: </span>"<a href="mailto:discuss@mpich.org">discuss@mpich.org</a>"<br>
<span style="font-weight:bold">Subject: </span>Re: [mpich-discuss] Application aborts at runtime<br>
</div>
<div><br>
</div>
<div>
<div>
<div dir="ltr">Hi Rajeev,<br>
<br>
Thanks for the reference to the relevant section of MPI 3.1 standard.<br>
<br>
As mentioned in the standard it specifies only the least value of upper bound which is 32767.  An MPI implementation is free to set a high value of MPI_TAG_UB.
<br>
<br>
So can this upper bound value (MPI_TAB_UB) be increased to allow higher tag values?<br>
<br>
Regards,<br>
Chaitra<br>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Fri, Jun 12, 2015 at 9:31 AM, Thakur, Rajeev <span dir="ltr">
<<a href="mailto:thakur@mcs.anl.gov" target="_blank">thakur@mcs.anl.gov</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
The tag cannot be larger than the value of the attribute key MPI_TAG_UB on MPI_COMM_WORLD. See Section 8.1.2, pg 334, of the MPI 3.1 standard.<br>
<span class="HOEnZb"><font color="#888888"><br>
Rajeev<br>
</font></span>
<div class="HOEnZb">
<div class="h5"><br>
> On Jun 11, 2015, at 8:17 PM, Chaitra Kumar <<a href="mailto:chaitragkumar@gmail.com">chaitragkumar@gmail.com</a>> wrote:<br>
><br>
> Hi Junchao,<br>
><br>
> Yes, the application has a requirement for big tag.<br>
><br>
> With openMPI there are no issues while running the application.<br>
><br>
> Can you please do the needful.<br>
><br>
> Regards,<br>
> Chaitra<br>
><br>
> On Thu, Jun 11, 2015 at 5:21 PM, Junchao Zhang <<a href="mailto:jczhang@mcs.anl.gov">jczhang@mcs.anl.gov</a>> wrote:<br>
> As discussed in the mvapich mailing list, do you really need such big tag?<br>
><br>
> --Junchao Zhang<br>
><br>
> On Wed, Jun 10, 2015 at 8:35 PM, Chaitra Kumar <<a href="mailto:chaitragkumar@gmail.com">chaitragkumar@gmail.com</a>> wrote:<br>
> Hi Team,<br>
><br>
> I am trying to run an application using MVAPICH2-2.0.  The application compiles without any error, but at runtime, aborts with following error:<br>
><br>
> Fatal error in PMPI_Isend:Invalid tag, error stack:PMPI_Isend(149): MPI_Isend(buf=0x7f59b5124300, count=8, MPI_UNSIGNED_LONG, dest=0, tag=1073741824, comm=0x84000001, request=0x132ae24) failed PMPI_Isend(98).: Invalid tag, value is 1073741824<br>
><br>
> I contacted MVAPICH2 team for this issue: <a href="http://mailman.cse.ohio-state.edu/pipermail/mvapich-discuss/2015-June/005623.html" rel="noreferrer" target="_blank">
http://mailman.cse.ohio-state.edu/pipermail/mvapich-discuss/2015-June/005623.html</a><br>
><br>
> They suggested me to contact MPICH team, as the issue is coming from higher level MPICH code.<br>
><br>
> Can you please help me in resolving this.<br>
><br>
> Regards,<br>
> Chaitra<br>
><br>
> _______________________________________________<br>
> discuss mailing list     <a href="mailto:discuss@mpich.org">discuss@mpich.org</a><br>
> To manage subscription options or unsubscribe:<br>
> <a href="https://lists.mpich.org/mailman/listinfo/discuss" rel="noreferrer" target="_blank">
https://lists.mpich.org/mailman/listinfo/discuss</a><br>
><br>
><br>
> _______________________________________________<br>
> discuss mailing list     <a href="mailto:discuss@mpich.org">discuss@mpich.org</a><br>
> To manage subscription options or unsubscribe:<br>
> <a href="https://lists.mpich.org/mailman/listinfo/discuss" rel="noreferrer" target="_blank">
https://lists.mpich.org/mailman/listinfo/discuss</a><br>
><br>
> _______________________________________________<br>
> discuss mailing list     <a href="mailto:discuss@mpich.org">discuss@mpich.org</a><br>
> To manage subscription options or unsubscribe:<br>
> <a href="https://lists.mpich.org/mailman/listinfo/discuss" rel="noreferrer" target="_blank">
https://lists.mpich.org/mailman/listinfo/discuss</a><br>
<br>
_______________________________________________<br>
discuss mailing list     <a href="mailto:discuss@mpich.org">discuss@mpich.org</a><br>
To manage subscription options or unsubscribe:<br>
<a href="https://lists.mpich.org/mailman/listinfo/discuss" rel="noreferrer" target="_blank">https://lists.mpich.org/mailman/listinfo/discuss</a><br>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</span>
</body>
</html>