[petsc-dev] problem with hypre with '--with-openmp=1'

Satish Balay balay at mcs.anl.gov
Tue Jun 26 11:59:42 CDT 2018


On Tue, 26 Jun 2018, Mark Adams wrote:

> >
> >
> > Download the following packages to /home/balay/tmp
> >
> > hypre ['git://https://github.com/LLNL/hypre', '
> > https://github.com/LLNL/hypre/archive/v2.14.0.tar.gz']
> >
> >
> Satish, dumb question, but I'm not sure how to get this. I did a 'git clone
> https://github.com/LLNL/hypre' but I don't see an archive
> <https://github.com/LLNL/hypre/archive/v2.14.0.tar.gz> directory. and I
> don't see it on github.

The first url is a git repo. The second url is a tarball. Obviously
with git URL - one also need additional info - commit/branch. This
info is not printed above [as its not needed for the purpose of
--with-packages-download-dir. [this info is in hypre.py

    self.gitcommit = 'v2.14.0'


So wrt git - you would do:

git clone https://github.com/LLNL/hypre
git checkout v2.14.0

wrt tarball - you would do:

wget https://github.com/LLNL/hypre/archive/v2.14.0.tar.gz
or
curl -O https://github.com/LLNL/hypre/archive/v2.14.0.tar.gz

Satish


More information about the petsc-dev mailing list