diff options
| author | Dave Love <fx@gnu.org> | 2017-11-07 17:58:54 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2017-11-07 18:09:13 +0100 |
| commit | f4433d09a181e2733643a69379e2b1404c59c66c (patch) | |
| tree | 4e93c1d5d30b24507cdb55de65a709929622ba57 /gnu | |
| parent | 7bc05ef0acbf8153a05615a4f45d8ceb16acdda1 (diff) | |
gnu: openmpi: Add dependency on PSM.
* gnu/packages/mpi.scm (openmpi)[inputs]: Add PSM.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/mpi.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm index 98b21219f..5054fa9d9 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 |