guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: openmpi: Have 'mpirun' look for executables under $prefix.


From: guix-commits
Subject: 01/06: gnu: openmpi: Have 'mpirun' look for executables under $prefix.
Date: Thu, 24 Sep 2020 11:55:10 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 215b49a8814093ef6b953b84efe30de1c3111665
Author: Ludovic Courtès <ludovic.courtes@inria.fr>
AuthorDate: Thu Sep 24 15:08:15 2020 +0200

    gnu: openmpi: Have 'mpirun' look for executables under $prefix.
    
    * gnu/packages/mpi.scm (openmpi)[arguments]: Add
    "--enable-mpirun-prefix-by-default" to #:configure-flags.
---
 gnu/packages/mpi.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index d831766..06a82cc 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014, 2015, 2018, 2019 Eric Bavier <bavier@member.fsf.org>
-;;; Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès 
<ludo@gnu.org>
+;;; Copyright © 2014, 2015, 2016, 2017, 2018, 2019, 2020 Ludovic Courtès 
<ludo@gnu.org>
 ;;; Copyright © 2014 Ian Denhardt <ian@zenhack.net>
 ;;; Copyright © 2016 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2017 Dave Love <fx@gnu.org>
@@ -221,6 +221,10 @@ bind processes, and much more.")
                            "--with-hwloc=external"
                            "--with-libevent"
 
+                           ;; Help 'orterun' and 'mpirun' find their tools
+                           ;; under $prefix by default.
+                           "--enable-mpirun-prefix-by-default"
+
                            ;; InfiniBand support
                            "--enable-openib-control-hdr-padding"
                            "--enable-openib-dynamic-sl"



reply via email to

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