gnu: petsc-openmpi: Configure with support for HYPRE preconditioner.
* gnu/packages/maths.scm (petsc-openmpi)[inputs]: Add hypre-openmpi. [arguments]: Add 'with-hypre=1' flag. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
7bc5657f84
commit
af5236739e
@ -1767,6 +1767,7 @@ scientific applications modeled by partial differential equations.")
|
|||||||
(name "petsc-openmpi")
|
(name "petsc-openmpi")
|
||||||
(inputs
|
(inputs
|
||||||
`(("hdf5" ,hdf5-parallel-openmpi)
|
`(("hdf5" ,hdf5-parallel-openmpi)
|
||||||
|
("hypre" ,hypre-openmpi)
|
||||||
("metis" ,metis)
|
("metis" ,metis)
|
||||||
("mumps" ,mumps-openmpi)
|
("mumps" ,mumps-openmpi)
|
||||||
("openmpi" ,openmpi)
|
("openmpi" ,openmpi)
|
||||||
@ -1776,7 +1777,8 @@ scientific applications modeled by partial differential equations.")
|
|||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments petsc)
|
(substitute-keyword-arguments (package-arguments petsc)
|
||||||
((#:configure-flags cf)
|
((#:configure-flags cf)
|
||||||
``("--with-mpiexec=mpirun"
|
``("--with-hypre=1"
|
||||||
|
"--with-mpiexec=mpirun"
|
||||||
"--with-metis=1"
|
"--with-metis=1"
|
||||||
"--with-mumps=1"
|
"--with-mumps=1"
|
||||||
"--with-scalapack=1"
|
"--with-scalapack=1"
|
||||||
|
Loading…
Reference in New Issue
Block a user