Skip to content

Commit

Permalink
Use a different prefix to install PETSc with MUMPS and hypre
Browse files Browse the repository at this point in the history
This will make it easier to re-build PISM with one or the other.
  • Loading branch information
ckhroulev committed May 27, 2021
1 parent 78e56e7 commit 8a15f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx/installation/code/petsc-mumps-hypre.sh
Expand Up @@ -7,7 +7,7 @@ set -x
# Install the latest PETSc with MUMPS and hypre in ~/local/petsc using ~/local/build/petsc
# as the build directory.

prefix=$HOME/local/petsc
prefix=$HOME/local/petsc-mumps-hypre
build_dir=~/local/build/petsc

rm -rf ${build_dir}
Expand Down

0 comments on commit 8a15f41

Please sign in to comment.