mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: petsc: Add tunable property.
Tested with some real-world simulations on multpiple HPC systems. * gnu/packages/maths.scm (petsc)[properties]: Add tunable? flag. Change-Id: I81588d0556c4176f29d7ab760322cd7aec271f12 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
ac74586ff3
commit
6cff29fb6e
1 changed files with 2 additions and 1 deletions
|
@ -3515,7 +3515,8 @@ (define-public petsc
|
|||
data structures and routines for the scalable (parallel) solution of
|
||||
scientific applications modeled by partial differential equations.")
|
||||
(license (license:non-copyleft
|
||||
"https://www.mcs.anl.gov/petsc/documentation/copyright.html"))))
|
||||
"https://www.mcs.anl.gov/petsc/documentation/copyright.html"))
|
||||
(properties '((tunable? . #t)))))
|
||||
|
||||
(define-public petsc-complex
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue