gnu: openmpi: Add PSM2 (Intel OmniPath) support.

* gnu/packages/mpi.scm (openmpi)[inputs]: Add PSM2 on supported systems.
master
Ludovic Courtès 2018-05-25 13:41:59 +02:00
parent a560641a60
commit fbe1b85b63
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 0 deletions

View File

@ -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