STYLE: fix typo in PETSc help, add download info for HYPRE

This commit is contained in:
Mark Olesen
2020-06-22 12:24:22 +02:00
parent 78819144d3
commit 36f89097d8

View File

@ -51,7 +51,7 @@ usage: ${0##*/} [OPTION] [lib|libso] [HYPRE-VERSION] [PETSC-VERSION] [-- configu
options: options:
-gcc Force use of gcc/g++ -gcc Force use of gcc/g++
-inplace Build/install inplace (expert option) -inplace Build/install inplace (expert option)
-no-hype Disable automatic hypre detection -no-hypre Disable automatic hypre detection
-help -help
* build PETSC with * build PETSC with
@ -59,6 +59,11 @@ options:
USAGE USAGE
showDownloadHint PETSC showDownloadHint PETSC
echo
echo "Many people who have downloaded PETSC have also downloaded HYPRE :"
showDownloadHint HYPRE
exit 1 exit 1
} }
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------