<div dir="ltr">Or use 





<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures"><br></span></p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">--download-hypre-configure-arguments=--with-fei</span></p></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno mer 30 gen 2019 alle ore 00:58 Balay, Satish via petsc-dev <<a href="mailto:petsc-dev@mcs.anl.gov">petsc-dev@mcs.anl.gov</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Tue, 29 Jan 2019, Victor Eijkhout via petsc-dev wrote:<br>
<br>
> I’ve been happily freeloading on the petsc installation in the sense that I claim to install things like hypre on our clusters by pointing into the petsc installation.<br>
> <br>
> Until of course someone needs a bit that does not get installed by petsc.<br>
> <br>
> In this case: HYPRE_LinSysCore.h<br>
> <br>
> Does the petsc hypre installation pick and choose what parts of hypre to install? Can I exert some influence on this?<br>
<br>
<br>
You can get this file with:<br>
<br>
diff --git a/config/BuildSystem/config/packages/hypre.py b/config/BuildSystem/config/packages/hypre.py<br>
index 620e51602a..c3cbd55877 100644<br>
--- a/config/BuildSystem/config/packages/hypre.py<br>
+++ b/config/BuildSystem/config/packages/hypre.py<br>
@@ -68,7 +68,7 @@ class Configure(config.package.GNUPackage):<br>
     args.append('--with-fmangle-lapack='+mang)<br>
<br>
     args.append('--without-mli')<br>
-    args.append('--without-fei')<br>
+    #args.append('--without-fei')<br>
     args.append('--without-superlu')<br>
     if self.getDefaultIndexSize() == 64:<br>
       args.append('--enable-bigint')<br>
<br>
I don't remember why these hypre modules are disabled by default. They must have caused grief at some point.<br>
<br>
Satish</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature">Stefano</div>