Re: [petsc-users] Running moose/scripts/update_and_rebuild_petsc.sh on HPC

2020-01-31 Thread Tomas Mondragon
Thanks, that does sound useful! On Fri, Jan 31, 2020, 6:23 PM Smith, Barry F. wrote: > >You might find this option useful. > >--with-packages-download-dir= >Skip network download of package tarballs and locate them in > specified dir. If not found in dir, print package URL - so

Re: [petsc-users] Running moose/scripts/update_and_rebuild_petsc.sh on HPC

2020-01-31 Thread Smith, Barry F. via petsc-users
You might find this option useful. --with-packages-download-dir= Skip network download of package tarballs and locate them in specified dir. If not found in dir, print package URL - so it can be obtained manually. This generates a list of URLs to download so you don't need

Re: [petsc-users] Running moose/scripts/update_and_rebuild_petsc.sh on HPC

2020-01-31 Thread Smith, Barry F. via petsc-users
https://gitlab.com/petsc/petsc/-/merge_requests/2494 Will only turn off the hyper batch build if it is a KNL system. Will be added to maint branch Baryr > On Jan 31, 2020, at 11:58 AM, Tomas Mondragon > wrote: > > Hypre problem resolved. PETSc commit 05f86fb made in August 05,

Re: [petsc-users] Fwd: Running moose/scripts/update_and_rebuild_petsc.sh on HPC

2020-01-31 Thread Tomas Mondragon
Hypre problem resolved. PETSc commit 05f86fb made in August 05, 2019 added the line 'self.installwithbatch = 0' to the __init__ method of the Configure class in the file petsc/config/BuildSystem/config/packages/hypre.py to fix a bug with hypre installation on Cray KNL systems. Since the machine I

Re: [petsc-users] Product of matrix row times a vector

2020-01-31 Thread Matthew Knepley
On Fri, Jan 31, 2020 at 4:19 AM Jeremy Theler wrote: > > On Thu, 2020-01-30 at 18:05 -0500, Matthew Knepley wrote: > > On Thu, Jan 30, 2020 at 6:04 PM Jeremy Theler > > wrote: > > > On Thu, 2020-01-30 at 21:10 +, Smith, Barry F. wrote: > > > > > > > MatGetSubMatrix() and then do the

Re: [petsc-users] Product of matrix row times a vector

2020-01-31 Thread Jeremy Theler
On Thu, 2020-01-30 at 18:05 -0500, Matthew Knepley wrote: > On Thu, Jan 30, 2020 at 6:04 PM Jeremy Theler > wrote: > > On Thu, 2020-01-30 at 21:10 +, Smith, Barry F. wrote: > > > > > MatGetSubMatrix() and then do the product on the sub matrix > > then > > > VecSum > > > > > > > Ok, I