all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69632] [PATCH] gnu: petsc: add tunable property.
@ 2024-03-08  9:49 Lars Bilke
  2024-03-12 11:54 ` bug#69632: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: Lars Bilke @ 2024-03-08  9:49 UTC (permalink / raw)
  To: 69632; +Cc: Lars Bilke, Andreas Enge, Eric Bavier, Sharlatan Hellseher

Tested with some real-world simulations on multpiple HPC systems.

Change-Id: I81588d0556c4176f29d7ab760322cd7aec271f12
---
 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 1f61ee0583..9f0b1ccadc 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -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

base-commit: 75bad75367fcf2c289fae3b40dbcc850f92177be
-- 
2.43.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#69632: [PATCH] gnu: petsc: add tunable property.
  2024-03-08  9:49 [bug#69632] [PATCH] gnu: petsc: add tunable property Lars Bilke
@ 2024-03-12 11:54 ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2024-03-12 11:54 UTC (permalink / raw)
  To: Lars Bilke; +Cc: 69632-done, Andreas Enge, Sharlatan Hellseher, Eric Bavier

[-- Attachment #1: Type: text/plain, Size: 236 bytes --]

Thanks. Patch pushed!

-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-12 11:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-08  9:49 [bug#69632] [PATCH] gnu: petsc: add tunable property Lars Bilke
2024-03-12 11:54 ` bug#69632: " Efraim Flashner

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.