gnu: openmpi: Add PSM2 (Intel OmniPath) support.
* gnu/packages/mpi.scm (openmpi)[inputs]: Add PSM2 on supported systems.
This commit is contained in:
parent
a560641a60
commit
fbe1b85b63
|
@ -172,6 +172,10 @@ bind processes, and much more.")
|
|||
(member (%current-system) (package-supported-systems psm)))
|
||||
`(("psm" ,psm))
|
||||
'())
|
||||
,@(if (and (not (%current-target-system))
|
||||
(member (%current-system) (package-supported-systems psm2)))
|
||||
`(("psm2" ,psm2))
|
||||
'())
|
||||
("rdma-core" ,rdma-core)
|
||||
("valgrind" ,valgrind)))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in New Issue