Skip to content

Commit

Permalink
libfabric package: add support for tcp provider (spack#11965)
Browse files Browse the repository at this point in the history
  • Loading branch information
carns authored and scheibelp committed Jul 11, 2019
1 parent 6a731b4 commit 3a4d37d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion var/spack/repos/builtin/packages/libfabric/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ class Libfabric(AutotoolsPackage):
'udp',
'rxm',
'rxd',
'mlx')
'mlx',
'tcp')

variant(
'fabrics',
Expand Down

0 comments on commit 3a4d37d

Please sign in to comment.