From unknown Mon Jun 23 18:27:45 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#69632 <69632@debbugs.gnu.org> To: bug#69632 <69632@debbugs.gnu.org> Subject: Status: [PATCH] gnu: petsc: add tunable property. Reply-To: bug#69632 <69632@debbugs.gnu.org> Date: Tue, 24 Jun 2025 01:27:45 +0000 retitle 69632 [PATCH] gnu: petsc: add tunable property. reassign 69632 guix-patches submitter 69632 Lars Bilke severity 69632 normal tag 69632 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 08 04:52:47 2024 Received: (at submit) by debbugs.gnu.org; 8 Mar 2024 09:52:47 +0000 Received: from localhost ([127.0.0.1]:56701 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1riWuE-0002vv-Oc for submit@debbugs.gnu.org; Fri, 08 Mar 2024 04:52:47 -0500 Received: from lists.gnu.org ([209.51.188.17]:52778) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1riWuC-0002vm-0C for submit@debbugs.gnu.org; Fri, 08 Mar 2024 04:52:44 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1riWte-0001Nv-7v for guix-patches@gnu.org; Fri, 08 Mar 2024 04:52:10 -0500 Received: from mailgate5.ufz.de ([141.65.7.212] helo=mailgate.ufz.de) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1riWta-0004zO-O2 for guix-patches@gnu.org; Fri, 08 Mar 2024 04:52:09 -0500 Received: from imap.intranet.ufz.de (dcs1.intranet.ufz.de [141.65.125.135]) by mailgate.ufz.de (Mailgate5-UFZ) with ESMTP id CBA9916028A for ; Fri, 8 Mar 2024 10:51:53 +0100 (CET) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: TEXT/PLAIN Received: from conversion-daemon.imap.intranet.ufz.de by imap.intranet.ufz.de (Oracle Communications Messaging Server 8.0.2.6.20200227 64bit (built Feb 27 2020)) id <0SA000100WHSFU00@imap.intranet.ufz.de> for guix-patches@gnu.org; Fri, 08 Mar 2024 10:51:53 +0100 (CET) Received: from smtp2.ufz.de ([141.65.7.217]) by imap.intranet.ufz.de (Oracle Communications Messaging Server 8.0.2.6.20200227 64bit (built Feb 27 2020)) with ESMTPS id <0SA0009P0WQHMEB0@imap.intranet.ufz.de> for guix-patches@gnu.org; Fri, 08 Mar 2024 10:51:53 +0100 (CET) Received: from envinf4.minotaur-alpha.ts.net (unknown [141.65.34.85]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp2.ufz.de (smtp2-UFZ) with ESMTPSA id A6A7EE0069; Fri, 8 Mar 2024 10:51:53 +0100 (CET) Date: Fri, 08 Mar 2024 10:49:20 +0100 From: Lars Bilke Subject: [PATCH] gnu: petsc: add tunable property. To: guix-patches@gnu.org Message-id: <77a3ce021227b1bae0217c64791e3c0f456bc9e5.1709891360.git.lars.bilke@ufz.de> X-Mailer: git-send-email 2.43.0 X-Debbugs-Cc: Andreas Enge , Eric Bavier , Sharlatan Hellseher Received-SPF: pass client-ip=141.65.7.212; envelope-from=lars.bilke@ufz.de; helo=mailgate.ufz.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Lars Bilke X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) 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 From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 12 07:55:54 2024 Received: (at 69632-done) by debbugs.gnu.org; 12 Mar 2024 11:55:54 +0000 Received: from localhost ([127.0.0.1]:41949 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rk0ja-0003Jq-HD for submit@debbugs.gnu.org; Tue, 12 Mar 2024 07:55:54 -0400 Received: from mail-wr1-f47.google.com ([209.85.221.47]:55604) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rk0jY-0003JQ-NQ for 69632-done@debbugs.gnu.org; Tue, 12 Mar 2024 07:55:53 -0400 Received: by mail-wr1-f47.google.com with SMTP id ffacd0b85a97d-33e8f906f3dso2525439f8f.3 for <69632-done@debbugs.gnu.org>; Tue, 12 Mar 2024 04:55:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1710244452; x=1710849252; darn=debbugs.gnu.org; h=in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:from:date:sender:from:to :cc:subject:date:message-id:reply-to; bh=zl43oyQbZRAOXFryck3QgOIcTv0CiiKMfGEC6cNpP8g=; b=PC9M54jBjlbe5PSyjLjcaXvfXQ7bCQzNVpnwnMSXTWIesnu6EiZ6eSStqCxotRKdDV T07OYrrQO+21GbRLpWRSFn0ILAaWMPKAxp84WEo1abXPPNGdbFDzZBX6NQmbhzCwifkO oo1f84LMzyquAo2W0ZUvjTNWugahVWR4venqsNfaNY+83YL1wLk/YONGv0zIbxsaqAP6 zXxZd/H/lHDh/tQuj4a19EPECvkHV6JX+oNrNbiN8L2sF4En1efvt1mgfh37Zsi2gHCl 58XdjHpJMZV8xZxqmU71q7Qk6snpLE37y0ahl7rie03BOxMB1JFFwo2oSVZS+uvNIDxW KKUw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1710244452; x=1710849252; h=in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:from:date:sender :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=zl43oyQbZRAOXFryck3QgOIcTv0CiiKMfGEC6cNpP8g=; b=aQxZygP61QB2sAMFSpQ8DtsEDNWIOFRle4yphGHSZU+JqysghFgZXQTYs4uZtmcTPA QeN0rL+60fItobFgS6cvZyS7A7J9VifqZbPsgk2XBTf+UoRozNfVYxFFLduvIu7ZddeD hHPKzBcncaj5Mw2PffGyLO76hPXilbwMK+JyzhUf5/niBmqu9AXsX4haYSKTHuRJkXv0 +QpAgxc7iSAXEr4gFQuddNcHUVyy44ezYYnAWSOIzyP8dQnnNSYg+l5ZU5l7WLFGwDpO pv8a4or7ljBhyBCXUpTubdwrXSkePOCcW9ehBUE3MiEdeqOAyqTAGlJVrm8HO1SpYPGH EZfw== X-Gm-Message-State: AOJu0Ywpk0SwgPmluiffcorDTNvim4pI2v5SF76ZAftkc4I3/GdCa/rD NHDVDsJmbI5ySPl2228PBvtWurU2TDWwN26XCfwHrxwj2TZ1QpRs X-Google-Smtp-Source: AGHT+IHFW6qSJmdWayKFeeQd2YdlNnoBeYkvXEwMNsIbARg483hqLD7ldW+EtHKV41VTDTGatuxhhA== X-Received: by 2002:adf:e486:0:b0:33d:1145:8787 with SMTP id i6-20020adfe486000000b0033d11458787mr7413476wrm.25.1710244452218; Tue, 12 Mar 2024 04:54:12 -0700 (PDT) Received: from localhost ([141.226.12.177]) by smtp.gmail.com with ESMTPSA id p12-20020adf9d8c000000b0033cf60e268fsm8887674wre.116.2024.03.12.04.54.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 12 Mar 2024 04:54:11 -0700 (PDT) Date: Tue, 12 Mar 2024 13:54:10 +0200 From: Efraim Flashner To: Lars Bilke Subject: Re: [bug#69632] [PATCH] gnu: petsc: add tunable property. Message-ID: Mail-Followup-To: Efraim Flashner , Lars Bilke , 69632-done@debbugs.gnu.org, Andreas Enge , Eric Bavier , Sharlatan Hellseher References: <77a3ce021227b1bae0217c64791e3c0f456bc9e5.1709891360.git.lars.bilke@ufz.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="NoTCadefiDKYFiVX" Content-Disposition: inline In-Reply-To: <77a3ce021227b1bae0217c64791e3c0f456bc9e5.1709891360.git.lars.bilke@ufz.de> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: 0.2 (/) X-Debbugs-Envelope-To: 69632-done Cc: 69632-done@debbugs.gnu.org, Andreas Enge , Sharlatan Hellseher , Eric Bavier X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.8 (/) --NoTCadefiDKYFiVX Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Thanks. Patch pushed! --=20 Efraim Flashner =D7=A8=D7=A0=D7=A9=D7=9C=D7=A4 = =D7=9D=D7=99=D7=A8=D7=A4=D7=90 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --NoTCadefiDKYFiVX Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmXwQmIACgkQQarn3Mo9 g1EISQ/9GQL34Oe9LmVoFQqI8nJP2ANVxYjbBfyD6C8/RsDX05Cv8Ufpn7aRbdDF RssOKEKVwkI1RccPtajBXbK/fGrCQR6I6izminLFH1doapuUfgihWucYGo2E/UoM AJT0dOEogqJBezIE/VHSlTMGtTSakkdFWfGICAGJH3eap5r5gSnsDmmBdl8jm6UH ei+ySacu0Nxf4Xd4Dp5XHmjjKLaz/tOEb48rvgfj/YJwWO+kIJ8D+ajEsrnG9fH3 jbmrU68QqsqeYinuwOgVui9eNhmfYsCy3n/4zlUlenQWmuOlgwNaCPU7utLiYHUR leNFWqqLzKNssMhe8ROJpe1rEM4oDcC+wyyMfYbRRwDpyyg8hth/yMMCq4k9SHmI /zJF8JwXnQH/WUGeS6guJBj1YI+iT+9GrG6lX2ye15NSjgBm/RRXfzC0iFtEVrUR mGYKXIzzm+7ZQ5DBpmE+Q9qyeRi+dQ9LttoR8dg2wc2X/4hCSssUud4sVJ5zI3tt Io7gFrJmVb+xS5qVRGu/BGOSG1mstwFsk5SQkFShrLsJFhQfN6wkJ1t6Vctn8UfB AJ5CS2MQNpN9Rppgaec5ujbrrkJJRG2oiPOK5onZgo4+mZs9JOhPNIgP9m3Gjn8Q PrcPKXGdC2I41tJFfM6guoA/FPlKCCYnSdpBZRStbt+pzg/DLMY= =BuqE -----END PGP SIGNATURE----- --NoTCadefiDKYFiVX-- From unknown Mon Jun 23 18:27:45 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 10 Apr 2024 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator