mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-25 11:40:30 +02:00
gnu: openmpi: Pass explicit "--with-*" configure flags.
* gnu/packages/mpi.scm (openmpi)[arguments]: Pass "--with-ucx", "--with-psm", and "--with-psm2".
This commit is contained in:
committed by
Ludovic Courtès
parent
3b09bb191c
commit
eaa52b5baa
@@ -204,6 +204,12 @@ bind processes, and much more.")
|
||||
"--with-hwloc=external"
|
||||
"--with-libevent"
|
||||
|
||||
;; Make sure ./configure fails if one of these is
|
||||
;; missing.
|
||||
"--with-ucx"
|
||||
"--with-psm"
|
||||
"--with-psm2"
|
||||
|
||||
;; InfiniBand support
|
||||
"--enable-openib-control-hdr-padding"
|
||||
"--enable-openib-dynamic-sl"
|
||||
|
||||
Reference in New Issue
Block a user