~ruther/guix-local

6cff29fb6e273e4a746dd518a07776d7c4c71b42 — Lars Bilke 2 years ago ac74586
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>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/maths.scm
M gnu/packages/maths.scm => gnu/packages/maths.scm +2 -1
@@ 3515,7 3515,8 @@ September 2004}")
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