Skip to content

Commit

Permalink
Merge 17cc7a0 into 570d811
Browse files Browse the repository at this point in the history
  • Loading branch information
seunghwak authored May 24, 2021
2 parents 570d811 + 17cc7a0 commit b4f3319
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cpp/tests/utilities/base_fixture.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,6 @@ inline auto parse_test_options(int argc, char **argv)
auto const cmd_opts = parse_test_options(argc, argv); \
auto const rmm_mode = cmd_opts["rmm_mode"].as<std::string>(); \
auto resource = cugraph::test::create_memory_resource(rmm_mode); \
\
if (comm_rank != 0) { \
auto &listeners = ::testing::UnitTest::GetInstance()->listeners(); \
delete listeners.Release(listeners.default_result_printer()); \
} \
rmm::mr::set_current_device_resource(resource.get()); \
auto ret = RUN_ALL_TESTS(); \
MPI_TRY(MPI_Finalize()); \
Expand Down

0 comments on commit b4f3319

Please sign in to comment.