[petsc-users] HYPRE link

Satish Balay balay at mcs.anl.gov
Sat May 29 09:55:01 CDT 2021


One can use --with-packages-download-dir for this use case. i.e:
- run configure with --with-packages-download-dir - it prints the needed URLs
- download the pacakges using the above URL/s  - and place in this location
- rerun configure [with the same options] - and configure will use these downloads from this location.

Satish

--------

balay at sb /home/balay/petsc (main=)
$ ./configure --download-hypre --with-packages-download-dir=$PWD
===============================================================================
             Configuring PETSc to compile on your system                       
===============================================================================
Download the following packages to /home/balay/petsc 

hypre ['git://https://github.com/hypre-space/hypre', 'https://github.com/hypre-space/hypre/archive/v2.20.0.tar.gz']

Then run the script again


On Sat, 29 May 2021, Matthew Knepley wrote:

> On Sat, May 29, 2021 at 5:38 AM TAY wee-beng <zonexo at gmail.com> wrote:
> 
> > Hi,
> >
> > I need to compile PETSc with HYPRE but I can't download directly since my
> > cluster is behind firewall.
> >
> > Can someone give me the link to download it?
> >
> The links are in the configure modules:
> 
> 
> https://gitlab.com/petsc/petsc/-/blob/main/config/BuildSystem/config/packages/hypre.py#L13
> 
>   Thanks,
> 
>     Matt
> 
> 
> > --
> >
> > Thank you very much.
> >
> > Yours sincerely,
> >
> > ================================================
> > TAY Wee-Beng 郑伟明 (Zheng Weiming)
> > Personal research webpage: *http://tayweebeng.wixsite.com/website
> > <http://tayweebeng.wixsite.com/website>*
> > Youtube research showcase: *https://goo.gl/PtvdwQ <https://goo.gl/PtvdwQ>*
> > linkedin: *https://www.linkedin.com/in/tay-weebeng
> > <https://www.linkedin.com/in/tay-weebeng>*
> > ================================================
> >
> 
> 
> 


More information about the petsc-users mailing list