Skip to content

Commit

Permalink
Merge pull request #1451 from shefty/cmtime2
Browse files Browse the repository at this point in the history
librdmacm/cmtime: Add multi-thread support
  • Loading branch information
rleon committed May 8, 2024
2 parents cf8f356 + 7f7f35f commit de9dc13
Show file tree
Hide file tree
Showing 5 changed files with 767 additions and 388 deletions.
3 changes: 2 additions & 1 deletion librdmacm/examples/CMakeLists.txt
Expand Up @@ -2,9 +2,10 @@
add_library(rdmacm_tools STATIC
common.c
)
target_link_libraries(rdmacm_tools LINK_PRIVATE ${CMAKE_THREAD_LIBS_INIT})

rdma_executable(cmtime cmtime.c)
target_link_libraries(cmtime LINK_PRIVATE rdmacm ${CMAKE_THREAD_LIBS_INIT} rdmacm_tools)
target_link_libraries(cmtime LINK_PRIVATE rdmacm rdmacm_tools)

rdma_executable(mckey mckey.c)
target_link_libraries(mckey LINK_PRIVATE rdmacm ${CMAKE_THREAD_LIBS_INIT} rdmacm_tools)
Expand Down

0 comments on commit de9dc13

Please sign in to comment.