mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: openmpi: Add dependency on PSM.
* gnu/packages/mpi.scm (openmpi)[inputs]: Add PSM.
This commit is contained in:
parent
7bc05ef0ac
commit
f4433d09a1
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@ (define-public openmpi
|
|||
`(("hwloc" ,hwloc "lib")
|
||||
("gfortran" ,gfortran)
|
||||
("libfabric" ,libfabric)
|
||||
("psm" ,psm)
|
||||
("rdma-core" ,rdma-core)
|
||||
("valgrind" ,valgrind)))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue