<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr"><div>This is the MPICH configure error:</div><div><br></div>configure:44317: gcc-8 -c    -O2   -I/home/jrhammon/Work/MPI/MPICH/git/build/src/mpl/include -I/home/jrhammon/Work/MPI/MPICH/git/src/mpl/include -I/home/jrhammon/Work/MPI/MPICH/git/src/openpa/src -I/home/jrhammon/Work/MPI/MPICH/git/build/src/openpa/src -D_REENTRANT -I/home/jrhammon/Work/MPI/MPICH/git/build/src/mpi/romio/include conftest.c >&5<br>conftest.c:155:10: fatal error: ISO_Fortran_binding.h: No such file or directory<br> #include <ISO_Fortran_binding.h><br>          ^~~~~~~~~~~~~~~~~~~~~~~<br><br>It has a trivial reproducer:<div><br>$ cat mcve.c <br>#include <ISO_Fortran_binding.h><br><br>int main()<br>{<br>    return 0;<br>}<br><br>$ gcc-8 -c mcve.c<br>mcve.c:1:10: fatal error: ISO_Fortran_binding.h: No such file or directory<br> #include <ISO_Fortran_binding.h><br>          ^~~~~~~~~~~~~~~~~~~~~~~<br>compilation terminated.<br><br>Relevant GCC content:<br><br><a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?format=multiple&id=48820">https://gcc.gnu.org/bugzilla/show_bug.cgi?format=multiple&id=48820</a><div><a href="https://gcc.gnu.org/ml/fortran/2012-07/msg00115.html">https://gcc.gnu.org/ml/fortran/2012-07/msg00115.html</a><br></div></div><div><br></div><div>I don't understand why GCC hasn't implemented this header in the 5+ years that they've known that MPI needs it.</div><div><br></div><div>Jeff</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 15, 2018 at 1:52 PM, Damian Rouson <span dir="ltr"><<a href="mailto:damian@sourceryinstitute.org" target="_blank">damian@sourceryinstitute.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word;line-break:after-white-space"><span class=""><div id="m_-7720795014855682671bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto">On March 15, 2018 at 1:05:34 PM, Kenneth Raffenetti (<a href="mailto:raffenet@mcs.anl.gov" target="_blank">raffenet@mcs.anl.gov</a>) wrote:</div> <div><blockquote type="cite" class="m_-7720795014855682671clean_bq" style="font-family:Helvetica,Arial;font-size:13px;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"><span><div><div></div><div>F08 bindings will build if they pass the included compiler tests during<span class="m_-7720795014855682671Apple-converted-space"> </span><br>configure. Unfortunately gfortran is unable to build the binding.<span class="m_-7720795014855682671Apple-converted-space"> </span></div></div></span></blockquote></div></span><p>Thanks for the quick reply.  Is there a GCC bug report that demonstrates the issue?  The gfortran trunk now supports most of the required Fortran 2008 + TS29113 features so I’d like to see what’s missing and add myself to the cc list on the bug report.</p><div><span class=""><div><blockquote type="cite" class="m_-7720795014855682671clean_bq" style="font-family:Helvetica,Arial;font-size:13px;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"><span><div><div>The<span class="m_-7720795014855682671Apple-converted-space"> </span><br>latest Intel compiler suite will work, if you have access to that.<span class="m_-7720795014855682671Apple-converted-space"> </span></div></div></span></blockquote></div></span><p>Thanks.  I do.</p><span class="HOEnZb"><font color="#888888"><p>Damian</p></font></span></div></div><br>______________________________<wbr>_________________<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/<wbr>mailman/listinfo/discuss</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Jeff Hammond<br><a href="mailto:jeff.science@gmail.com" target="_blank">jeff.science@gmail.com</a><br><a href="http://jeffhammond.github.io/" target="_blank">http://jeffhammond.github.io/</a></div>
</div>