Skip to content

Commit

Permalink
C1: test_utility_n_multi_rank_no_launcher_and_ucx
Browse files Browse the repository at this point in the history
  • Loading branch information
mag1cp1n committed Oct 23, 2023
1 parent dff11cc commit 98ec6c0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/unit/legate/driver/test_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -1212,10 +1212,7 @@ def test_utility_n_multi_rank_no_launcher_and_ucx(
result = m.cmd_bgwork(config, system, launcher)
install_info.networks[:] = networks_orig[:]

if "ucx" in install_info.networks:
assert result == ("-ll:bgwork", value, "-ll:bgworkpin", "1")
else:
assert result == ("-ll:bgwork", value)
assert result == ("-ll:bgwork", value, "-ll:bgworkpin", "1")

@pytest.mark.parametrize("launch", ("mpirun", "jsrun", "srun"))
@pytest.mark.parametrize("value", ("2", "3", "10"))
Expand Down

0 comments on commit 98ec6c0

Please sign in to comment.