all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#28674] [PATCH] gnu: openmpi: Add debug output.
@ 2017-10-02 20:54 Dave Love
  2017-10-03 15:11 ` bug#28674: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Love @ 2017-10-02 20:54 UTC (permalink / raw)
  To: 28674; +Cc: Dave Love

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]: Add debug.
---
 gnu/packages/mpi.scm | 1 +
 1 file changed, 1 insertion(+)

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#28674: [PATCH] gnu: openmpi: Add debug output.
  2017-10-02 20:54 [bug#28674] [PATCH] gnu: openmpi: Add debug output Dave Love
@ 2017-10-03 15:11 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-10-03 15:11 UTC (permalink / raw)
  To: Dave Love; +Cc: 28674-done

Dave Love <fx@gnu.org> skribis:

> 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]: Add debug.

Applied, thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-10-03 15:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-02 20:54 [bug#28674] [PATCH] gnu: openmpi: Add debug output Dave Love
2017-10-03 15:11 ` bug#28674: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.