Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions cpp/libcudf_streaming/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ function(libcudf_streaming_mpirun_test_add)
NAME "${_MPIRUN_TEST_TEST_TARGET}_${np}"
COMMAND mpirun --oversubscribe --map-by node --bind-to none -np ${np}
"$<TARGET_FILE:${_MPIRUN_TEST_TEST_TARGET}>"
GPUS ALL
PERCENT 100
INSTALL_COMPONENT_SET testing INSTALL_TARGET ${_MPIRUN_TEST_TEST_TARGET}
)
endforeach(np)
Expand Down Expand Up @@ -105,6 +107,8 @@ target_link_libraries(
rapids_test_add(
NAME libcudf_streaming_single_tests
COMMAND libcudf_streaming_single_tests
GPUS ALL
PERCENT 100
INSTALL_COMPONENT_SET testing
)

Expand Down
Loading