<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br><br>
<br>
Does MPI work fine on this box? </blockquote><div><br></div><div>It has, but I don't use it much here lately.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">You can try disabling this check (manually) - and do the build, and run<br>
<br>
Does MPI run fine?<br>
<br></blockquote><div><br></div><div>I will look. I got going by disabling MPI.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Satish<br>
<br>
<br>
>>>>>>>>>>><br>
<br>
diff --git a/config/BuildSystem/config/packages/MPI.py b/config/BuildSystem/config/packages/MPI.py<br>
index 2e130fdcfe..8464de6773 100644<br>
--- a/config/BuildSystem/config/packages/MPI.py<br>
+++ b/config/BuildSystem/config/packages/MPI.py<br>
@@ -267,7 +267,7 @@ shared libraries and run with --known-mpi-shared-libraries=1')<br>
               if ret != 0:<br>
                 raise RuntimeError(errormessage+" Return code %s\n" % ret)<br>
             except:<br>
-              raise RuntimeError("Exception: "+errormessage)<br>
+              pass<br>
           else:<br>
             self.logPrint("Unable to get result from hostname, skipping ping check\n")<br>
<br>
</blockquote></div></div>