<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="">



<div dir="auto" style="word-wrap:break-word; line-break:after-white-space" class="">
Thanks - I’m up to the runtime failure on FI_ADDR_NOTAVAIL. Is there an alternative path to build MPICH on OSX?</div><div dir="auto" style="word-wrap:break-word; line-break:after-white-space" class=""><br class=""></div><div dir="auto" style="word-wrap:break-word; line-break:after-white-space" class="">Bill</div><div dir="auto" style="word-wrap:break-word; line-break:after-white-space" class=""><br class="">
<div class="">
<div style="color:rgb(0,0,0); letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; word-wrap:break-word" class="">
<div style="color:rgb(0,0,0); letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; word-wrap:break-word" class="">
<div style="color:rgb(0,0,0); letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; word-wrap:break-word" class="">
<div style="word-wrap:break-word" class="">
<div style="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">
William Gropp<br class="">
Director and Chief Scientist, NCSA<br class="">
Thomas M. Siebel Chair in Computer Science<br class="">
University of Illinois Urbana-Champaign</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 Aug 7, 2020, at 11:54 AM, Zhou, Hui via discuss <<a href="mailto:discuss@mpich.org" class="">discuss@mpich.org</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class="">Follow up --<br class="">
<br class="">
If you hit this runtime error:<br class="">
<br class="">
   Assertion failed in file src/mpid/ch4/netmod/ofi/ofi_init.c at line xxxx: mapped_table[i] != FI_ADDR_NOTAVAIL  <br class="">
<br class="">
That is due to libfabric having trouble with ipv6 addresses and it ignores our hints on addr_format. I'll work out a patch later.                                                              <br class="">
<br class="">
-- <br class="">
Hui Zhou<br class="">
<br class="">
<br class="">
<br class="">
On 8/7/20, 10:24 AM, "Raffenetti, Kenneth J." <<a href="mailto:raffenet@mcs.anl.gov" class="">raffenet@mcs.anl.gov</a>> wrote:<br class="">
<br class="">
   Just updating from git is not enough to fix it, though. Since it is a submodule update, you'll need to run<br class="">
<br class="">
      git submodule update --init<br class="">
<br class="">
   to pull in the latest fix.<br class="">
<br class="">
   Ken<br class="">
<br class="">
   On 8/6/20, 10:14 PM, "Zhou, Hui via discuss" <<a href="mailto:discuss@mpich.org" class="">discuss@mpich.org</a>> wrote:<br class="">
<br class="">
       The particular link error should have been fixed since this Monday. Try make sure it is the correct source tree and clean build tree? That said, there will be additional run time issues building ch4 on mac. I’ll spend some time tomorrow and follow up
 if I can make progress.<br class="">
<br class="">
       --<br class="">
       Hui Zhou<br class="">
       Principal Software Development Specialist<br class="">
       Mathematics and Computer Science<br class="">
       Argonne National Laboratory<br class="">
<br class="">
<br class="">
<br class="">
       From: "Gropp, William D via discuss" <<a href="mailto:discuss@mpich.org" class="">discuss@mpich.org</a>><br class="">
       Reply-To: "<a href="mailto:discuss@mpich.org" class="">discuss@mpich.org</a>" <<a href="mailto:discuss@mpich.org" class="">discuss@mpich.org</a>><br class="">
       Date: Thursday, August 6, 2020 at 5:01 PM<br class="">
       To: "<a href="mailto:discuss@mpich.org" class="">discuss@mpich.org</a>" <<a href="mailto:discuss@mpich.org" class="">discuss@mpich.org</a>><br class="">
       Cc: "Gropp, William D" <<a href="mailto:wgropp@illinois.edu" class="">wgropp@illinois.edu</a>><br class="">
       Subject: [mpich-discuss] Unable to build on OSX<br class="">
<br class="">
<br class="">
<br class="">
       Using the current as of this morning from git, hash 1d340282 , and with CC=gcc-10 (needed to work with the corresponding version of gfortran, because gcc on OSX is really clang)
<br class="">
<br class="">
<br class="">
       ../../sources/mpich/configure --with-device=ch4:ofi --prefix=/Users/gropp/installs/mpich2-dbg
<br class="">
<br class="">
<br class="">
<br class="">
       works but make ends with<br class="">
<br class="">
<br class="">
<br class="">
       /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: lib/.libs/libmpifort.a(mpi_c_interface_nobuf.o) has no symbols<br class="">
<br class="">
         CXX      src/binding/cxx/initcxx.lo<br class="">
<br class="">
         CXXLD    lib/<a href="http://libmpicxx.la" class="">libmpicxx.la</a> <<a href="http://libmpicxx.la" class="">http://libmpicxx.la</a>><br class="">
<br class="">
         CC       src/env/mpichversion.o<br class="">
<br class="">
         CCLD     src/env/mpichversion<br class="">
<br class="">
       Undefined symbols for architecture x86_64:<br class="">
<br class="">
         "_ofi_process_vm_writev", referenced from:<br class="">
<br class="">
             import-atom in libpmpi.dylib<br class="">
<br class="">
       ld: symbol(s) not found for architecture x86_64<br class="">
<br class="">
       collect2: error: ld returned 1 exit status<br class="">
<br class="">
       make[2]: *** [src/env/mpichversion] Error 1<br class="">
<br class="">
       make[1]: *** [all-recursive] Error 1<br class="">
<br class="">
       make: *** [all] Error 2<br class="">
<br class="">
       gropp@wdg-macbook hydra %<br class="">
<br class="">
<br class="">
<br class="">
<br class="">
       Configure and make logs attached.<br class="">
<br class="">
<br class="">
<br class="">
       (Some of the instructions on the MPICH web page for submitting bug reports sent me to unreachable github web pages)<br class="">
<br class="">
<br class="">
<br class="">
<br class="">
<br class="">
<br class="">
<br class="">
       William Gropp<br class="">
       Director and Chief Scientist, NCSA<br class="">
       Thomas M. Siebel Chair in Computer Science<br class="">
       University of Illinois Urbana-Champaign<br class="">
<br class="">
<br class="">
<br class="">
<br class="">
<br class="">
<br class="">
<br class="">
<br class="">
<br class="">
<br class="">
<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="">
<a href="https://lists.mpich.org/mailman/listinfo/discuss" class="">https://lists.mpich.org/mailman/listinfo/discuss</a><br class="">
</div>
</div>
</blockquote>
</div>
<br class="">
</div>

</body></html>