guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: mpich: Configure to use ucx.


From: guix-commits
Subject: 01/07: gnu: mpich: Configure to use ucx.
Date: Mon, 2 Nov 2020 09:00:16 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit c73496f433044a76003b33c3855bb35ecd0df87f
Author: Ludovic Courtès <ludovic.courtes@inria.fr>
AuthorDate: Mon Nov 2 09:11:32 2020 +0100

    gnu: mpich: Configure to use ucx.
    
    Suggested by Maurice Brémond <Maurice.Bremond@inria.fr>.
    
    Fixes bug when running test suites involving MPICH:
    <https://issues.guix.gnu.org/39588#15>.
    
    * gnu/packages/mpi.scm (mpich)[arguments]: Pass "--with-device=ch4:ucx".
---
 gnu/packages/mpi.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index 06a82cc..9035147 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -436,7 +436,12 @@ arrays) that expose a buffer interface.")
      `(#:configure-flags
        (list "--disable-silent-rules"             ;let's see what's happening
              "--enable-debuginfo"
-             ;; "--with-device=ch4:ucx" ; --with-device=ch4:ofi segfaults in 
tests
+
+             ;; Default to "ch4", as will be the case in 3.4.  It also works
+             ;; around issues when running test suites of packages that use
+             ;; MPICH: <https://issues.guix.gnu.org/39588#15>.
+             "--with-device=ch4:ucx" ; --with-device=ch4:ofi segfaults in tests
+
              (string-append "--with-hwloc-prefix="
                             (assoc-ref %build-inputs "hwloc"))
 



reply via email to

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