mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue