Re: [petsc-users] hypre github location change

2022-05-23 Thread Jacob Faibussowitsch
What version of petsc are you using? Current main https://gitlab.com/petsc/petsc/-/blob/main/config/BuildSystem/config/packages/hypre.py downloads from the link you cite (see the self.download member variable). Best regards, Jacob Faibussowitsch (Jacob Fai - booss - oh - vitch) > On May 23,

Re: [petsc-users] hypre github location change

2022-05-23 Thread Satish Balay via petsc-users
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

[petsc-users] hypre github location change

2022-05-23 Thread Pieter VandenBerge
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,

Re: [petsc-users] strumpack in ilu mode

2022-05-23 Thread Barry Smith
Randy, Please take a look at https://gitlab.com/petsc/petsc/-/merge_requests/4543/ and try its branch. It has more features and may provide more of what you need. Barry > On May 23, 2022, at 1:59 PM, Randall Mackie wrote: > >

[petsc-users] strumpack in ilu mode

2022-05-23 Thread Randall Mackie
Dear PETSc team: I am trying to use Strumpack in ILU mode, which is suppose to activate it’s low rank approximation as described on the man page: https://petsc.org/release/docs/manualpages/Mat/MATSOLVERSSTRUMPACK.html

Re: [petsc-users] A compilation error about VecGetValues

2022-05-23 Thread Barry Smith
Was PETSc ./configure with --download-hypre ? Send configure.log make.log and the full error message if you still have this failure. > On May 23, 2022, at 9:35 AM, wang yuqi wrote: > > Thank you very much. The problem has been solved. But I have a new problem, > when I use the