~ruther/guix-local

efcacc17c763801aa1e3eb0045d4abcfe31561ce — Dave Love 9 years ago 217ce57
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>
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/mpi.scm
M gnu/packages/mpi.scm => gnu/packages/mpi.scm +1 -0
@@ 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="