<div dir="ltr">Thanks Pavan !<br></div><div class="gmail_extra"><br clear="all"><div><div dir="ltr"><span style="color:rgb(0,0,0)">Bibrak Qamar</span><br style="color:rgb(0,0,0)"><span style="color:rgb(0,0,0)"><br></span><font color="#888888"></font></div>

</div>
<br><br><div class="gmail_quote">On Thu, Mar 13, 2014 at 3:54 PM, Balaji, Pavan <span dir="ltr"><<a href="mailto:balaji@anl.gov" target="_blank">balaji@anl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
Yes, the tag UB is correct.  MPICH reserves one of the tag bits to help with internal fault information propagation.<br>
<br>
  — Pavan<br>
<div><div class="h5"><br>
On Mar 13, 2014, at 1:30 AM, Bibrak Qamar <<a href="mailto:bibrakc@gmail.com">bibrakc@gmail.com</a>> wrote:<br>
<br>
> I am trying to get the value of MPI_TAG_UB using the following code:<br>
><br>
>   MPI_Aint  * maxTag;;<br>
>   int error, flag;<br>
><br>
>   error = MPI_Comm_get_attr(MPI_COMM_WORLD, MPI_TAG_UB, &maxTag, &flag);<br>
><br>
>   if(error != MPI_SUCCESS || !flag ){<br>
>   printf( " ERROR IN native mpitagub\n");<br>
>   }<br>
><br>
>   printf( "mpitagub = %d\n", *maxTag);<br>
><br>
><br>
> For MPICH3 I get<br>
><br>
> mpitagub = 1073741823<br>
><br>
> I also did it for OpenMPI and I get<br>
><br>
> mpitagub = <a href="tel:2147483647" value="+12147483647">2147483647</a><br>
><br>
> The value from OpenMPI makes sense since its 2^31 -1. But at the end the MPI_TAG_UB is MPI implementation dependent.<br>
><br>
> So I was wondering the value that I got from MPICH3 (mpitagub = 1073741823) is this OK? or my code is wrong somewhere?<br>
><br>
> Thanks<br>
> Bibrak<br>
><br>
</div></div>> _______________________________________________<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" 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" target="_blank">https://lists.mpich.org/mailman/listinfo/discuss</a><br>
</blockquote></div><br></div>