Re: [petsc-users] Install PETSc with other libraries via package manager

2022-07-21 Thread Matthew Knepley
On Thu, Jul 21, 2022 at 7:11 AM Prateek Gupta wrote: > No. Actually there is a severe limitation on number of files in /home due > to less storage, which is why I ran into a wall building from source in > userspace. I could do it as root but I want to avoid building from source > in that case. >

Re: [petsc-users] Install PETSc with other libraries via package manager

2022-07-21 Thread Prateek Gupta
Yes. This I could try On Thu, 21 Jul 2022 at 5:42 PM, Matthew Knepley wrote: > On Thu, Jul 21, 2022 at 7:11 AM Prateek Gupta > wrote: > >> No. Actually there is a severe limitation on number of files in /home due >> to less storage, which is why I ran into a wall building from source in >>

Re: [petsc-users] Install PETSc with other libraries via package manager

2022-07-21 Thread Prateek Gupta
No. Actually there is a severe limitation on number of files in /home due to less storage, which is why I ran into a wall building from source in userspace. I could do it as root but I want to avoid building from source in that case. On Thu, 21 Jul 2022 at 5:34 PM, Matthew Knepley wrote: > On

Re: [petsc-users] Install PETSc with other libraries via package manager

2022-07-21 Thread Prateek Gupta
Thanks Jed. Yes PTScotch is a better choice. I will try the debian package On Thu, 21 Jul 2022 at 5:40 PM, Jed Brown wrote: > Looks like the Debian package is built with PTScotch, which is a > partitioner similar to ParMETIS that has better license. (ParMETIS has a > non-free license and is

Re: [petsc-users] Install PETSc with other libraries via package manager

2022-07-21 Thread Jed Brown
Looks like the Debian package is built with PTScotch, which is a partitioner similar to ParMETIS that has better license. (ParMETIS has a non-free license and is flagged as such on Debian.) All PETSc builds have LAPACK. If you get it from your package manager, you'll be stuck with a somewhat

Re: [petsc-users] Install PETSc with other libraries via package manager

2022-07-21 Thread Matthew Knepley
On Thu, Jul 21, 2022 at 5:16 AM Prateek Gupta wrote: > Hi, > I have a restriction of installing petsc on a community cluster only via > package manager (APT). But it needs to be configured with lapack and > parmetis. Is there a way to do this without building from source? > Can you just install

[petsc-users] Install PETSc with other libraries via package manager

2022-07-21 Thread Prateek Gupta
Hi, I have a restriction of installing petsc on a community cluster only via package manager (APT). But it needs to be configured with lapack and parmetis. Is there a way to do this without building from source? Thank you. Sincerely, Prateek Gupta, PhD