<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
That’s interesting. It means the `configure` was finding pointers has to 8-bytes aligned but the user code is having pointers that are 4-byte aligned. I suspect the user did not build the library on the same machine it runs? I am also curious that which architecture
 actually are not allowing the 4-byte aligned pointers. Nick, is it possible to trace where the questioned mpi library was configured?
<div class=""><br class="">
<div class="">
<div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div dir="auto" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;">
— </div>
<div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;">
Hui Zhou</div>
<div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;">
T: 630-252-3430</div>
<div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;">
<br class="">
</div>
<div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">
<br class="">
</div>
<br class="Apple-interchange-newline">
</div>
</div>
<br class="Apple-interchange-newline">
</div>
<br class="Apple-interchange-newline">
</div>
<br class="Apple-interchange-newline">
<br class="Apple-interchange-newline">
</div>
<div><br class="">
<blockquote type="cite" class="">
<div class="">On Jun 20, 2019, at 1:04 PM, Nick Radcliffe via discuss <<a href="mailto:discuss@mpich.org" class="">discuss@mpich.org</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div id="divtagdefaultwrapper" dir="ltr" style="font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; font-size: 12pt; font-family: Calibri, Helvetica, sans-serif;" class="">
<div style="margin-top: 0px; margin-bottom: 0px;" class="">Ken,<br class="">
</div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><br class="">
</div>
<div style="margin-top: 0px; margin-bottom: 0px;" class="">The reason I brought this up is that a user's (valid) code was failing due to this parameter check. It's possible to use an address that's not 8 byte aligned to store a pointer to an int, i.e.,</div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><br class="">
</div>
<div style="margin-top: 0px; margin-bottom: 0px;" class="">    int *x;</div>
<div style="margin-top: 0px; margin-bottom: 0px;" class="">    int *y;<br class="">
</div>
<p style="margin-top: 0px; margin-bottom: 0px;" class=""></p>
<div class="">    x = malloc(16);<br class="">
    y = &x[1];</div>
<br class="">
<p style="margin-top: 0px; margin-bottom: 0px;" class=""></p>
<div style="margin-top: 0px; margin-bottom: 0px;" class="">I would generally expect y to be 4 byte aligned in the above case. So sometimes this parameter check will cause a correct program to fail, right?<br class="">
</div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><br class="">
</div>
<div id="Signature" class="">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;" class="">
<br class="">
<div class="BCX2 Ltr SCXW111908216 OutlineElement" style="direction: ltr;">
<div style="margin: 0px; font-weight: normal; font-style: normal; vertical-align: baseline; background-color: transparent; color: windowtext; text-align: left; padding-left: 0px; padding-right: 0px; text-indent: 0px;" class="">
<span class="TextRun SCXW111908216 BCX2" lang="EN-US" style="color: rgb(38, 202, 211); font-weight: bold; font-size: 11pt; font-family: Arial, Arial_MSFontService, sans-serif; line-height: 18px;"><span class="SCXW111908216 NormalTextRun BCX2" style="background-color: inherit;">Nick
 Radcliffe  </span></span><span class="TextRun SCXW111908216 BCX2" lang="EN-US" style="color: rgb(153, 140, 135); font-size: 11pt; font-family: Arial, Arial_MSFontService, sans-serif; line-height: 18px;"><span class="SCXW111908216 NormalTextRun BCX2" style="background-color: inherit;">Software
 Engineer</span></span><span class="TextRun SCXW111908216 BCX2" lang="EN-US" style="color: rgb(153, 140, 135); font-size: 11pt; font-family: Arial, Arial_MSFontService, sans-serif; line-height: 18px;"><span class="SCXW111908216 NormalTextRun BCX2" style="background-color: inherit;"><span class="Apple-converted-space"> </span>|
 Cray Inc.</span></span><span class="EOP SCXW111908216 BCX2" style="font-size: 11pt; line-height: 18px; font-family: Arial, Arial_MSFontService, sans-serif;"> </span></div>
</div>
<div class="BCX2 Ltr SCXW111908216 OutlineElement" style="direction: ltr;">
<div style="margin: 0px; font-weight: normal; font-style: normal; vertical-align: baseline; background-color: transparent; color: windowtext; text-align: left; padding-left: 0px; padding-right: 0px; text-indent: 0px;" class="">
<span class="TextRun SCXW111908216 BCX2" lang="EN-US" style="color: rgb(153, 140, 135); font-size: 11pt; font-family: Arial, Arial_MSFontService, sans-serif; line-height: 18px;"><span class="SCXW111908216 NormalTextRun BCX2" style="background-color: inherit;">2131
 Lindau Ln #1000<span class="Apple-converted-space"> </span></span></span><span class="TextRun SCXW111908216 BCX2" lang="EN-US" style="color: rgb(153, 140, 135); font-size: 11pt; font-family: Arial, Arial_MSFontService, sans-serif; line-height: 18px;"><span class="SCXW111908216 NormalTextRun BCX2" style="background-color: inherit;">|<span class="Apple-converted-space"> </span></span></span><span class="TextRun SCXW111908216 BCX2" lang="EN-US" style="color: rgb(153, 140, 135); font-size: 11pt; font-family: Arial, Arial_MSFontService, sans-serif; line-height: 18px;"><span class="SCXW111908216 NormalTextRun BCX2" style="background-color: inherit;">Bloomington</span></span><span class="TextRun SCXW111908216 BCX2" lang="EN-US" style="color: rgb(153, 140, 135); font-size: 11pt; font-family: Arial, Arial_MSFontService, sans-serif; line-height: 18px;"><span class="SCXW111908216 NormalTextRun BCX2" style="background-color: inherit;">,<span class="Apple-converted-space"> </span></span></span><span class="TextRun SCXW111908216 BCX2" lang="EN-US" style="color: rgb(153, 140, 135); font-size: 11pt; font-family: Arial, Arial_MSFontService, sans-serif; line-height: 18px;"><span class="SCXW111908216 NormalTextRun BCX2" style="background-color: inherit;">MN</span></span><span class="TextRun SCXW111908216 BCX2" lang="EN-US" style="color: rgb(153, 140, 135); font-size: 11pt; font-family: Arial, Arial_MSFontService, sans-serif; line-height: 18px;"><span class="SCXW111908216 NormalTextRun BCX2" style="background-color: inherit;"><span class="Apple-converted-space"> </span></span></span><span class="TextRun SCXW111908216 BCX2" lang="EN-US" style="color: rgb(153, 140, 135); font-size: 11pt; font-family: Arial, Arial_MSFontService, sans-serif; line-height: 18px;"><span class="SCXW111908216 NormalTextRun BCX2" style="background-color: inherit;">55425</span></span><span class="EOP SCXW111908216 BCX2" style="font-size: 11pt; line-height: 18px; font-family: Arial, Arial_MSFontService, sans-serif;"> </span></div>
</div>
<div class="BCX2 Ltr SCXW111908216 OutlineElement" style="direction: ltr;">
<div style="margin: 0px; font-weight: normal; font-style: normal; vertical-align: baseline; background-color: transparent; color: windowtext; text-align: left; padding-left: 0px; padding-right: 0px; text-indent: 0px;" class="">
<span class="TextRun SCXW111908216 BCX2" lang="EN-US" style="color: rgb(153, 140, 135); font-size: 11pt; font-family: Arial, Arial_MSFontService, sans-serif; line-height: 18px;"><span class="SCXW111908216 NormalTextRun BCX2" style="background-color: inherit;">+1-</span></span><span class="TextRun SCXW111908216 BCX2" lang="EN-US" style="color: rgb(153, 140, 135); font-size: 11pt; font-family: Arial, Arial_MSFontService, sans-serif; line-height: 18px;"><span class="SCXW111908216 NormalTextRun BCX2" style="background-color: inherit;">651</span></span><span class="TextRun SCXW111908216 BCX2" lang="EN-US" style="color: rgb(153, 140, 135); font-size: 11pt; font-family: Arial, Arial_MSFontService, sans-serif; line-height: 18px;"><span class="SCXW111908216 NormalTextRun BCX2" style="background-color: inherit;">-</span></span><span class="TextRun SCXW111908216 BCX2" lang="EN-US" style="color: rgb(153, 140, 135); font-size: 11pt; font-family: Arial, Arial_MSFontService, sans-serif; line-height: 18px;"><span class="SCXW111908216 NormalTextRun BCX2" style="background-color: inherit;">605</span></span><span class="TextRun SCXW111908216 BCX2" lang="EN-US" style="color: rgb(153, 140, 135); font-size: 11pt; font-family: Arial, Arial_MSFontService, sans-serif; line-height: 18px;"><span class="SCXW111908216 NormalTextRun BCX2" style="background-color: inherit;">-</span></span><span class="TextRun SCXW111908216 BCX2" lang="EN-US" style="color: rgb(153, 140, 135); font-size: 11pt; font-family: Arial, Arial_MSFontService, sans-serif; line-height: 18px;"><span class="SCXW111908216 NormalTextRun BCX2" style="background-color: inherit;">8864</span></span><span class="TextRun SCXW111908216 BCX2" lang="EN-US" style="color: rgb(153, 140, 135); font-size: 11pt; font-family: Arial, Arial_MSFontService, sans-serif; line-height: 18px;"><span class="SCXW111908216 NormalTextRun BCX2" style="background-color: inherit;">  </span></span><span class="TextRun SCXW111908216 BCX2" lang="EN-US" style="color: rgb(153, 140, 135); font-size: 11pt; font-family: Arial, Arial_MSFontService, sans-serif; line-height: 18px;"><span class="SCXW111908216 NormalTextRun BCX2" style="background-color: inherit;">nradclif</span></span><a rel="noreferrer" target="_blank" href="mailto:email@cray.com" class="SCXW111908216 BCX2 Hyperlink" id="LPNoLP" title="Ctrl+Click or tap to follow the link" style="text-decoration: none; color: inherit;"><span class="BCX2 TextRun Underlined SCXW111908216" lang="EN-US" style="color: rgb(153, 140, 135); text-decoration: underline; font-size: 11pt; font-family: Arial, Arial_MSFontService, sans-serif; line-height: 18px;"><span class="SCXW111908216 NormalTextRun BCX2" style="background-color: inherit;">@cray.com</span></span></a><span class="TextRun SCXW111908216 BCX2" lang="EN-US" style="color: rgb(38, 202, 211); font-size: 11pt; font-family: Arial, Arial_MSFontService, sans-serif; line-height: 18px;"><span class="SCXW111908216 NormalTextRun BCX2" style="background-color: inherit;">  </span></span><a title="Ctrl+Click or tap to follow the link" rel="noreferrer" target="_blank" href="http://www.cray.com/" class="SCXW111908216 BCX2 Hyperlink" id="LPNoLP" style="text-decoration: none; color: inherit;"><span class="BCX2 TextRun Underlined SCXW111908216" lang="EN-US" style="color: rgb(38, 202, 211); font-weight: bold; text-decoration: underline; font-size: 11pt; font-family: Arial, Arial_MSFontService, sans-serif; line-height: 18px;"><span class="SCXW111908216 NormalTextRun BCX2" style="background-color: inherit;">www.cray.com</span></span></a></div>
<p style="margin-top: 0px; margin-bottom: 0px;" class=""></p>
</div>
<div class="BCX2 Ltr SCXW111908216 OutlineElement" style="direction: ltr;">
<div class="TableContainer SCXW111908216 BCX2"></div>
</div>
</div>
</div>
</div>
<hr tabindex="-1" style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; display: inline-block; width: 848.671875px;" class="">
<span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class=""></span>
<div id="divRplyFwdMsg" dir="ltr" style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">
<font face="Calibri, sans-serif" style="font-size: 11pt;" class=""><b class="">From:</b><span class="Apple-converted-space"> </span>Raffenetti, Kenneth J. via discuss <<a href="mailto:discuss@mpich.org" class="">discuss@mpich.org</a>><br class="">
<b class="">Sent:</b><span class="Apple-converted-space"> </span>Wednesday, June 19, 2019 2:44:40 PM<br class="">
<b class="">To:</b><span class="Apple-converted-space"> </span><a href="mailto:discuss@mpich.org" class="">discuss@mpich.org</a><br class="">
<b class="">Cc:</b><span class="Apple-converted-space"> </span>Raffenetti, Kenneth J.<br class="">
<b class="">Subject:</b><span class="Apple-converted-space"> </span>Re: [mpich-discuss] Incorrect error checking?</font>
<div class=""> </div>
</div>
<div class="BodyFragment" style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;">
<font size="2" class=""><span style="font-size: 11pt;" class="">
<div class="PlainText">Upon further thought, it's just trying to catch a common error, and uses<span class="Apple-converted-space"> </span><br class="">
alignment to detect it since the type information is lost thru the<span class="Apple-converted-space"> </span><br class="">
interface. In testing on x86_64, it doesn't appear that it will catch<span class="Apple-converted-space"> </span><br class="">
the intended error.<br class="">
<br class="">
As Thomas pointed out in another reply, there are also some issues with<span class="Apple-converted-space"> </span><br class="">
the implementation, though it is correct that we require intptr_t to<span class="Apple-converted-space"> </span><br class="">
build MPICH. At the very least, we could patch to use sizeof(void *) vs.<span class="Apple-converted-space"> </span><br class="">
sizeof(intptr_t). Or we can still remove the check since the use-case is<span class="Apple-converted-space"> </span><br class="">
so narrow. The preprocessor guard also depends on a AC_TRY_RUN that I'd<span class="Apple-converted-space"> </span><br class="">
prefer to delete, to be honest.<br class="">
<br class="">
Ken<br class="">
<br class="">
On 6/19/19 9:27 AM, Raffenetti, Kenneth J. via discuss wrote:<br class="">
> Nick,<br class="">
><span class="Apple-converted-space"> </span><br class="">
> I agree this check looks like nonsense. IMO, we can just delete it and<br class="">
> the others like it. I will create a PR.<br class="">
><span class="Apple-converted-space"> </span><br class="">
> Ken<br class="">
><span class="Apple-converted-space"> </span><br class="">
> On 6/18/19 5:25 PM, Nick Radcliffe via discuss wrote:<br class="">
>> I recently noticed that a parameter check in MPII_Win_get_attr looks a<br class="">
>> bit off:<br class="">
>><br class="">
>><br class="">
>>               /* A common user error is to pass the address of a 4-byte<br class="">
>>                * int when the address of a pointer (or an address-sized int)<br class="">
>>                * should have been used.  We can test for this specific<br class="">
>>                * case.  Note that this code assumes sizeof(intptr_t) is<br class="">
>>                * a power of 2. */<br class="">
>>               if ((intptr_t) attribute_val & (sizeof(intptr_t) - 1)) {<br class="">
>>                   MPIR_ERR_SETANDSTMT(mpi_errno, MPI_ERR_ARG, goto<br class="">
>> fn_fail, "**attrnotptr");<br class="">
>>               }<br class="">
>><br class="">
>><br class="">
>> The comment indicates that the check is testing "attribute_val" to see<br class="">
>> if a pointer to int was passed in, rather than a double pointer or<br class="">
>> pointer to an integer that can store an address. But the check seems to<br class="">
>> only be testing for 8 byte alignment (and failing if not aligned). Am I<br class="">
>> missing something here?<br class="">
>><br class="">
>><br class="">
>><br class="">
>> Nick Radcliffe  Software Engineer| Cray Inc.<br class="">
>><br class="">
>> 2131 Lindau Ln #1000 | Bloomington, MN55425<br class="">
>><br class="">
>> +1-651-605-8864  nradclif@<a href="http://cray.com" class="">cray.com</a> <<a href="mailto:email@cray.com" class="">mailto:email@cray.com</a>>  www.cray.com<br class="">
>> <<a href="http://www.cray.com/" class="">http://www.cray.com</a>><br class="">
>><br class="">
>><br class="">
>> _______________________________________________<br class="">
>> discuss mailing list     <a href="mailto:discuss@mpich.org" class="">discuss@mpich.org</a><br class="">
>> To manage subscription options or unsubscribe:<br class="">
>><span class="Apple-converted-space"> </span><a href="https://lists.mpich.org/mailman/listinfo/discuss" class="">https://lists.mpich.org/mailman/listinfo/discuss</a><br class="">
>><br class="">
> _______________________________________________<br class="">
> discuss mailing list     <a href="mailto:discuss@mpich.org" class="">discuss@mpich.org</a><br class="">
> To manage subscription options or unsubscribe:<br class="">
><span class="Apple-converted-space"> </span><a href="https://lists.mpich.org/mailman/listinfo/discuss" class="">https://lists.mpich.org/mailman/listinfo/discuss</a><br class="">
><span class="Apple-converted-space"> </span><br class="">
_______________________________________________<br class="">
discuss mailing list     <a href="mailto:discuss@mpich.org" class="">discuss@mpich.org</a><br class="">
To manage subscription options or unsubscribe:<br class="">
<a href="https://lists.mpich.org/mailman/listinfo/discuss" class="">https://lists.mpich.org/mailman/listinfo/discuss</a><br class="">
</div>
</span></font></div>
<span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">_______________________________________________</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">
<span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">discuss
 mailing list     </span><a href="mailto:discuss@mpich.org" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">discuss@mpich.org</a><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">
<span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">To
 manage subscription options or unsubscribe:</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">
<a href="https://lists.mpich.org/mailman/listinfo/discuss" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">https://lists.mpich.org/mailman/listinfo/discuss</a></div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>