guix-commits
[Top][All Lists]
Advanced

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

11/13: gnu: openmpi: Add "debug" output.


From: Ludovic Courtès
Subject: 11/13: gnu: openmpi: Add "debug" output.
Date: Tue, 3 Oct 2017 11:18:22 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit c971d9ef29a22f99565a92e55cacf1b06c8d1011
Author: Dave Love <address@hidden>
Date:   Mon Oct 2 21:54:43 2017 +0100

    gnu: openmpi: Add "debug" output.
    
    This is necessary for one mechanism for attaching parallel debuggers
    and is also relevant for the runtime backtrace facility.
    
    * gnu/packages/mpi.scm (openmpi)[outputs]: New field.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/mpi.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index 517f912..98b2121 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -131,6 +131,7 @@ bind processes, and much more.")
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("perl" ,perl)))
+    (outputs '("out" "debug"))
     (arguments
      `(#:configure-flags `("--enable-mpi-ext=affinity" ;cr doesn't work
                            "--enable-memchecker"



reply via email to

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