From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40156) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g4ngi-00022n-LD for guix-patches@gnu.org; Tue, 25 Sep 2018 09:47:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g4nbI-0003aV-ID for guix-patches@gnu.org; Tue, 25 Sep 2018 09:42:09 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48704) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g4nbG-0003U1-75 for guix-patches@gnu.org; Tue, 25 Sep 2018 09:42:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g4nbG-0000GE-1A for guix-patches@gnu.org; Tue, 25 Sep 2018 09:42:02 -0400 Subject: [bug#32818] [PATCH] gnu: Add petsc-mumps-openmpi. Resent-Message-ID: Message-ID: <1537882852.3116.12.camel@tourbillion-technology.com> From: Paul Garlick Date: Tue, 25 Sep 2018 14:40:52 +0100 In-Reply-To: <20180925081450.2c348bb3@centurylink.net> References: <1537785164-18606-1-git-send-email-pgarlick@tourbillion-technology.com> <20180925081450.2c348bb3@centurylink.net> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Eric Bavier Cc: 32818@debbugs.gnu.org Hi Eric, > I don't see why we'd add this as a new package, rather than simply > adjust the capabilities/inputs of the "petsc-openmpi" package. Yes, that was my Plan A.  However, I spotted that the package dealii- openmpi has petsc-openmpi as an input but also mumps-metis-openmpi, instead of mumps-openmpi.  If the mumps configuration in petsc-mumps- openmpi is included in petsc-openmpi then dealii-openmpi may not build.  WDYT? > I believe PETSc's configure script will handle much of the flags on > its > own if it's provided with "--with-metis", "--with-scotch", > "--with-mumps", "--with-scalapack" flags. This would be handy for sure.  I will give it a try. Best regards, Paul.