guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: openmpi: Add RDMA and libfabric support.


From: Marius Bakke
Subject: 04/04: gnu: openmpi: Add RDMA and libfabric support.
Date: Thu, 17 Aug 2017 18:37:19 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit a099570249444af8369c1d06580a5cf687625984
Author: Dave Love <address@hidden>
Date:   Wed Aug 2 14:11:54 2017 +0100

    gnu: openmpi: Add RDMA and libfabric support.
    
    * gnu/packages/mpi.scm (openmpi)[inputs]: Add rdma-core, libfabric.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/packages/mpi.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index 54fdd35..d6423aa 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -126,6 +126,8 @@ bind processes, and much more.")
     (inputs
      `(("hwloc" ,hwloc "lib")
        ("gfortran" ,gfortran)
+       ("libfabric" ,libfabric)
+       ("rdma-core" ,rdma-core)
        ("valgrind" ,valgrind)))
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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