civodul pushed a commit to branch master
in repository guix.
commit f4433d09a181e2733643a69379e2b1404c59c66c
Author: Dave Love <[email protected]>
Date: Tue Nov 7 17:58:54 2017 +0100
gnu: openmpi: Add dependency on PSM.
* gnu/packages/mpi.scm (openmpi)[inputs]: Add PSM.
---
gnu/packages/mpi.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index 98b2121..5054fa9 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -126,6 +126,7 @@ bind processes, and much more.")
`(("hwloc" ,hwloc "lib")
("gfortran" ,gfortran)
("libfabric" ,libfabric)
+ ("psm" ,psm)
("rdma-core" ,rdma-core)
("valgrind" ,valgrind)))
(native-inputs