Skip to content

Commit

Permalink
Add rxm to fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Jan 1, 2024
1 parent 7a02361 commit cf68b91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/hermes/packages/hermes/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Hermes(CMakePackage):
depends_on('libaio')
depends_on('doxygen') # @1.9.3
depends_on('[email protected]: +context +fiber +filesystem +system +atomic +chrono +serialization +signals +pic +regex')
depends_on('libfabric fabrics=sockets,tcp,udp,verbs,mlx',
depends_on('libfabric fabrics=sockets,tcp,udp,verbs,mlx,rxm,rxd,shm',
when='+ares')
depends_on('libfabric fabrics=verbs',
when='+only_verbs')
Expand Down
2 changes: 1 addition & 1 deletion ci/hermes/packages/hermes_shm/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class HermesShm(CMakePackage):
depends_on('libaio')
depends_on('doxygen') # @1.9.3
depends_on('[email protected]: +context +fiber +filesystem +system +atomic +chrono +serialization +signals +pic +regex')
depends_on('libfabric fabrics=sockets,tcp,udp,verbs,mlx',
depends_on('libfabric fabrics=fabrics=sockets,tcp,udp,verbs,mlx,rxm',
when='+ares')
depends_on('libfabric fabrics=verbs',
when='+only_verbs')
Expand Down

0 comments on commit cf68b91

Please sign in to comment.