<div dir="ltr">It looks like it still has the same issue. Please see the log file attached.<div><br></div><div> PETSc did not pick up "-lmpifort" correctly, and PETSc seemed to just ignore this flag.</div><div><br></div><div>Thanks,</div><div><br></div><div>Fande,<br><div><br></div><div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Mar 14, 2020 at 11:57 AM Satish Balay <<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-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">to work around - you can try:<br>
<br>
LIBS="-lmpifort -lgfortran"<br>
<br>
Satish<br>
<br>
On Sat, 14 Mar 2020, Satish Balay via petsc-users wrote:<br>
<br>
> Its the same location as before. For some reason configure is not saving the relevant logs.<br>
> <br>
> I don't understand saveLog() restoreLog() stuff. Matt, can you check on this?<br>
> <br>
> Satish<br>
> <br>
> On Sat, 14 Mar 2020, Fande Kong wrote:<br>
> <br>
> > The configuration crashed earlier than before with your changes.<br>
> > <br>
> > Please see the attached log file when using your branch. The trouble lines<br>
> > should be:<br>
> > <br>
> >  "    asub=self.mangleFortranFunction("asub")<br>
> >     cbody = "extern void "+asub+"(void);\nint main(int argc,char<br>
> > **args)\n{\n  "+asub+"();\n  return 0;\n}\n";<br>
> > "<br>
> > <br>
> > Thanks,<br>
> > <br>
> > Fande,<br>
> > <br>
> > On Thu, Mar 12, 2020 at 7:06 PM Satish Balay <<a href="mailto:balay@mcs.anl.gov" target="_blank">balay@mcs.anl.gov</a>> wrote:<br>
> > <br>
> > > I can't figure out what the stack in the attached configure.log. [likely<br>
> > > some stuff isn't getting logged in it]<br>
> > ><br>
> > > Can you retry with branch 'balay/fix-checkFortranLibraries/maint'?<br>
> > ><br>
> > > Satish<br>
> > ><br>
> > > On Thu, 12 Mar 2020, Fande Kong wrote:<br>
> > ><br>
> > > > Thanks, Satish,<br>
> > > ><br>
> > > > But still have the problem. Please see the attached log file.<br>
> > > ><br>
> > > > Thanks,<br>
> > > ><br>
> > > > Fande.<br>
> > > ><br>
> > > > On Thu, Mar 12, 2020 at 3:42 PM Satish Balay <<a href="mailto:balay@mcs.anl.gov" target="_blank">balay@mcs.anl.gov</a>> wrote:<br>
> > > ><br>
> > > > > Can you retry with the attached patch?<br>
> > > > ><br>
> > > > > BTW: Its best to use the latest patched version - i.e<br>
> > > petsc-3.12.4.tar.gz<br>
> > > > ><br>
> > > > > Satish<br>
> > > > ><br>
> > > > > On Thu, 12 Mar 2020, Fande Kong wrote:<br>
> > > > ><br>
> > > > > > This fixed the fblaslapack issue. Now have another issue about mumps.<br>
> > > > > ><br>
> > > > > > Please see the log file attached.<br>
> > > > > ><br>
> > > > > > Thanks,<br>
> > > > > ><br>
> > > > > > Fande,<br>
> > > > > ><br>
> > > > > > On Thu, Mar 12, 2020 at 1:38 PM Satish Balay <<a href="mailto:balay@mcs.anl.gov" target="_blank">balay@mcs.anl.gov</a>><br>
> > > wrote:<br>
> > > > > ><br>
> > > > > > > For some reason - the fortran compiler libraries check worked fine<br>
> > > > > without<br>
> > > > > > > -lgfortran.<br>
> > > > > > ><br>
> > > > > > > But now - flbaslapack check is failing without it.<br>
> > > > > > ><br>
> > > > > > > To work arround - you can use option LIBS=-lgfortran<br>
> > > > > > ><br>
> > > > > > > Satish<br>
> > > > > > ><br>
> > > > > > > On Thu, 12 Mar 2020, Fande Kong wrote:<br>
> > > > > > ><br>
> > > > > > > > Hi All,<br>
> > > > > > > ><br>
> > > > > > > > I had an issue when configuring petsc on a linux machine. I have<br>
> > > the<br>
> > > > > > > > following error message:<br>
> > > > > > > ><br>
> > > > > > > >      Compiling FBLASLAPACK; this may take several minutes<br>
> > > > > > > ><br>
> > > > > > > ><br>
> > > > > > ><br>
> > > > ><br>
> > > ===============================================================================<br>
> > > > > > > ><br>
> > > > > > > >    TESTING: checkLib from<br>
> > > > > > > ><br>
> > > > > > ><br>
> > > > ><br>
> > > config.packages.BlasLapack(config/BuildSystem/config/packages/BlasLapack.py:120)<br>
> > > > > > > ><br>
> > > > > > > ><br>
> > > > > > ><br>
> > > > ><br>
> > > *******************************************************************************<br>
> > > > > > > >          UNABLE to CONFIGURE with GIVEN OPTIONS    (see<br>
> > > > > configure.log for<br>
> > > > > > > > details):<br>
> > > > > > > ><br>
> > > > > > ><br>
> > > > ><br>
> > > -------------------------------------------------------------------------------<br>
> > > > > > > > --download-fblaslapack libraries cannot be used<br>
> > > > > > > ><br>
> > > > > > ><br>
> > > > ><br>
> > > *******************************************************************************<br>
> > > > > > > ><br>
> > > > > > > ><br>
> > > > > > > > The configuration log was attached.<br>
> > > > > > > ><br>
> > > > > > > > Thanks,<br>
> > > > > > > ><br>
> > > > > > > > Fande,<br>
> > > > > > > ><br>
> > > > > > ><br>
> > > > > > ><br>
> > > > > ><br>
> > > > ><br>
> > > ><br>
> > ><br>
> > ><br>
> > <br>
> <br>
<br>
</blockquote></div>