guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/07: gnu: petsc: Add tunable property.


From: guix-commits
Subject: 04/07: gnu: petsc: Add tunable property.
Date: Tue, 12 Mar 2024 07:51:47 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 6cff29fb6e273e4a746dd518a07776d7c4c71b42
Author: Lars Bilke <lars.bilke@ufz.de>
AuthorDate: Fri Mar 8 10:49:20 2024 +0100

    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>
---
 gnu/packages/maths.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index ea42341c41..bb2d7a3504 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]