diff options
author | Dave Love <fx@gnu.org> | 2017-10-02 21:54:43 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-10-03 17:11:19 +0200 |
commit | c971d9ef29a22f99565a92e55cacf1b06c8d1011 (patch) | |
tree | 582e6754aa03e94280b35966dbe39bb8fd8d251a /gnu/packages/mpi.scm | |
parent | fb993719720164384b56319eea17c6199ed82392 (diff) | |
download | patches-c971d9ef29a22f99565a92e55cacf1b06c8d1011.tar patches-c971d9ef29a22f99565a92e55cacf1b06c8d1011.tar.gz |
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 <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/mpi.scm')
-rw-r--r-- | gnu/packages/mpi.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm index 517f912417..98b21219f5 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" |