mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-20 12:59:54 +00:00
Only build C++ tests in CMake
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
add_executable(bootstrap_test bootstrap_test.cc)
|
||||
target_link_libraries(bootstrap_test mscclpp MPI::MPI_CXX)
|
||||
add_executable(bootstrap_test_cpp bootstrap_test_cpp.cc)
|
||||
target_link_libraries(bootstrap_test_cpp mscclpp MPI::MPI_CXX)
|
||||
|
||||
add_executable(communicator_test_cpp communicator_test_cpp.cu)
|
||||
target_link_libraries(communicator_test_cpp mscclpp MPI::MPI_CXX)
|
||||
|
||||
add_executable(allgather_test_cpp allgather_test_cpp.cu)
|
||||
target_link_libraries(allgather_test_cpp mscclpp MPI::MPI_CXX)
|
||||
|
||||
add_executable(allgather_test_standalone allgather_test_standalone.cu)
|
||||
target_link_libraries(allgather_test_standalone mscclpp MPI::MPI_CXX)
|
||||
|
||||
Reference in New Issue
Block a user