From 279a2c5ab724fab60bee9a23453708cc8468dd14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org> Date: Thu, 5 Sep 2024 10:44:25 +0200 Subject: [PATCH] head-node: Build {petsc,slepc}-openmpi. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * head-node.scm (cuirass-specs): In ‘guix’ spec, add “petsc-openmpi” and “slepc-openmpi”. --- head-node.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/head-node.scm b/head-node.scm index 170cd4b..6160baf 100644 --- a/head-node.scm +++ b/head-node.scm @@ -221,6 +221,7 @@ export CUIRASS_LOGGING_LEVEL=${CUIRASS_LOGGING_LEVEL:-debug}\n" (build '(packages "gcc-toolchain" "openmpi" "mpich" "hwloc" "intel-mpi-benchmarks" "petsc" "slepc" + "petsc-openmpi" "slepc-openmpi" "python-scipy" "scotch" "pt-scotch" "metis" "mumps" "mumps-metis" "mumps-metis-openmpi" "mumps-openmpi" -- GitLab