add comment

Signed-off-by: Chuang Zhu <111838961+chuangz0@users.noreply.github.com>
This commit is contained in:
Chuang Zhu 2026-01-13 10:05:06 +00:00
parent c86398c164
commit d7b3cd4ec5
No known key found for this signature in database

View File

@ -365,6 +365,11 @@ def run_disaggregated_test(example_dir,
"""Run disaggregated test with given configuration."""
cleanup_output_files()
run_env = env.copy()
# on some CI nodes , we set UCX_TLS to "^ib" to avoid the issue that IB equipped but not available.
# we set UCX_MM_ERROR_HANDLING to "y" to avoid the issue that NIXL cannot use IB or TCP for notify on some CI nodes,
# setting it to "y" will enable NIXL to use system memory for notify.
run_env["UCX_TLS"] = "^ib"
run_env["UCX_MM_ERROR_HANDLING"] = "y"
num_ranks, config_file = get_test_config(test_desc, example_dir,