<div dir="ltr">Satish,<div><br></div><div>Yes, indeed. I figured my bfort is somehow corrupted. 'otool -L' shows that it is pointing to an non-existing MPI library. Using <span style="font-family:Consolas,Menlo,Monaco,"Lucida Console","Liberation Mono","DejaVu Sans Mono","Bitstream Vera Sans Mono","Courier New",monospace,sans-serif;font-style:inherit;font-variant-ligatures:inherit;font-variant-caps:inherit;font-weight:inherit;white-space:inherit;background-color:rgb(239,240,241);color:rgb(36,39,41);font-size:13px">install_name_tool</span> on bfort fixed the problem.</div><div><br></div><div>Best,</div><div>Yaqi</div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Jan 10, 2019 at 1:54 PM Balay, Satish <<a href="mailto:balay@mcs.anl.gov">balay@mcs.anl.gov</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Can you send configure.log from this failure?<br>
<br>
Do you have any old version of bfort in your PATH?<br>
<br>
Satish<br>
<br>
On Thu, 10 Jan 2019, Yaqi Wang via petsc-users wrote:<br>
<br>
> Hello,<br>
> <br>
> I am having difficulty on configuring PETSc. Running configure crashed in<br>
> the middle. At the end of configure.log, I have<br>
> ---------------<br>
> <br>
> *******************************************************************************<br>
> <br>
>         CONFIGURATION CRASH  (Please send configure.log to<br>
> <a href="mailto:petsc-maint@mcs.anl.gov" target="_blank">petsc-maint@mcs.anl.gov</a>)<br>
> <br>
> *******************************************************************************<br>
> <br>
> 'NoneType' object has no attribute 'group'  File "./config/configure.py",<br>
> line 394, in petsc_configure<br>
> <br>
>     framework.configure(out = sys.stdout)<br>
> <br>
>   File<br>
> "/Users/wangy2/projects/moose/petsc/config/BuildSystem/config/framework.py",<br>
> line 1092, in configure<br>
> <br>
>     self.processChildren()<br>
> <br>
>   File<br>
> "/Users/wangy2/projects/moose/petsc/config/BuildSystem/config/framework.py",<br>
> line 1081, in processChildren<br>
> <br>
>     self.serialEvaluation(self.childGraph)<br>
> <br>
>   File<br>
> "/Users/wangy2/projects/moose/petsc/config/BuildSystem/config/framework.py",<br>
> line 1062, in serialEvaluation<br>
> <br>
>     child.configure()<br>
> <br>
>   File<br>
> "/Users/wangy2/projects/moose/petsc/config/BuildSystem/config/packages/sowing.py",<br>
> line 119, in configure<br>
> <br>
>     self.checkBfortVersion(1,1,25)<br>
> <br>
>   File<br>
> "/Users/wangy2/projects/moose/petsc/config/BuildSystem/config/packages/sowing.py",<br>
> line 59, in checkBfortVersion<br>
> <br>
>     major    = int(ver.group(1))<br>
> <br>
> ================================================================================<br>
> <br>
> Finishing configure run at Thu, 10 Jan 2019 13:04:21 -0700<br>
> <br>
> ================================================================================<br>
> <br>
> ----------<br>
> <br>
> Does anyone have the similar error before? How should I fix it?<br>
> <br>
> <br>
> Your help is appreciated.<br>
> <br>
> <br>
> Best,<br>
> <br>
> Yaqi<br>
> <br>
<br>
</blockquote></div>