libfabric package: add support for tcp provider (#11965)

This commit is contained in:
Phil Carns 2019-07-11 16:43:38 -04:00 committed by Peter Scheibel
parent 6a731b4d8f
commit 3a4d37d6d6

View File

@ -36,7 +36,8 @@ class Libfabric(AutotoolsPackage):
'udp',
'rxm',
'rxd',
'mlx')
'mlx',
'tcp')
variant(
'fabrics',