guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: openmpi: Enable SGE support.


From: Ludovic Courtès
Subject: 04/04: gnu: openmpi: Enable SGE support.
Date: Wed, 26 Jul 2017 17:14:32 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit efcacc17c763801aa1e3eb0045d4abcfe31561ce
Author: Dave Love <address@hidden>
Date:   Sun Jul 23 22:02:54 2017 +0100

    gnu: openmpi: Enable SGE support.
    
    * gnu/packages/mpi.scm (openmpi)[arguments]: Pass "--with-sge" in
     #:configure-flags.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/mpi.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index b20993b..ed4e900 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -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="



reply via email to

[Prev in Thread] Current Thread [Next in Thread]