Skip to content
Snippets Groups Projects
Unverified Commit eaa52b5b authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: openmpi: Pass explicit "--with-*" configure flags.

* gnu/packages/mpi.scm (openmpi)[arguments]: Pass "--with-ucx",
"--with-psm", and "--with-psm2".
parent 3b09bb19
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment