gnu: openmpi: Enable SGE support.
* gnu/packages/mpi.scm (openmpi)[arguments]: Pass "--with-sge" in #:configure-flags. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
217ce5702c
commit
efcacc17c7
|
@ -138,6 +138,7 @@ bind processes, and much more.")
|
|||
"--enable-mpi-ext=all"
|
||||
"--with-devel-headers"
|
||||
"--enable-memchecker"
|
||||
"--with-sge"
|
||||
,(string-append "--with-valgrind="
|
||||
(assoc-ref %build-inputs "valgrind"))
|
||||
,(string-append "--with-hwloc="
|
||||
|
|
Loading…
Reference in New Issue