<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Sep 17, 2020, at 4:47 PM, Matthew Knepley <<a href="mailto:knepley@gmail.com" class="">knepley@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">We should have an option to disable the test.</div></div></blockquote><div><br class=""></div>  No, the test should be an accurate and correct test. I'm sick of people wasting their time and our time because their network configuration is not right for MPICH/OPENMPI and PETSc gets the blame because it is the first place that checks this.</div><div><br class=""></div><div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class=""><br class=""></div><div class="">   Matt</div></div><br class=""><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Sep 17, 2020 at 5:31 PM Satish Balay via petsc-users <<a href="mailto:petsc-users@mcs.anl.gov" class="">petsc-users@mcs.anl.gov</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Thu, 17 Sep 2020, Mark Adams wrote:<br class="">
<br class="">
> I rebased over master and started getting this error.<br class="">
> I did reinstall MPICH (brew) recently.<br class="">
> Any ideas?<br class="">
> Thanks,<br class="">
> Mark<br class="">
<br class="">
-------------------------------------------------------------------------------<br class="">
Exception: Your hostname will not work with MPI, perhaps you have VPN running whose network settings may not play well with MPI or your network is misconfigured<br class="">
*******************************************************************************<br class="">
<br class="">
<br class="">
Ok - this is a new test that got added to check for broken network that breaks MPI.<br class="">
<br class="">
Here is the check:<br class="">
<br class="">
Executing: ping -c 2 MarksMac-302.local<br class="">
<br class="">
The check says you have broken network settings. [as its not responding to ping.]<br class="">
<br class="">
Does MPI work fine on this box? You can try disabling this check (manually) - and do the build, and run<br class="">
<br class="">
Does MPI run fine?<br class="">
<br class="">
Satish<br class="">
<br class="">
<br class="">
>>>>>>>>>>><br class="">
<br class="">
diff --git a/config/BuildSystem/config/packages/MPI.py b/config/BuildSystem/config/packages/MPI.py<br class="">
index 2e130fdcfe..8464de6773 100644<br class="">
--- a/config/BuildSystem/config/packages/MPI.py<br class="">
+++ b/config/BuildSystem/config/packages/MPI.py<br class="">
@@ -267,7 +267,7 @@ shared libraries and run with --known-mpi-shared-libraries=1')<br class="">
               if ret != 0:<br class="">
                 raise RuntimeError(errormessage+" Return code %s\n" % ret)<br class="">
             except:<br class="">
-              raise RuntimeError("Exception: "+errormessage)<br class="">
+              pass<br class="">
           else:<br class="">
             self.logPrint("Unable to get result from hostname, skipping ping check\n")<br class="">
<br class="">
</blockquote></div><br clear="all" class=""><div class=""><br class=""></div>-- <br class=""><div dir="ltr" class="gmail_signature"><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><div class="">What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br class="">-- Norbert Wiener</div><div class=""><br class=""></div><div class=""><a href="http://www.cse.buffalo.edu/~knepley/" target="_blank" class="">https://www.cse.buffalo.edu/~knepley/</a><br class=""></div></div></div></div></div></div></div>
</div></blockquote></div><br class=""></body></html>