me
/
guix
Archived
1
0
Fork 0

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>
master
Lars Bilke 2024-03-08 10:49:20 +01:00 committed by Efraim Flashner
parent ac74586ff3
commit 6cff29fb6e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -3515,7 +3515,8 @@ September 2004}")
data structures and routines for the scalable (parallel) solution of data structures and routines for the scalable (parallel) solution of
scientific applications modeled by partial differential equations.") scientific applications modeled by partial differential equations.")
(license (license:non-copyleft (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 (define-public petsc-complex
(package (package