<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="">
Hi Difu, 
<div class=""><br class="">
</div>
<div class="">This is mpich-discuss mailing list, not for intel fortran compiler or openmpi (which seem to be implied in the link you provided). Anyway, just saying having the same issue is very ambiguous. Often it turns out every one have their own different
 issue. Could you detail your issues here?</div>
<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;">
<br class="">
</div>
</div>
</div>
</div>
</div>
<br class="Apple-interchange-newline">
</div>
<div><br class="">
<blockquote type="cite" class="">
<div class="">On Nov 13, 2018, at 7:24 PM, 孙迪夫 via discuss <<a href="mailto:discuss@mpich.org" class="">discuss@mpich.org</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<p style="overflow-wrap: break-word; margin: 0px 0px 1.5em; padding: 0px; font-family: Arial, 宋体, Tahoma, Helvetica, sans-serif; font-size: 12px; color: rgb(83, 87, 94);" class="">
Hi,</p>
<p style="overflow-wrap: break-word; margin: 0px 0px 1.5em; padding: 0px; font-family: Arial, 宋体, Tahoma, Helvetica, sans-serif; font-size: 12px; color: rgb(83, 87, 94);" class="">
I'm having problems same with this mentioned in</p>
<p style="overflow-wrap: break-word; margin: 0px 0px 1.5em; padding: 0px;" class="">
<font color="#53575e" face="Arial, 宋体, Tahoma, Helvetica, sans-serif" class=""><span style="font-size: 12px;" class=""><a href="https://software.intel.com/en-us/forums/intel-fortran-compiler-for-linux-and-mac-os-x/topic/540673#comment-1929491" class="">https://software.intel.com/en-us/forums/intel-fortran-compiler-for-linux-and-mac-os-x/topic/540673#comment-1929491</a></span></font></p>
<p style="overflow-wrap: break-word; margin: 0px 0px 1.5em; padding: 0px;" class="">
<font color="#53575e" face="Arial, 宋体, Tahoma, Helvetica, sans-serif" class=""><span style="font-size: 12px;" class="">as noted in the post, the problem is:</span></font></p>
<p style="overflow-wrap: break-word; margin: 0px 0px 1.5em; padding: 0px;" class="">
<font color="#53575e" face="Arial, 宋体, Tahoma, Helvetica, sans-serif" class=""><span style="font-size: 12px;" class="">"</span></font><span style="color: rgb(83, 87, 94); font-family: Arial, 宋体, Tahoma, Helvetica, sans-serif; font-size: 12px;" class="">The
 MVAPICH2 2.0.1 build causes the bodies of a few FRTL routines to be included in the shared libraries (e.g. for_rtl_init in libmpichf90.so.12). The actual code is included, not just references to be resolved later.  That code is out-of-date and so does not
 run correctly.</span></p>
<p style="overflow-wrap: break-word; margin: 0px 0px 1.5em; padding: 0px; font-family: Arial, 宋体, Tahoma, Helvetica, sans-serif; font-size: 12px; color: rgb(83, 87, 94);" class="">
The compiler legitimately puts a call to for_rtl_init, etc. into the generated code.  The link step for MVAPICH2 must be resolving that to a static FRTL library which is not the actual up-to-date FRTL static library.</p>
<p style="overflow-wrap: break-word; margin: 0px 0px 1.5em; padding: 0px; font-family: Arial, 宋体, Tahoma, Helvetica, sans-serif; font-size: 12px; color: rgb(83, 87, 94);" class="">
If we are correct, then this is not a Fortran compiler problem, not a Fortran run-time library problem and not an Intel MPI problem.  It is an MVAPICH2 build problem.</p>
<p style="overflow-wrap: break-word; margin: 0px 0px 1.5em; padding: 0px; font-family: Arial, 宋体, Tahoma, Helvetica, sans-serif; font-size: 12px; color: rgb(83, 87, 94);" class="">
--Patrick"</p>
<p style="overflow-wrap: break-word; margin: 0px 0px 1.5em; padding: 0px; font-family: Arial, 宋体, Tahoma, Helvetica, sans-serif; font-size: 12px; color: rgb(83, 87, 94);" class="">
But I cannot find any solution to it in that post, is there any workaround about it?</p>
<p style="overflow-wrap: break-word; margin: 0px 0px 1.5em; padding: 0px; font-family: Arial, 宋体, Tahoma, Helvetica, sans-serif; font-size: 12px; color: rgb(83, 87, 94);" class="">
Thanks in advance.</p>
<p style="overflow-wrap: break-word; margin: 0px 0px 1.5em; padding: 0px; font-family: Arial, 宋体, Tahoma, Helvetica, sans-serif; font-size: 12px; color: rgb(83, 87, 94);" class="">
Difu</p>
_______________________________________________<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>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>