mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05: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:
parent
3b09bb191c
commit
eaa52b5baa
1 changed files with 6 additions and 0 deletions
|
@ -204,6 +204,12 @@ (define-public openmpi
|
|||
"--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"
|
||||
|
|
Loading…
Reference in a new issue