[petsc-users] hypre github location change

Satish Balay balay at mcs.anl.gov
Mon May 23 20:28:07 CDT 2022


current petsc release [3.17]  has [in config/BuildSystem/config/packages/hypre.py]:

    self.download        = ['git://https://github.com/hypre-space/hypre','https://github.com/hypre-space/hypre/archive/'+self.gitcommit+'.tar.gz']

What version of PETSc are you attempting to install?

One can always use --download-hypre=TarBallURL - or --download-hypre=git://GitURL - but you would need to figure out the compatible
version of hypre to use [with the corresponding PETSc version]

However its best to install/use the latest PETSc release.

Satish


On Mon, 23 May 2022, Pieter VandenBerge wrote:

> Hi there,
> 
> I was trying to install petsc on my login in the cluster at my school
> (Portland State University).  I noticed that I wasn't able to download
> hypre, and that when I looked into why it seems to be because the location
> of hypre changed on github to https://github.com/hypre-space/hypre, whereas
> the current configuration is looking for it under Lawrence Livermore
> github.
> 
> I went ahead and installed it without hypre for now, and I might be able to
> make it work on my own by altering the configuration file for hypre, but
> thought it should more generally be known about.
> 
> Thanks,
> Pieter Vandenberge
> 



More information about the petsc-users mailing list